.foryourhome-page {
  background: transparent;
  color: var(--charcoal);
}

.fyh-section {
  padding: var(--section-pad) 0;
  background: transparent;
}

.fyh-section--white,
.fyh-brands,
.fyh-promise,
.fyh-cta {
  background: transparent;
}

.fyh-hero {
  min-height: clamp(320px, 40svh, 460px);
  padding-top: 14px;
  padding-bottom: 20px;
  background: transparent;
}

.fyh-hero .fyh-wrap {
  display: grid;
  gap: 20px;
}

.fyh-hero .fyh-narrow {
  max-width: 960px;
}

.fyh-title {
  max-width: 13ch;
  font-size: clamp(2.55rem, 1.9rem + 2vw, 4rem);
}

.fyh-intro,
.fyh-body,
.fyh-hero__copy,
.fyh-card__copy,
.fyh-feature__copy,
.fyh-promise__body,
.fyh-promise__note,
.fyh-cta__copy,
.fyh-geo {
  color: var(--text-muted);
}

.fyh-intro,
.fyh-body {
  margin-top: 16px;
  max-width: var(--measure-wide);
}

.fyh-hero__panels,
.fyh-card-grid,
.fyh-feature-list,
.fyh-gallery,
.fyh-cta__actions {
  display: grid;
  gap: 16px;
}

.fyh-hero__panels {
  margin-top: 20px;
}

.fyh-card-grid,
.fyh-feature-list,
.fyh-gallery {
  margin-top: 24px;
}

.fyh-hero__panel,
.fyh-card,
.fyh-feature,
.fyh-promise__wrap,
.fyh-cta .fyh-narrow {
  padding: clamp(20px, 2.2vw, 28px);
  border: 1px solid var(--border-soft);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
}

.fyh-hero__panel,
.fyh-card,
.fyh-feature,
.fyh-promise__wrap {
  background: rgba(255, 255, 255, 0.84);
}

.fyh-cta .fyh-narrow {
  width: 100%;
  max-width: none;
  background: linear-gradient(180deg, #24492a 0%, #18341d 100%);
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.fyh-hero__panel--green {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(36, 73, 42, 0.16);
  border-left: 4px solid var(--dark-green);
}

.fyh-hero__heading--light,
.fyh-hero__copy--light,
.fyh-hero__link--light {
  color: var(--charcoal);
}

.fyh-hero__link,
.fyh-hero__link--light {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.fyh-split {
  display: grid;
  gap: 22px;
  align-items: center;
}

.fyh-split + .fyh-card-grid {
  margin-top: 24px;
}

.fyh-section-img,
.fyh-gallery__media,
.fyh-cta__image {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
}

.fyh-section-img__img,
.fyh-gallery__img,
.fyh-cta__img {
  aspect-ratio: 4 / 3;
}

.fyh-cta__img,
.img-placeholder--3-2 {
  aspect-ratio: 3 / 2;
}

.img-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 24px;
  border: 1px solid var(--border-soft);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.74);
  text-align: center;
}

.img-placeholder span {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.fyh-card__brands {
  margin-top: 14px;
  color: var(--text-soft);
}

.fyh-brand-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.fyh-brand-row--strip {
  justify-content: center;
  margin-top: 22px;
}

.fyh-brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
}

.fyh-brand-logo--compact {
  min-height: 38px;
}

.fyh-brand-logo--strip {
  min-height: 44px;
}

.fyh-brand-logo__img {
  width: auto;
  max-width: 100%;
  height: 22px;
  object-fit: contain;
}

.fyh-brand-logo__text {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-muted);
  white-space: nowrap;
}

.fyh-feature {
  padding-left: 24px;
  border-left: 4px solid var(--amber);
}

.fyh-feature__title {
  margin-bottom: 10px;
}

.fyh-why__wrap {
  max-width: 1140px;
}

.fyh-why {
  padding-top: clamp(36px, 3vw, 48px);
}

.fyh-why .fyh-heading {
  max-width: 24ch;
  margin-left: auto;
  margin-right: auto;
}

.fyh-why .fyh-body--center {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.fyh-why .fyh-feature-list {
  align-items: start;
}

.fyh-promise {
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
  background: transparent;
}

.fyh-promise__wrap {
  max-width: 1040px;
  text-align: center;
  background: rgba(255, 255, 255, 0.92);
}

.fyh-promise__note {
  margin-top: 14px;
  font-size: 15px;
}

.fyh-gallery__caption {
  margin-top: 12px;
  color: var(--text-soft);
}

.fyh-geo {
  max-width: 78ch;
  margin: 0 auto;
  padding: 24px 28px;
  border: 1px solid var(--border-soft);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
}

.fyh-brands {
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.fyh-brands__note {
  max-width: 56ch;
  margin: 18px auto 0;
  color: var(--text-soft);
  text-align: center;
}

.fyh-cta {
  border-top: 1px solid var(--border-soft);
}

.fyh-cta__image {
  margin-bottom: 28px;
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
}

.fyh-cta__title {
  color: var(--white);
}

.fyh-cta__copy {
  margin-top: 16px;
  max-width: var(--measure-wide);
  color: rgba(255, 255, 255, 0.82);
}

.fyh-cta .fyh-eyebrow--light {
  color: rgba(255, 255, 255, 0.68);
}

.fyh-cta__actions {
  margin-top: 24px;
}

.fyh-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.fyh-cta__button--wa {
  background: var(--red-orange);
  border-color: var(--red-orange);
  color: var(--white);
}

.fyh-cta__button--wa:hover {
  background: #ab432d;
  border-color: #ab432d;
}

.fyh-cta__button--outline {
  border-color: rgba(255, 255, 255, 0.78);
  color: var(--white);
}

.fyh-cta__button--outline:hover {
  background: var(--white);
  color: var(--charcoal);
}

@media (min-width: 768px) {
  .fyh-hero__panels,
  .fyh-split,
  .fyh-cta__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fyh-split--reverse .fyh-section-img {
    order: 2;
  }

  .fyh-split--reverse .fyh-copy {
    order: 1;
  }

  .fyh-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .fyh-hero {
    min-height: auto;
    padding-top: 18px;
    padding-bottom: 32px;
  }

  .fyh-hero .fyh-wrap {
    grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
    gap: 24px 40px;
    align-items: start;
  }

  .fyh-hero .fyh-narrow {
    max-width: none;
  }

  .fyh-hero .fyh-intro {
    max-width: 38ch;
  }

  .fyh-hero__panels {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 0;
  }

  .fyh-split {
    grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
    gap: 40px;
  }

  .fyh-split--reverse {
    grid-template-columns: minmax(0, 0.52fr) minmax(0, 0.48fr);
  }

  .fyh-why__wrap {
    text-align: left;
  }

  .fyh-why .fyh-heading {
    max-width: 18ch;
    margin-left: 0;
    margin-right: 0;
  }

  .fyh-why .fyh-body--center {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .fyh-why .fyh-feature-list {
    margin-top: 24px;
  }

  .fyh-why .fyh-feature {
    padding: 24px 24px 24px 28px;
    text-align: left;
  }

  .fyh-why .fyh-feature__title {
    max-width: 14ch;
  }

  .fyh-card-grid,
  .fyh-feature-list,
  .fyh-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
