.hfh-hero {
  position: relative;
  min-height: min(43rem, 78svh);
  display: flex;
  align-items: center;
  padding: 7.5rem 3rem 3rem;
  overflow: hidden;
  isolation: isolate;
  background: #1a1d26;
}

.hfh-hero__media {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: hfhHeroScale 1.4s ease-out both;
}

.hfh-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(14, 21, 30, 0.95) 0%, rgba(14, 21, 30, 0.82) 34%, rgba(14, 21, 30, 0.18) 67%, rgba(14, 21, 30, 0.06) 100%);
}

.hfh-hero__inner {
  width: 100%;
  max-width: 76rem;
  margin: 0 auto;
}

.hfh-hero__inner > * {
  max-width: 38rem;
}

.hfh-hero__eyebrow,
.hfh-kicker {
  margin: 0 0 0.8rem;
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hfh-hero h1 {
  margin: 0;
  color: var(--white);
  font-family: "DM Serif Display", serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  animation: fadeUp 0.7s ease 0.2s both;
}

.hfh-hero__promise {
  margin: 0.65rem 0 1.2rem;
  color: var(--gold-light);
  font-family: "DM Serif Display", serif;
  font-size: 1.55rem;
  line-height: 1.2;
  animation: fadeUp 0.7s ease 0.35s both;
}

.hfh-hero__summary {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  line-height: 1.75;
  animation: fadeUp 0.7s ease 0.5s both;
}

.hfh-hero .hero-buttons {
  margin-top: 1.6rem;
}

.hfh-hero .btn-secondary {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.94);
}

.hfh-hero__caption {
  position: absolute;
  right: 1.25rem;
  bottom: 0.8rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.68rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.hfh-trust {
  padding: 1.05rem 0;
  background: var(--white);
  border-bottom: 1px solid var(--gray-200);
}

.hfh-trust__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 3rem;
}

.hfh-trust__inner span {
  color: var(--text-mid);
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
}

.hfh-trust__inner span + span {
  border-left: 1px solid var(--gray-200);
}

.hfh-intro,
.hfh-tiers,
.hfh-coordination,
.hfh-funding,
.hfh-resources,
.hfh-faq {
  padding: 6rem 0;
  background: var(--white);
}

.hfh-intro__grid,
.hfh-coordination__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
  gap: 5rem;
  align-items: center;
}

.hfh-body-copy {
  max-width: 39rem;
  margin-top: 1.25rem;
  color: var(--text-mid);
  font-size: 0.86rem;
  line-height: 1.75;
}

.hfh-audience-note {
  max-width: 41rem;
  margin-top: 1.4rem;
  padding: 1rem 1.15rem;
  border-left: 4px solid var(--blue);
  background: var(--blue-bg);
  color: var(--text-mid);
  font-size: 0.84rem;
  line-height: 1.7;
}

.hfh-audience-note strong {
  color: var(--text-dark);
}

.hfh-policy-note {
  padding: 2rem;
  border: 1px solid var(--gray-200);
  border-top: 4px solid var(--gold);
  border-radius: 8px;
  background: var(--off-white);
}

.hfh-policy-note h2,
.hfh-status h2 {
  margin: 0 0 1rem;
  font-family: "DM Serif Display", serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.2;
}

.hfh-policy-note p {
  margin-top: 0.8rem;
  color: var(--text-mid);
  font-size: 0.82rem;
  line-height: 1.65;
}

.hfh-policy-note a {
  display: inline-flex;
  gap: 0.35rem;
  margin-top: 1.2rem;
  color: var(--blue-dark);
  font-size: 0.82rem;
  font-weight: 800;
  text-underline-offset: 3px;
}

.hfh-policy-note a span {
  transition: transform 0.2s ease;
}

.hfh-policy-note a:hover span {
  transform: translate(2px, -2px);
}

.hfh-policy-note .hfh-source-note {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--gray-200);
  color: var(--text-light);
  font-size: 0.7rem;
}

.hfh-pathway {
  padding: 6rem 0;
  background: var(--blue-bg);
}

.hfh-tiers {
  background: var(--off-white);
}

.hfh-tier-list {
  margin-top: 3rem;
  border-top: 1px solid var(--gray-200);
}

.hfh-tier {
  display: grid;
  grid-template-columns: 4rem minmax(15rem, 0.65fr) minmax(20rem, 1fr);
  gap: 2rem;
  align-items: start;
  padding: 1.65rem 0;
  border-bottom: 1px solid var(--gray-200);
}

