body[data-template="index"] .fs-project-support-section {
  border: 0;
  background: var(--fs-project-section-bg, #f8f6f1);
}

body[data-template="index"] .fs-project-support {
  padding: 56px 28px;
  background: var(--fs-project-section-bg, #f8f6f1);
}

body[data-template="index"] .fs-project-support__inner {
  display: grid;
  grid-template-columns: minmax(0, 58fr) minmax(420px, 42fr);
  width: 100%;
  max-width: 1480px;
  margin-inline: auto;
}

body[data-template="index"] .fs-project-support__media {
  min-width: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 2px 0 0 2px;
  background: #17130f;
}

body[data-template="index"] .fs-project-support__desktop-media,
body[data-template="index"] .fs-project-support__mobile-media,
body[data-template="index"] .fs-project-support__poster,
body[data-template="index"] .fs-project-support__poster img,
body[data-template="index"] .fs-project-support__mobile-media img,
body[data-template="index"] .fs-project-support__video {
  width: 100%;
  height: 100%;
}

body[data-template="index"] .fs-project-support__desktop-media {
  position: relative;
}

body[data-template="index"] .fs-project-support__poster,
body[data-template="index"] .fs-project-support__poster img,
body[data-template="index"] .fs-project-support__mobile-media img {
  display: block;
}

body[data-template="index"] .fs-project-support__poster img,
body[data-template="index"] .fs-project-support__mobile-media img,
body[data-template="index"] .fs-project-support__video {
  border: 0;
  object-fit: cover;
}

body[data-template="index"] .fs-project-support__video {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  opacity: 0;
  background: #17130f;
  pointer-events: none;
}

body[data-template="index"] .fs-project-support__video.is-active {
  opacity: 1;
  pointer-events: auto;
}

body[data-template="index"] .fs-project-support__play {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 3;
  display: inline-grid;
  width: 58px;
  height: 58px;
  padding: 0;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.78);
  color: #ffffff;
  cursor: pointer;
  place-items: center;
}

body[data-template="index"] .fs-project-support__play span {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid currentcolor;
}

body[data-template="index"] .fs-project-support__play:hover {
  background: rgba(17, 17, 17, 0.92);
}

body[data-template="index"] .fs-project-support__play[hidden] {
  display: none;
}

body[data-template="index"] .fs-project-support__play:focus-visible,
body[data-template="index"] .fs-project-support__cta:focus-visible {
  outline: 3px solid var(--fs-project-accent, #82632c);
  outline-offset: 3px;
}

body[data-template="index"] .fs-project-support__mobile-media {
  display: none;
}

body[data-template="index"] .fs-project-support__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 48px 56px;
  border: 1px solid #dfd5c8;
  border-left: 0;
  border-radius: 0 2px 2px 0;
  background: var(--fs-project-content-bg, #f4efe7);
}

body[data-template="index"] .fs-project-support__eyebrow {
  margin: 0 0 14px;
  color: var(--fs-project-accent, #82632c);
  font: 700 11px/1.2 var(--fs-home-body-font, "Inter", Arial, sans-serif);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body[data-template="index"] .fs-project-support h2 {
  max-width: 12em;
  margin: 0 0 18px;
  color: var(--fs-project-ink, #17130f);
  font-family: var(--fs-home-title-font, "Instrument Sans", Arial, sans-serif);
  font-size: var(--fs-project-title-desktop, 36px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0;
}

body[data-template="index"] .fs-project-support__body {
  max-width: 470px;
  margin: 0;
  color: var(--fs-project-muted, #3f3a34);
  font-family: var(--fs-home-body-font, "Inter", Arial, sans-serif);
  font-size: var(--fs-project-body-desktop, 17px);
  line-height: 1.68;
}

body[data-template="index"] .fs-project-support__services {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 22px 0 0;
  padding: 17px 0 0;
  border-top: 1px solid rgba(111, 87, 54, 0.24);
  color: var(--fs-project-accent, #82632c);
  font-family: var(--fs-home-body-font, "Inter", Arial, sans-serif);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  list-style: none;
}

body[data-template="index"] .fs-project-support__services li {
  padding: 0 12px;
}

body[data-template="index"] .fs-project-support__services li:first-child {
  padding-left: 0;
}

body[data-template="index"] .fs-project-support__services li + li {
  border-left: 1px solid rgba(111, 87, 54, 0.24);
}

body[data-template="index"] .fs-project-support__cta {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 46px;
  margin-top: 28px;
  padding: 0 24px;
  border: 1px solid var(--fs-project-ink, #17130f);
  border-radius: 2px;
  background: var(--fs-project-ink, #17130f);
  color: #ffffff;
  font-family: var(--fs-home-body-font, "Inter", Arial, sans-serif);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

body[data-template="index"] .fs-project-support__cta:hover {
  filter: brightness(1.18);
}

@media (min-width: 960px) and (max-width: 1199px) {
  body[data-template="index"] .fs-project-support {
    padding: 42px 24px;
  }

  body[data-template="index"] .fs-project-support__inner {
    grid-template-columns: minmax(0, 55fr) minmax(380px, 45fr);
  }

  body[data-template="index"] .fs-project-support__content {
    padding: 34px 38px;
  }

  body[data-template="index"] .fs-project-support h2 {
    font-size: min(var(--fs-project-title-desktop, 36px), 30px);
  }

  body[data-template="index"] .fs-project-support__services {
    margin-top: 16px;
    padding-top: 14px;
  }

  body[data-template="index"] .fs-project-support__cta {
    margin-top: 20px;
  }
}

@media (max-width: 959px) {
  body[data-template="index"] .fs-project-support {
    padding: 32px var(--fs-site-gutter-mobile, 16px) 38px;
    border-top: 1px solid #e7dfd4;
    border-bottom: 1px solid #e7dfd4;
  }

  body[data-template="index"] .fs-project-support__inner {
    display: block;
    max-width: 560px;
    margin-inline: auto;
    border: 1px solid #dfd5c8;
    border-radius: 2px;
    background: var(--fs-project-content-bg, #f4efe7);
  }

  body[data-template="index"] .fs-project-support__media {
    width: 100%;
    border-radius: 2px 2px 0 0;
    background: #ece6dd;
  }

  body[data-template="index"] .fs-project-support__desktop-media {
    display: none;
  }

  body[data-template="index"] .fs-project-support__mobile-media {
    display: block;
  }

  body[data-template="index"] .fs-project-support__content {
    display: block;
    padding: 26px 22px 24px;
    border: 0;
    background: transparent;
    text-align: left;
  }

  body[data-template="index"] .fs-project-support__eyebrow {
    margin-bottom: 10px;
  }

  body[data-template="index"] .fs-project-support h2 {
    max-width: 13em;
    margin-bottom: 13px;
    font-size: var(--fs-project-title-mobile, 25px);
    line-height: 1.14;
  }

  body[data-template="index"] .fs-project-support__body {
    max-width: 34em;
    margin-bottom: 19px;
    font-size: var(--fs-project-body-mobile, 14px);
    line-height: 1.6;
  }

  body[data-template="index"] .fs-project-support__services {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    margin: 0 0 21px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(111, 87, 54, 0.24);
  }

  body[data-template="index"] .fs-project-support__services li,
  body[data-template="index"] .fs-project-support__services li:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 30px;
    padding: 0 7px;
    font-size: 11px;
    line-height: 1.35;
    text-align: center;
  }

  body[data-template="index"] .fs-project-support__cta {
    width: 100%;
    min-height: 46px;
    margin-top: 0;
    padding: 10px 20px;
    font-size: 13px;
  }
}
