/* Forest Finance homepage redesign v0.50.0.
 * Loaded after the shared stylesheet so the screenshot-led homepage layout
 * remains isolated from the approved interior-page system. */
.ffw-site[data-ffw-page="home"] {
  --ff-home-max: 1220px;
  --ff-home-shadow-raised: 0 18px 48px rgba(45, 46, 46, 0.08);
  --ff-home-shadow-control: 0 6px 16px rgba(45, 46, 46, 0.07);
  background: var(--ff-ivory) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-header {
  background: var(--ff-ivory) !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  box-shadow: var(--ff-home-shadow-raised) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-header__inner {
  min-height: 102px;
}

.ffw-site[data-ffw-page="home"] .ffw-brand img {
  width: min(315px, 58vw) !important;
  max-height: 81px !important;
}

@media (min-width: 1081px) {
  .ffw-site[data-ffw-page="home"] .ffw-primary-nav {
    flex: 0 1 auto;
    margin-left: auto;
  }

  .ffw-site[data-ffw-page="home"] .ffw-nav-list {
    justify-content: flex-end;
  }
}

.ffw-site[data-ffw-page="home"] .ffw-subnav {
  background: #fff !important;
  box-shadow: var(--ff-home-shadow-raised) !important;
}

/* Keep the screenshot-led hero on the brand ivory. The shared stylesheet has
 * a deliberately strong neutral-hero rule, so this homepage-only selector
 * matches that specificity and wins by loading later. */
body .ffw-site[data-ffw-page="home"] .ffw-hero.ffw-home-hero.ffw-home-hero--mockup {
  background: var(--ff-ivory) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-eyebrow {
  font-family: var(--ff-font-label) !important;
}

/* The redesigned proof bar replaces the older icon strip below the hero. */
.ffw-site[data-ffw-page="home"] .ffw-home-hero--mockup.ffw-home-hero--with-form .ffw-trust-strip--hero {
  display: none !important;
}

.ffw-site[data-ffw-page="home"] .ffw-container {
  width: min(var(--ff-home-max), calc(100% - 64px)) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-hero--mockup {
  min-height: 0 !important;
  padding: clamp(64px, 7vw, 108px) 0 clamp(56px, 5vw, 80px) !important;
  overflow: hidden;
  background: var(--ff-ivory) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-hero--mockup::before {
  content: "" !important;
  position: absolute;
  top: -180px;
  right: -130px;
  display: block !important;
  width: clamp(330px, 34vw, 560px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--ff-stone) !important;
  opacity: 0.42;
  pointer-events: none;
}

.ffw-site[data-ffw-page="home"] .ffw-home-hero--mockup .ffw-home-hero__grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr) !important;
  align-items: center !important;
  gap: clamp(48px, 7vw, 100px) !important;
  padding-bottom: clamp(66px, 7vw, 104px);
}

.ffw-site[data-ffw-page="home"] .ffw-home-hero--mockup .ffw-home-hero__copy {
  max-width: 690px !important;
  padding-bottom: 0 !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-hero--mockup h1,
.ffw-site[data-ffw-page="home"] .ffw-home-hero__brand-title {
  max-width: 12ch !important;
  margin-top: 20px !important;
  color: var(--ff-charcoal) !important;
  font-size: clamp(3.45rem, 5.2vw, 5.45rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.055em !important;
  line-height: 0.99 !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-hero--mockup h1 span {
  color: var(--ff-forest) !important;
  white-space: normal !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-hero--mockup .ffw-lead {
  max-width: 640px !important;
  margin-top: 28px !important;
  color: var(--ff-charcoal) !important;
  font-size: clamp(1rem, 1.2vw, 1.16rem) !important;
  line-height: 1.72 !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-hero--mockup .ffw-actions {
  margin-top: 30px !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-hero__chips {
  gap: 8px !important;
  margin-top: 26px !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-hero__chips span {
  position: relative;
  padding: 8px 12px 8px 24px !important;
  border: 1px solid var(--ff-stone) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--ff-charcoal) !important;
  font-family: var(--ff-font-label) !important;
  font-size: 0.74rem !important;
  font-weight: 800 !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-hero__chips span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ff-earth);
  transform: translateY(-50%);
}

.ffw-site[data-ffw-page="home"] .ffw-home-scene--form {
  min-height: 0 !important;
  align-self: center;
  border-color: var(--ff-stone) !important;
  border-radius: 22px !important;
  background: #fff !important;
  color: var(--ff-charcoal) !important;
  box-shadow: var(--ff-home-shadow-raised) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-hero-form-panel__head {
  position: relative;
  padding-right: 88px;
}

.ffw-site[data-ffw-page="home"] .ffw-brand-illustration {
  display: block;
  object-fit: contain;
}

.ffw-site[data-ffw-page="home"] .ffw-brand-illustration-tile--hero {
  position: absolute;
  top: -2px;
  right: 0;
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border: 1px solid var(--ff-stone);
  border-radius: 50%;
  background: var(--ff-ivory);
}

.ffw-site[data-ffw-page="home"] .ffw-brand-illustration--hero {
  width: 54px;
  height: 54px;
}

.ffw-site[data-ffw-page="home"] .ffw-hero-form-panel--home-full,
.ffw-site[data-ffw-page="home"] .ffw-home-scene--form .ffw-form {
  border: 0 !important;
  background: transparent !important;
  color: var(--ff-charcoal) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-scene--form h2,
.ffw-site[data-ffw-page="home"] .ffw-home-scene--form h3,
.ffw-site[data-ffw-page="home"] .ffw-home-scene--form p,
.ffw-site[data-ffw-page="home"] .ffw-home-scene--form label,
.ffw-site[data-ffw-page="home"] .ffw-home-scene--form legend,
.ffw-site[data-ffw-page="home"] .ffw-home-scene--form small {
  color: var(--ff-charcoal) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-scene--form .ffw-eyebrow {
  color: var(--ff-earth) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-scene--form .ffw-crm-field__required,
.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-crm-field__required {
  color: var(--ff-earth) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-scene--form input,
.ffw-site[data-ffw-page="home"] .ffw-home-scene--form select,
.ffw-site[data-ffw-page="home"] .ffw-home-scene--form textarea {
  border-color: var(--ff-stone) !important;
  background: var(--ff-ivory) !important;
  color: var(--ff-charcoal) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-scene--form .ffw-crm-stepper {
  border-color: var(--ff-stone) !important;
  background: var(--ff-ivory) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-scene--form .ffw-crm-stepper span {
  background: var(--ff-stone) !important;
  color: var(--ff-charcoal) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-scene--form .ffw-crm-stepper .is-active,
.ffw-site[data-ffw-page="home"] .ffw-home-scene--form button[type="submit"],
.ffw-site[data-ffw-page="home"] .ffw-home-scene--form .ffw-crm-step-next {
  border-color: var(--ff-forest) !important;
  background: var(--ff-forest) !important;
  color: var(--ff-ivory) !important;
  box-shadow: var(--ff-home-shadow-control) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-trust-strip--hero {
  border: 0 !important;
  background: var(--ff-forest) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-trust-strip--hero .ffw-container {
  width: min(var(--ff-home-max), calc(100% - 64px)) !important;
  min-height: 88px !important;
}

.ffw-site[data-ffw-page="home"] .ffw-trust-strip--hero .ffw-trust-item {
  border-color: rgba(247, 243, 234, 0.22) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-trust-strip--hero strong,
.ffw-site[data-ffw-page="home"] .ffw-trust-strip--hero em {
  color: var(--ff-ivory) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-trust-strip--hero strong {
  background: rgba(247, 243, 234, 0.12) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.72fr);
  align-items: end;
  gap: clamp(36px, 7vw, 100px);
}

.ffw-site[data-ffw-page="home"] .ffw-home-section-intro h2 {
  max-width: 720px !important;
  margin: 16px 0 0 !important;
  color: var(--ff-charcoal) !important;
  font-size: clamp(2.5rem, 4.2vw, 4.35rem) !important;
  letter-spacing: -0.05em !important;
  line-height: 1.03 !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-section-intro > p {
  max-width: 470px !important;
  margin: 0 !important;
  color: var(--ff-charcoal) !important;
  line-height: 1.72 !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-trust-proof {
  padding: 0 !important;
  background: var(--ff-forest) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-trust-proof > .ffw-container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-trust-proof__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 0 !important;
  align-items: stretch !important;
  border-bottom: 0;
}

.ffw-site[data-ffw-page="home"] .ffw-home-trust-proof__grid .ffw-approved-card {
  min-height: 0 !important;
  padding: 20px clamp(22px, 3vw, 46px) !important;
  border: 0 !important;
  border-right: 1px solid rgba(247, 243, 234, 0.28) !important;
  border-radius: 0 !important;
  background: var(--ff-forest) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-trust-proof__grid .ffw-approved-card:last-child {
  border-right: 0 !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-trust-proof__grid h3 {
  margin: 0 !important;
  color: var(--ff-ivory) !important;
  font-size: 1rem !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-trust-proof__grid p {
  margin-top: 7px !important;
  font-family: var(--ff-font-label) !important;
  font-size: 0.67rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.075em !important;
  line-height: 1.35 !important;
  text-transform: uppercase;
  color: var(--ff-ivory) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-trust-proof__review {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
  padding: 18px 32px;
  text-align: center;
}

.ffw-site[data-ffw-page="home"] .ffw-home-trust-proof__review p {
  margin: 0 !important;
  font-size: 0.86rem;
}

.ffw-site[data-ffw-page="home"] .ffw-home-audiences,
.ffw-site[data-ffw-page="home"] .ffw-home-environment {
  background: var(--ff-ivory) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-card-grid--home-audience {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-card-grid--home-audience .ffw-card:first-child {
  border-color: var(--ff-stone) !important;
  background: #fff !important;
}

.ffw-site[data-ffw-page="home"] .ffw-card-grid--home-audience .ffw-card:first-child * {
  color: var(--ff-charcoal) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-card-grid--home-audience .ffw-card:first-child .ffw-card__tag {
  color: var(--ff-forest) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-card-grid--home-audience .ffw-card__icon,
.ffw-site[data-ffw-page="home"] .ffw-card-grid--home-service .ffw-card__icon {
  display: none !important;
}

.ffw-site[data-ffw-page="home"] .ffw-card-grid--home-audience .ffw-card__tag,
.ffw-site[data-ffw-page="home"] .ffw-card-grid--home-service .ffw-card__tag {
  margin-top: 0 !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-services,
.ffw-site[data-ffw-page="home"] .ffw-home-process,
.ffw-site[data-ffw-page="home"] .ffw-home-faqs,
.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home {
  background: #fff !important;
}

.ffw-site[data-ffw-page="home"] .ffw-card-grid--home-service {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-card-grid--home-service .ffw-card,
.ffw-site[data-ffw-page="home"] .ffw-home-faqs .ffw-faq {
  background: var(--ff-ivory) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-card-grid--home-audience .ffw-card p:not(.ffw-card__tag),
.ffw-site[data-ffw-page="home"] .ffw-card-grid--home-service .ffw-card p:not(.ffw-card__tag),
.ffw-site[data-ffw-page="home"] .ffw-home-relationship p,
.ffw-site[data-ffw-page="home"] .ffw-home-process p,
.ffw-site[data-ffw-page="home"] .ffw-home-fees p,
.ffw-site[data-ffw-page="home"] .ffw-home-faqs p,
.ffw-site[data-ffw-page="home"] .ffw-home-environment p {
  color: var(--ff-charcoal) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-card-grid--home-audience .ffw-card,
.ffw-site[data-ffw-page="home"] .ffw-card-grid--home-service .ffw-card {
  display: flex;
  min-height: 290px !important;
  flex-direction: column;
  padding: 32px !important;
  border-radius: 16px !important;
}

.ffw-site[data-ffw-page="home"] .ffw-card-grid--home-audience .ffw-card > a,
.ffw-site[data-ffw-page="home"] .ffw-card-grid--home-service .ffw-card > a {
  margin-top: auto !important;
  padding-top: 24px;
}

.ffw-site[data-ffw-page="home"] .ffw-placeholder-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(300px, 1fr) auto;
  align-items: center;
  gap: 30px;
  margin-top: 30px !important;
  padding: 32px 36px !important;
  border-radius: 16px !important;
  background: var(--ff-ivory) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-placeholder-panel h3,
.ffw-site[data-ffw-page="home"] .ffw-placeholder-panel p,
.ffw-site[data-ffw-page="home"] .ffw-placeholder-panel .ffw-btn {
  margin: 0 !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-reviews {
  background: var(--ff-charcoal) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-reviews .ffw-eyebrow,
.ffw-site[data-ffw-page="home"] .ffw-home-reviews h2,
.ffw-site[data-ffw-page="home"] .ffw-home-reviews .ffw-home-section-intro > p,
.ffw-site[data-ffw-page="home"] .ffw-home-reviews .ffw-approved-card h3,
.ffw-site[data-ffw-page="home"] .ffw-home-reviews .ffw-approved-card p {
  color: var(--ff-ivory) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-crm-form--placement-lower > .ffw-eyebrow {
  color: var(--ff-forest) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-reviews .ffw-approved-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-reviews .ffw-approved-card {
  border-color: rgba(247, 243, 234, 0.17) !important;
  background: rgba(247, 243, 234, 0.07) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-relationship {
  background: var(--ff-ivory) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-relationship__panel,
.ffw-site[data-ffw-page="home"] .ffw-home-fees__panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(42px, 8vw, 120px);
  padding: clamp(42px, 6vw, 78px) !important;
  border-radius: 18px;
}

.ffw-site[data-ffw-page="home"] .ffw-home-relationship__panel {
  border: 1px solid var(--ff-stone);
  background: #fff;
}

.ffw-site[data-ffw-page="home"] .ffw-home-relationship__panel h2,
.ffw-site[data-ffw-page="home"] .ffw-home-fees__panel h2 {
  margin: 16px 0 0 !important;
  font-size: clamp(2.4rem, 4vw, 4rem) !important;
  letter-spacing: -0.05em !important;
  line-height: 1.04 !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-relationship__panel > div:last-child > p:first-child,
.ffw-site[data-ffw-page="home"] .ffw-home-fees__panel > div:last-child > p:first-child {
  margin-top: 0 !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-process .ffw-approved-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-section-intro__illustrated {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.ffw-site[data-ffw-page="home"] .ffw-brand-illustration--process {
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  margin-top: 2px;
}

.ffw-site[data-ffw-page="home"] .ffw-home-process .ffw-approved-card {
  padding: 28px 28px 30px !important;
  border: 0 !important;
  border-top: 1px solid var(--ff-earth) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-process .ffw-approved-card h3 {
  color: var(--ff-charcoal) !important;
  font-size: 1.08rem !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-process .ffw-approved-section__closing {
  margin-top: 34px !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-fees {
  padding-top: clamp(56px, 6vw, 84px) !important;
  padding-bottom: clamp(56px, 6vw, 84px) !important;
  background: var(--ff-ivory) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-fees__panel {
  padding: clamp(40px, 5vw, 68px) !important;
  border: 1px solid var(--ff-stone) !important;
  border-radius: 18px !important;
  background: #fff !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-fees__panel h2,
.ffw-site[data-ffw-page="home"] .ffw-home-fees__panel p {
  color: var(--ff-charcoal) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-fees__panel .ffw-eyebrow {
  color: var(--ff-earth) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-fees__panel .ffw-btn--light {
  border-color: var(--ff-forest) !important;
  background: var(--ff-forest) !important;
  color: var(--ff-ivory) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-fees__panel .ffw-btn--light-outline {
  border: 1px solid var(--ff-earth) !important;
  background: transparent !important;
  color: var(--ff-charcoal) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-faqs .ffw-faq-wrap {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(380px, 1.22fr);
  align-items: start;
  column-gap: clamp(44px, 8vw, 110px);
  row-gap: 12px;
}

.ffw-site[data-ffw-page="home"] .ffw-home-faqs .ffw-section-head {
  grid-row: 1 / span 6;
}

.ffw-site[data-ffw-page="home"] .ffw-home-environment {
  position: relative;
  overflow: hidden;
}

.ffw-site[data-ffw-page="home"] .ffw-home-environment::after {
  content: "";
  position: absolute;
  top: -12%;
  right: -4%;
  width: 52%;
  aspect-ratio: 1;
  border: 1px solid rgba(54, 75, 57, 0.08);
  border-radius: 46% 54% 61% 39%;
  box-shadow: 0 0 0 34px rgba(54, 75, 57, 0.025), 0 0 0 68px rgba(54, 75, 57, 0.018), 0 0 0 102px rgba(54, 75, 57, 0.012);
  pointer-events: none;
}

.ffw-site[data-ffw-page="home"] .ffw-home-environment__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(420px, 1.28fr);
  align-items: center;
  gap: clamp(54px, 8vw, 120px);
}

.ffw-site[data-ffw-page="home"] .ffw-home-environment__counter {
  display: grid;
  width: min(100%, 360px);
  aspect-ratio: 1;
  place-content: center;
  padding: 38px;
  border: 1px solid var(--ff-forest);
  border-radius: 50%;
  background: var(--ff-forest);
  text-align: center;
}

.ffw-site[data-ffw-page="home"] .ffw-home-environment__counter span {
  font-family: var(--ff-font-label) !important;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ff-ivory) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-environment__counter strong {
  margin: 18px 0 10px;
  color: var(--ff-ivory);
  font-family: var(--ff-font-heading);
  font-size: clamp(2.8rem, 5vw, 4.7rem);
  line-height: 1;
}

.ffw-site[data-ffw-page="home"] .ffw-home-environment__counter p {
  max-width: 190px;
  margin: 0 auto;
  line-height: 1.45;
  color: var(--ff-ivory) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-environment__copy h2 {
  max-width: 720px !important;
  margin: 16px 0 0 !important;
  color: var(--ff-charcoal) !important;
  font-size: clamp(2.75rem, 4.8vw, 4.8rem) !important;
  letter-spacing: -0.055em !important;
  line-height: 1.02 !important;
}

.ffw-site[data-ffw-page="home"] .ffw-home-environment__copy > p:not(.ffw-eyebrow):not(.ffw-approved-section__statement) {
  max-width: 680px;
  margin-top: 24px;
  line-height: 1.72;
}

.ffw-site[data-ffw-page="home"] .ffw-home-environment__statement {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.ffw-site[data-ffw-page="home"] .ffw-home-environment__statement .ffw-approved-section__statement {
  margin: 0 !important;
}

.ffw-site[data-ffw-page="home"] .ffw-brand-illustration--sprout {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
}

.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home,
.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-lower-form-shell,
.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-lower-form-support,
.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-crm-form--placement-lower {
  background-image: none !important;
}

.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-lower-form-shell {
  border: 1px solid var(--ff-stone) !important;
  background-color: var(--ff-ivory) !important;
  box-shadow: var(--ff-home-shadow-raised) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-lower-form-support,
.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-crm-form--placement-lower {
  background-color: #fff !important;
  box-shadow: none !important;
}

.ffw-site[data-ffw-page="home"] .ffw-cta-band {
  padding: 52px 0 !important;
  background: var(--ff-ivory) !important;
}

.ffw-site[data-ffw-page="home"] .ffw-cta-band > .ffw-container {
  border-radius: 18px !important;
  background: var(--ff-forest) !important;
}

@media (max-width: 1050px) {
  .ffw-site[data-ffw-page="home"] .ffw-home-hero--mockup .ffw-home-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr) !important;
    gap: 42px !important;
  }

  .ffw-site[data-ffw-page="home"] .ffw-home-hero--mockup h1,
  .ffw-site[data-ffw-page="home"] .ffw-home-hero__brand-title {
    font-size: clamp(3.15rem, 5.7vw, 4.65rem) !important;
  }

  .ffw-site[data-ffw-page="home"] .ffw-home-process .ffw-approved-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px !important;
  }
}

@media (max-width: 860px) {
  .ffw-site[data-ffw-page="home"] .ffw-container {
    width: min(100% - 40px, 720px) !important;
  }

  .ffw-site[data-ffw-page="home"] .ffw-home-section-intro__illustrated {
    gap: 18px;
  }

  .ffw-site[data-ffw-page="home"] .ffw-brand-illustration--process {
    width: 62px;
    height: 62px;
    flex-basis: 62px;
  }

  .ffw-site[data-ffw-page="home"] .ffw-home-hero--mockup .ffw-home-hero__grid,
  .ffw-site[data-ffw-page="home"] .ffw-home-section-intro,
  .ffw-site[data-ffw-page="home"] .ffw-home-relationship__panel,
  .ffw-site[data-ffw-page="home"] .ffw-home-fees__panel,
  .ffw-site[data-ffw-page="home"] .ffw-home-faqs .ffw-faq-wrap,
  .ffw-site[data-ffw-page="home"] .ffw-home-environment__grid {
    grid-template-columns: 1fr !important;
  }

  .ffw-site[data-ffw-page="home"] .ffw-home-faqs .ffw-section-head {
    grid-row: auto;
  }

  .ffw-site[data-ffw-page="home"] .ffw-home-environment__counter {
    width: min(330px, 76vw);
  }

  .ffw-site[data-ffw-page="home"] .ffw-placeholder-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .ffw-site[data-ffw-page="home"] .ffw-container,
  .ffw-site[data-ffw-page="home"] .ffw-trust-strip--hero .ffw-container {
    width: min(100% - 32px, 560px) !important;
  }

  .ffw-site[data-ffw-page="home"] .ffw-home-hero--mockup {
    padding-top: 48px !important;
  }

  .ffw-site[data-ffw-page="home"] .ffw-home-hero--mockup h1,
  .ffw-site[data-ffw-page="home"] .ffw-home-hero__brand-title {
    font-size: clamp(2.85rem, 13vw, 4.1rem) !important;
  }

  .ffw-site[data-ffw-page="home"] .ffw-home-trust-proof__grid,
  .ffw-site[data-ffw-page="home"] .ffw-card-grid--home-audience,
  .ffw-site[data-ffw-page="home"] .ffw-card-grid--home-service,
  .ffw-site[data-ffw-page="home"] .ffw-home-reviews .ffw-approved-card-grid,
  .ffw-site[data-ffw-page="home"] .ffw-home-process .ffw-approved-card-grid {
    grid-template-columns: 1fr !important;
  }

  .ffw-site[data-ffw-page="home"] .ffw-home-trust-proof__grid .ffw-approved-card {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(247, 243, 234, 0.28) !important;
  }

  .ffw-site[data-ffw-page="home"] .ffw-home-trust-proof__review {
    display: grid;
  }

  .ffw-site[data-ffw-page="home"] .ffw-card-grid--home-audience .ffw-card,
  .ffw-site[data-ffw-page="home"] .ffw-card-grid--home-service .ffw-card {
    min-height: 0 !important;
  }

  .ffw-site[data-ffw-page="home"] .ffw-home-relationship__panel,
  .ffw-site[data-ffw-page="home"] .ffw-home-fees__panel {
    padding: 34px 28px !important;
  }
}

/* Keep the approved white-card hero treatment ahead of the older shared
 * light-section form rule, including when optimisation combines stylesheets. */
.ffw-site.ffw-site[data-ffw-page="home"] .ffw-home-hero-full-form,
.ffw-site.ffw-site[data-ffw-page="home"] .ffw-home-hero-full-form .ffw-hero-form-panel--home-full,
.ffw-site.ffw-site[data-ffw-page="home"] .ffw-home-hero-full-form .ffw-crm-form {
  border-color: var(--ff-stone) !important;
  background-color: #fff !important;
  background-image: none !important;
  color: var(--ff-charcoal) !important;
}

.ffw-site.ffw-site[data-ffw-page="home"] .ffw-home-hero-full-form {
  box-shadow: var(--ff-home-shadow-raised) !important;
}

.ffw-site.ffw-site[data-ffw-page="home"] .ffw-home-hero-full-form .ffw-hero-form-panel--home-full,
.ffw-site.ffw-site[data-ffw-page="home"] .ffw-home-hero-full-form .ffw-crm-form {
  box-shadow: none !important;
}

.ffw-site.ffw-site[data-ffw-page="home"] .ffw-home-hero-full-form :is(h2, h3, p, legend, label, small, .ffw-crm-field__label, .ffw-crm-step-count) {
  color: var(--ff-charcoal) !important;
}

.ffw-site.ffw-site[data-ffw-page="home"] .ffw-home-hero-full-form .ffw-eyebrow,
.ffw-site.ffw-site[data-ffw-page="home"] .ffw-home-hero-full-form .ffw-crm-field__required {
  color: var(--ff-earth) !important;
}

.ffw-site.ffw-site[data-ffw-page="home"] .ffw-home-hero-full-form .ffw-hero-form-panel__head p:not(.ffw-eyebrow),
.ffw-site.ffw-site[data-ffw-page="home"] .ffw-home-hero-full-form .ffw-crm-step-count {
  color: var(--ff-charcoal) !important;
}

.ffw-site.ffw-site[data-ffw-page="home"] .ffw-home-hero-full-form :is(input:not([type="checkbox"]), select, textarea),
.ffw-site.ffw-site[data-ffw-page="home"] .ffw-home-hero-full-form .ffw-crm-stepper {
  border-color: var(--ff-stone) !important;
  background-color: var(--ff-ivory) !important;
  color: var(--ff-charcoal) !important;
}

.ffw-site.ffw-site[data-ffw-page="home"] .ffw-home-hero-full-form .ffw-crm-stepper__dot {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  flex: 0 0 34px !important;
  border-radius: 50% !important;
  background-color: var(--ff-stone) !important;
  color: var(--ff-charcoal) !important;
}

.ffw-site.ffw-site[data-ffw-page="home"] .ffw-home-hero-full-form .ffw-crm-stepper__item,
.ffw-site.ffw-site[data-ffw-page="home"] .ffw-home-hero-full-form .ffw-crm-stepper__item.is-active {
  width: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ffw-site.ffw-site[data-ffw-page="home"] .ffw-home-hero-full-form .ffw-crm-stepper__item.is-active .ffw-crm-stepper__dot,
.ffw-site.ffw-site[data-ffw-page="home"] .ffw-home-hero-full-form :is(.ffw-crm-step-next, .ffw-crm-step-submit) {
  border-color: var(--ff-forest) !important;
  background-color: var(--ff-forest) !important;
  color: var(--ff-ivory) !important;
  box-shadow: var(--ff-home-shadow-control) !important;
}

/* Homepage lower enquiry: one clean white section with reciprocal Ivory
 * panels, white controls, and the same restrained form language as the hero. */
.ffw-site.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home {
  padding-top: clamp(72px, 7vw, 104px) !important;
  padding-bottom: clamp(72px, 7vw, 104px) !important;
  background: #fff !important;
}

/* Keep the proof strip genuinely compact. The doubled site selector is
 * intentional: it wins over the shared high-specificity section rhythm. */
.ffw-site.ffw-site[data-ffw-page="home"] .ffw-home-trust-proof {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ffw-site.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-lower-form-shell {
  grid-template-columns: minmax(300px, 0.78fr) minmax(500px, 1.22fr) !important;
  grid-template-areas:
    "heading heading"
    "support form" !important;
  gap: 32px !important;
  width: min(var(--ff-home-max), calc(100% - 64px)) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.ffw-site.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-lower-form-module-head {
  grid-area: heading !important;
  padding: 0 0 28px !important;
  border-bottom: 1px solid var(--ff-stone) !important;
}

.ffw-site.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-lower-form-module-head h2,
.ffw-site.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-lower-form-support h2,
.ffw-site.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-crm-form--placement-lower > h2 {
  color: var(--ff-forest) !important;
}

.ffw-site.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-lower-form-module-head .ffw-eyebrow,
.ffw-site.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-lower-form-support .ffw-eyebrow,
.ffw-site.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-crm-form--placement-lower > .ffw-eyebrow,
.ffw-site.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-crm-field__required {
  color: var(--ff-earth) !important;
}

.ffw-site.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-lower-form-module-head p:not(.ffw-eyebrow),
.ffw-site.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-lower-form-support p:not(.ffw-eyebrow),
.ffw-site.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-crm-form--placement-lower :is(p, label, legend, small, .ffw-crm-field__label, .ffw-crm-step-count) {
  color: var(--ff-charcoal) !important;
}

.ffw-site.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-lower-form-support {
  grid-area: support !important;
  position: relative !important;
  top: auto !important;
  height: 100% !important;
  padding: 36px !important;
  border: 1px solid var(--ff-stone) !important;
  border-radius: 18px !important;
  background: var(--ff-ivory) !important;
  box-shadow: none !important;
}

.ffw-site.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-lower-form-panel {
  grid-area: form !important;
  align-self: stretch !important;
}

.ffw-site.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-crm-form--placement-lower {
  height: 100% !important;
  min-height: 0 !important;
  padding: 36px !important;
  border: 1px solid var(--ff-stone) !important;
  border-radius: 18px !important;
  background: var(--ff-ivory) !important;
  box-shadow: none !important;
}

.ffw-site.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-steps-list li,
.ffw-site.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-lower-form-note,
.ffw-site.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-final-content-panel,
.ffw-site.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home :is(input:not([type="checkbox"]), select, textarea),
.ffw-site.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-crm-stepper {
  border-color: var(--ff-stone) !important;
  background: #fff !important;
  background-image: none !important;
  color: var(--ff-charcoal) !important;
  box-shadow: none !important;
}

.ffw-site.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-crm-stepper__item,
.ffw-site.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-crm-stepper__item.is-active {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ffw-site.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-crm-stepper__dot {
  border-radius: 50% !important;
  background: var(--ff-stone) !important;
  color: var(--ff-charcoal) !important;
}

.ffw-site.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-crm-stepper__item.is-active .ffw-crm-stepper__dot,
.ffw-site.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home :is(.ffw-crm-step-next, .ffw-crm-step-submit) {
  border-color: var(--ff-forest) !important;
  background: var(--ff-forest) !important;
  color: var(--ff-ivory) !important;
  box-shadow: var(--ff-home-shadow-control) !important;
}

@media (max-width: 980px) {
  .ffw-site.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-lower-form-shell {
    grid-template-columns: 1fr !important;
    grid-template-areas: "heading" "support" "form" !important;
    width: min(100% - 40px, 720px) !important;
  }
}

@media (max-width: 680px) {
  .ffw-site.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home {
    padding-top: 56px !important;
    padding-bottom: 64px !important;
  }

  .ffw-site.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-lower-form-shell {
    width: min(100% - 32px, 560px) !important;
    gap: 20px !important;
  }

  .ffw-site.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-lower-form-support,
  .ffw-site.ffw-site[data-ffw-page="home"] .ffw-section--journey-form-lower-home .ffw-crm-form--placement-lower {
    padding: 26px !important;
  }
}