.hfh-tier__number {
  display: grid;
  width: 2.6rem;
  height: 2.6rem;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 800;
}

.hfh-tier__label {
  margin: 0 0 0.3rem;
  color: var(--blue);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hfh-tier h3 {
  margin: 0;
  font-family: "DM Serif Display", serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.25;
}

.hfh-tier > p {
  margin: 0;
  color: var(--text-mid);
  font-size: 0.82rem;
  line-height: 1.7;
}

.hfh-eligibility-note {
  max-width: 58rem;
  margin: 1.4rem 0 0 auto;
  color: var(--text-light);
  font-size: 0.73rem;
  line-height: 1.65;
}

.hfh-eligibility-note strong {
  color: var(--text-dark);
}

.hfh-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.7fr);
  gap: 4rem;
  align-items: end;
}

.hfh-section-heading .section-lead {
  margin-bottom: 1rem;
}

.hfh-pathway__rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 3rem;
  border-top: 1px solid rgba(30, 66, 184, 0.32);
  list-style: none;
}

.hfh-pathway__rail li {
  position: relative;
  min-height: 14rem;
  padding: 2.2rem 1.5rem 1.5rem;
  border-right: 1px solid rgba(30, 66, 184, 0.2);
}

.hfh-pathway__rail li:last-child {
  border-right: 0;
}

.hfh-pathway__rail li > span {
  position: absolute;
  top: -0.85rem;
  left: 1.5rem;
  display: grid;
  width: 1.7rem;
  height: 1.7rem;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  font-size: 0.62rem;
  font-weight: 800;
  box-shadow: 0 0 0 6px var(--blue-bg);
}

.hfh-pathway__rail h3 {
  margin: 0 0 0.7rem;
  font-family: "DM Serif Display", serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.hfh-pathway__rail p {
  color: var(--text-mid);
  font-size: 0.8rem;
  line-height: 1.65;
}

.hfh-photo {
  margin: 0;
}

.hfh-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow-lg);
}

.hfh-photo figcaption {
  margin-top: 0.6rem;
  color: var(--text-muted);
  font-size: 0.68rem;
}

.hfh-checks {
  display: grid;
  gap: 0;
  margin-top: 1.8rem;
  list-style: none;
}

.hfh-checks li {
  position: relative;
  padding: 0.8rem 0 0.8rem 1.8rem;
  border-bottom: 1px solid var(--gray-200);
  color: var(--text-mid);
  font-size: 0.83rem;
}

.hfh-checks li::before {
  content: "";
  position: absolute;
  top: 1.05rem;
  left: 0.15rem;
  width: 0.72rem;
  height: 0.38rem;
  border-bottom: 2px solid var(--green);
  border-left: 2px solid var(--green);
  transform: rotate(-45deg);
}

.hfh-status {
  padding: 3.5rem 0;
  background: var(--text-dark);
  color: var(--white);
  border-top: 4px solid var(--gold);
}

.hfh-status__inner {
  display: grid;
  grid-template-columns: minmax(12rem, 0.55fr) minmax(20rem, 1fr) auto;
  gap: 3rem;
  align-items: center;
}

.hfh-status h2 {
  margin: 0;
  color: var(--white);
}

.hfh-status__inner > p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  line-height: 1.7;
}

.hfh-funding {
  background: var(--off-white);
}

.hfh-funding__notice {
  display: grid;
  grid-template-columns: minmax(10rem, 0.32fr) minmax(20rem, 1fr);
  gap: 2rem;
  margin-top: 2.5rem;
  padding: 1.4rem 1.6rem;
  border-left: 4px solid var(--gold);
  background: var(--white);
}

.hfh-funding__notice strong {
  color: var(--text-dark);
  font-size: 0.82rem;
}

.hfh-funding__notice p {
  color: var(--text-mid);
  font-size: 0.76rem;
  line-height: 1.65;
}

.hfh-funding__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.4rem;
}

.hfh-status-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 1.55rem;
  padding: 0.28rem 0.58rem;
  border-radius: 4px;
  font-size: 0.61rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.hfh-status-tag--open {
  background: #dff3e6;
  color: #165c35;
}

.hfh-status-tag--active {
  background: var(--blue-bg);
  color: var(--blue-dark);
}

.hfh-status-tag--watch {
  background: #f3ead0;
  color: #6d5313;
}

.hfh-deadlines {
  display: grid;
  grid-template-columns: minmax(14rem, 0.38fr) minmax(24rem, 1fr);
  gap: 3rem;
  margin-top: 2.8rem;
  padding: 2rem 0;
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
}

.hfh-deadlines__intro h3 {
  margin: 0 0 0.65rem;
  font-family: "DM Serif Display", serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.hfh-deadlines__intro > p:last-child {
  color: var(--text-light);
  font-size: 0.72rem;
  line-height: 1.55;
}

.hfh-deadlines__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hfh-deadlines__list li {
  display: grid;
  grid-template-columns: 5.8rem 1fr;
  gap: 1rem;
  padding: 0.72rem 0;
  border-bottom: 1px solid var(--gray-200);
  color: var(--text-mid);
  font-size: 0.76rem;
  line-height: 1.45;
}

.hfh-deadlines__list li:last-child {
  border-bottom: 0;
}

.hfh-deadlines__list time {
  color: var(--blue-dark);
  font-weight: 800;
}

.hfh-deadlines__list strong {
  color: var(--text-dark);
}

.hfh-funding-groups {
  margin-top: 2.5rem;
  border-top: 1px solid var(--gray-200);
}

.hfh-funding-group {
  border-bottom: 1px solid var(--gray-200);
}

.hfh-funding-group > summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(15rem, 0.45fr) minmax(20rem, 1fr);
  gap: 2rem;
  align-items: center;
  padding: 1.45rem 3rem 1.45rem 0;
  cursor: pointer;
  list-style: none;
}

.hfh-funding-group > summary::-webkit-details-marker {
  display: none;
}

.hfh-funding-group > summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0.35rem;
  color: var(--blue);
  font-size: 1.5rem;
  font-weight: 300;
  transform: translateY(-50%);
}

.hfh-funding-group[open] > summary::after {
  content: "\2212";
}

.hfh-funding-group > summary span {
  font-family: "DM Serif Display", serif;
  font-size: 1.35rem;
}

.hfh-funding-group > summary small {
  color: var(--text-light);
  font-size: 0.72rem;
  line-height: 1.5;
}

.hfh-grant-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 2.5rem;
  padding: 0.5rem 0 2rem;
}

.hfh-grant {
  min-width: 0;
  padding: 1.4rem 0;
  border-top: 1px solid var(--gray-200);
}

.hfh-grant__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
  min-height: 1.6rem;
  color: var(--text-light);
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hfh-grant h3 {
  margin: 0.75rem 0 0.6rem;
  font-family: "DM Serif Display", serif;
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.3;
}

.hfh-grant h3 a {
  color: var(--text-dark);
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.hfh-grant h3 a:hover,
.hfh-grant h3 a:focus-visible {
  color: var(--blue-dark);
  text-decoration-color: currentColor;
}

.hfh-grant > p {
  color: var(--text-mid);
  font-size: 0.76rem;
  line-height: 1.6;
}

.hfh-grant .hfh-grant__route {
  margin-top: 0.65rem;
  color: var(--text-light);
  font-size: 0.7rem;
}

.hfh-grant__route strong {
  color: var(--text-mid);
}

.hfh-funding__next {
  display: grid;
  grid-template-columns: minmax(20rem, 1fr) auto;
  gap: 2.5rem;
  align-items: center;
  margin-top: 2.5rem;
  padding: 1.8rem 0;
  border-top: 4px solid var(--gold);
}

.hfh-funding__next p {
  max-width: 50rem;
  color: var(--text-mid);
  font-size: 0.8rem;
  line-height: 1.7;
}

.hfh-funding__next strong {
  color: var(--text-dark);
}

.hfh-resource-list {
  margin-top: 2.5rem;
  border-top: 1px solid var(--gray-200);
}

.hfh-resource-list a {
  position: relative;
  display: grid;
  grid-template-columns: 8rem minmax(15rem, 0.65fr) minmax(18rem, 1fr) 1.5rem;
  gap: 1.5rem;
  align-items: center;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--gray-200);
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, padding 0.2s ease;
}

.hfh-resource-list a:hover {
  padding-left: 0.4rem;
  color: var(--blue-dark);
}

.hfh-resource-list span {
  color: var(--blue);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hfh-resource-list strong {
  font-family: "DM Serif Display", serif;
  font-size: 1.02rem;
  font-weight: 400;
}

.hfh-resource-list p {
  color: var(--text-light);
  font-size: 0.76rem;
  line-height: 1.55;
}

.hfh-resource-list b {
  font-size: 1rem;
  font-weight: 400;
  transition: transform 0.2s ease;
}

.hfh-resource-list a:hover b {
  transform: translate(2px, -2px);
}

.hfh-faq {
  background: var(--blue-bg);
}

.hfh-faq__inner {
  display: grid;
  grid-template-columns: minmax(16rem, 0.65fr) minmax(22rem, 1fr);
  gap: 5rem;
  align-items: start;
}

.hfh-faq__list {
  border-top: 1px solid rgba(30, 66, 184, 0.24);
}

.hfh-faq details {
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(30, 66, 184, 0.24);
}

.hfh-faq summary {
  color: var(--text-dark);
  font-family: "DM Serif Display", serif;
  font-size: 1.08rem;
  cursor: pointer;
}

.hfh-faq details p {
  margin: 0.8rem 0 0;
  color: var(--text-mid);
  font-size: 0.82rem;
  line-height: 1.7;
}

.hfh-final {
  padding: 6rem 0;
  background: var(--gold-bg);
  border-top: 1px solid rgba(212, 160, 23, 0.24);
}

.hfh-final__inner {
  max-width: 54rem;
  text-align: center;
}

.hfh-final h2 {
  margin: 0 auto 1rem;
  font-family: "DM Serif Display", serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.16;
}

.hfh-final p:not(.hfh-kicker) {
  max-width: 42rem;
  margin: 0 auto;
  color: var(--text-mid);
  line-height: 1.75;
}

.hfh-final .btn-primary {
  margin-top: 1.8rem;
}

@keyframes hfhHeroScale {
  from { transform: scale(1.035); }
  to { transform: scale(1); }
}

@media (max-width: 900px) {
  .hfh-hero {
    min-height: 36rem;
    padding: 7rem 1.5rem 3rem;
  }

  .hfh-hero__media {
    object-position: 62% center;
  }

  .hfh-hero__overlay {
    background: linear-gradient(90deg, rgba(14, 21, 30, 0.94) 0%, rgba(14, 21, 30, 0.74) 55%, rgba(14, 21, 30, 0.22) 100%);
  }

  .hfh-hero h1 {
    font-size: 3.2rem;
  }

  .hfh-trust__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem 0;
    padding: 0 1.5rem;
  }

  .hfh-trust__inner span:nth-child(3) {
    border-left: 0;
  }

  .hfh-intro,
  .hfh-tiers,
  .hfh-coordination,
  .hfh-funding,
  .hfh-resources,
  .hfh-faq,
  .hfh-pathway,
  .hfh-final {
    padding: 4.5rem 0;
  }

  .hfh-intro__grid,
  .hfh-coordination__grid,
  .hfh-section-heading,
  .hfh-faq__inner,
  .hfh-status__inner,
  .hfh-funding__notice,
  .hfh-deadlines,
  .hfh-funding__next {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }

  .hfh-funding-group > summary {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }

  .hfh-pathway__rail {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 0;
  }

  .hfh-pathway__rail li:nth-child(2) {
    border-right: 0;
  }

  .hfh-tier {
    grid-template-columns: 4rem minmax(0, 1fr);
    gap: 1rem 1.5rem;
  }

  .hfh-tier > p {
    grid-column: 2;
  }

  .hfh-resource-list a {
    grid-template-columns: 7rem 1fr 1.5rem;
  }

  .hfh-resource-list p {
    grid-column: 2 / 4;
  }
}

@media (max-width: 600px) {
  .hfh-hero {
    min-height: 33rem;
    align-items: end;
    padding: 6rem 1rem 2.5rem;
  }

  .hfh-hero__media {
    object-position: 66% center;
  }

  .hfh-hero__overlay {
    background: linear-gradient(90deg, rgba(14, 21, 30, 0.92) 0%, rgba(14, 21, 30, 0.78) 64%, rgba(14, 21, 30, 0.42) 100%);
  }

  .hfh-hero h1 {
    font-size: 2.35rem;
  }

  .hfh-hero__promise {
    font-size: 1.25rem;
  }

  .hfh-hero__summary {
    font-size: 0.88rem;
    line-height: 1.6;
  }

  .hfh-hero__caption {
    display: none;
  }

  .hfh-trust__inner {
    grid-template-columns: 1fr;
    padding: 0 1rem;
  }

  .hfh-trust__inner span {
    padding: 0.35rem 0;
  }

  .hfh-trust__inner span + span {
    border-top: 1px solid var(--gray-200);
    border-left: 0;
  }

  .hfh-policy-note {
    padding: 1.4rem;
  }

  .hfh-grant-grid {
    grid-template-columns: 1fr;
  }

  .hfh-funding__notice {
    gap: 0.55rem;
    padding: 1.2rem;
  }

  .hfh-deadlines {
    gap: 1.4rem;
  }

  .hfh-deadlines__list li {
    grid-template-columns: 4.8rem 1fr;
    gap: 0.75rem;
  }

  .hfh-funding-group > summary {
    padding-right: 2rem;
  }

  .hfh-tier {
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: 0.8rem 1rem;
  }

  .hfh-tier__number {
    width: 2.25rem;
    height: 2.25rem;
  }

  .hfh-pathway__rail {
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
    border-top: 0;
  }

  .hfh-pathway__rail li {
    min-height: 0;
    padding: 1.5rem 0 1.5rem 3rem;
    border-top: 1px solid rgba(30, 66, 184, 0.24);
    border-right: 0;
  }

  .hfh-pathway__rail li > span {
    top: 1.3rem;
    left: 0;
    box-shadow: none;
  }

  .hfh-resource-list a {
    grid-template-columns: 1fr 1.5rem;
    gap: 0.45rem 1rem;
    padding: 1.2rem 0;
  }

  .hfh-resource-list span,
  .hfh-resource-list strong,
  .hfh-resource-list p {
    grid-column: 1;
  }

  .hfh-resource-list b {
    grid-column: 2;
    grid-row: 1 / 4;
    align-self: center;
  }

  .hfh-final h2 {
    font-size: 1.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hfh-hero__media {
    animation: none;
  }
}



/* Program photography and audience-routing additions */
.hfh-tier-photo {
  margin: 2.5rem 0 0;
}

.hfh-tier-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
}

.hfh-tier-photo figcaption,
.hfh-neighborhood__caption {
  color: var(--text-muted);
  font-size: 0.68rem;
  line-height: 1.5;
}

.hfh-tier-photo figcaption {
  margin-top: 0.65rem;
}

.hfh-interest-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.hfh-interest-actions .btn-secondary {
  background: var(--white);
}

.hfh-neighborhood {
  position: relative;
  min-height: 34rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #1a1d26;
  color: var(--white);
}

.hfh-neighborhood__media,
.hfh-neighborhood__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hfh-neighborhood__media {
  z-index: -2;
  object-fit: cover;
}

.hfh-neighborhood__overlay {
  z-index: -1;
  background: linear-gradient(90deg, rgba(18, 24, 31, 0.94), rgba(18, 24, 31, 0.62) 48%, rgba(18, 24, 31, 0.12));
}

.hfh-neighborhood__inner {
  width: 100%;
}

.hfh-neighborhood__inner > * {
  max-width: 37rem;
}

.hfh-neighborhood h2 {
  margin: 0;
  font-family: "DM Serif Display", serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.12;
}

.hfh-neighborhood__inner > p:last-child {
  margin-top: 1.25rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
}

.hfh-neighborhood__caption {
  position: absolute;
  right: 1rem;
  bottom: 0.75rem;
  max-width: 32rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  text-align: right;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.72);
}

@media (max-width: 900px) {
  .hfh-neighborhood {
    min-height: 30rem;
  }

  .hfh-neighborhood__overlay {
    background: linear-gradient(90deg, rgba(18, 24, 31, 0.92), rgba(18, 24, 31, 0.58));
  }
}

@media (max-width: 600px) {
  .hfh-interest-actions {
    display: grid;
  }

  .hfh-interest-actions a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .hfh-neighborhood {
    min-height: 31rem;
    align-items: end;
    padding-bottom: 4rem;
  }

  .hfh-neighborhood__media {
    object-position: 58% center;
  }

  .hfh-neighborhood__overlay {
    background: linear-gradient(0deg, rgba(18, 24, 31, 0.96), rgba(18, 24, 31, 0.42) 72%);
  }

  .hfh-neighborhood h2 {
    font-size: 2rem;
  }

  .hfh-neighborhood__caption {
    right: 1rem;
    bottom: 0.6rem;
    left: 1rem;
    text-align: left;
  }
}
