/* Fern & Wild — sale / CTA / team / video / bottom (clean) */

/* —— Sale banner (type-3) —— */
.fw-sale {
  margin-top: 0;
  padding: 0 0 150px;
  box-sizing: border-box;
}

.fw-sale__inner {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.fw-sale__banner {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: none;
  align-self: center;
  margin: 0 -12.5% 0 -12.5%;
  vertical-align: top;
}

.fw-sale__image {
  display: block;
  width: 100%;
  height: auto;
}

.fw-sale__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.fw-sale__content-inner {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 35px;
  height: 100%;
  box-sizing: border-box;
}

.fw-sale__title {
  margin: 30px 0 0;
  font-family: 'Earthbound', serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0.02em;
  color: #fff;
}

.fw-sale__title span {
  display: inline-block;
  max-width: 180px;
}

.fw-sale__subtitle {
  margin: 0;
  position: relative;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1.4;
}

.fw-sale__subtitle::after {
  content: "";
  height: 1px;
  width: 40px;
  background-color: currentColor;
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}

/* —— CTA split —— */
.fw-cta {
  margin: 0;
  padding: 0;
}

.fw-cta__row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.fw-cta__copy {
  width: 50%;
  box-sizing: border-box;
  background-image: url("../images/pattern-gray-leaves.jpg");
  background-repeat: repeat;
  background-size: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fw-cta__copy-inner {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 0 100px;
}

.fw-cta__title-wrap {
  padding: 0 21% 0 0;
  box-sizing: border-box;
}

.fw-cta__title {
  margin: 0;
  font-family: 'Earthbound', serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.146;
  letter-spacing: 0.02em;
  color: #fff;
}

.fw-cta__text {
  margin: 12px 0 0;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.fw-cta__button-wrap {
  padding-top: 6%;
}

.fw-cta__button {
  display: inline-block;
  margin: 0;
  padding: 9px 37px 12px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #B36B53;
  border: 1px solid #B36B53;
  box-sizing: border-box;
}

.fw-cta__button:hover {
  background-color: #C78342;
  border-color: #C78342;
  color: #fff;
}

.fw-cta__media {
  width: 50%;
  box-sizing: border-box;
  background-image: url("../images/cut-flowers-for-sale-johannesburg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

.fw-cta__media-spacer {
  width: 1px;
  height: 1px;
  margin-top: 22%;
  margin-bottom: 38%;
  border: 0;
}

/* —— Team title —— */
.fw-team-title {
  padding: 126px 0 50px;
  text-align: center;
  box-sizing: border-box;
}

.fw-team-title__inner {
  padding: 10px 20%;
  box-sizing: border-box;
}

.fw-team-title__eyebrow {
  margin: 0 0 12px;
  font-family: Quicksand, sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #155142;
}

.fw-team-title__eyebrow span {
  opacity: 1;
}

.fw-team-title__heading {
  margin: 0;
  font-family: 'Earthbound', serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.146em;
  letter-spacing: 0.02em;
  color: #155142;
}

.fw-team-title__text {
  margin: 12px auto 0;
  max-width: 720px;
  padding: 0;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #155142;
  box-sizing: border-box;
}

.fw-team-title__heading + .fw-team-title__text {
  margin-top: 15px;
}

/* —— Team grid —— */
.fw-team {
  margin-top: -2%;
  margin-bottom: 0;
  padding: 0 0 126px;
}

.fw-team__inner {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.fw-team__inner--single {
  justify-content: center;
}

.fw-team__inner--single .fw-team__item {
  width: 52%;
  max-width: 560px;
}

.fw-team__item {
  width: 33.333%;
  padding: 0;
  box-sizing: border-box;
}

.fw-team-member {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.fw-team-member__media {
  position: relative;
  overflow: hidden;
}

.fw-team-member__media img {
  display: block;
  width: 100%;
  height: auto;
}

.fw-team-member__socials {
  position: absolute;
  left: 0;
  bottom: 24px;
  z-index: 20;
}

.fw-team-member__social {
  position: relative;
  display: block;
  margin: 12px auto;
  left: 44px;
  color: #155142;
  z-index: 10;
  opacity: 0;
  transform: scale(0);
  text-decoration: none;
}

.fw-team-member__social-icon {
  font-size: 18px;
  color: #155142;
}

.fw-team-member__media > svg,
.fw-team-member__deco {
  position: absolute;
  left: -3px;
  bottom: -3px;
  transform-origin: 0 100%;
  opacity: 0;
  pointer-events: none;
}

.fw-team-member__media > svg line,
.fw-team-member__deco line {
  transform: scaleY(0) translateY(14px) translateX(3.5px);
  transform-origin: center;
}

.fw-team-member__info {
  display: block;
  text-align: center;
  margin: 22px 0 0;
}

.fw-team-member__name {
  margin: 0 0 2px;
  font-family: 'Earthbound', serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.26;
  letter-spacing: 0.02em;
  color: #155142;
}

.fw-team-member__role {
  display: block;
  margin: 2px 0 0;
  font-family: Quicksand, sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #155142;
}

/* —— Video —— */
.fw-video {
  margin: 0;
  padding: 0;
}

.fw-video__inner {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.fw-video__figure {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
}

.fw-video__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.fw-video__label {
  margin: 0;
  font-family: Quicksand, sans-serif;
  font-style: italic;
  letter-spacing: 0.02em;
  color: #615F5E;
  font-size: 18px;
  text-align: left;
  position: absolute;
  left: -15px;
  bottom: 7px;
  transform-origin: 1% 100%;
  transform: rotate(270deg) translateY(0);
  backface-visibility: hidden;
  z-index: 2;
}

.fw-video__label span {
  opacity: 1;
  color: #615F5E;
}

.fw-video__label svg {
  transform: rotate(90deg);
  transform-origin: 5px 100%;
  overflow: visible;
}

.fw-video__label svg line {
  transform: scaleY(1);
  stroke: #B26B54;
}

.fw-video__label svg path {
  opacity: 1;
  fill: #B26B54;
}

.fw-video__play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
}

.fw-video__play-inner {
  position: relative;
  display: block;
  width: 168px;
  height: 168px;
  line-height: 168px;
  text-align: center;
  z-index: 12;
}

.fw-video__play-inner span {
  font-family: Quicksand, sans-serif;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.02em;
  color: #155142;
}

.fw-video__play-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 168px;
  height: 168px;
  margin: -84px 0 0 -84px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}

.fw-video__play:hover .fw-video__play-bg {
  transform: scale(0.95);
}

/* —— Bottom overlap band —— */
.fw-bottom {
  margin-top: -25%;
  margin-bottom: 0;
  padding: 18% 18% 14.5%;
  min-height: 625px;
  background-image: url("../images/main-home-img-12.jpg");
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
  .fw-sale__inner,
  .fw-team__inner,
  .fw-video__inner {
    width: 960px;
  }
}

@media only screen and (max-width: 1024px) {
  .fw-sale {
    padding: 6% 0 9%;
  }

  .fw-sale__inner {
    width: 768px;
    padding: 0 10% 8%;
    box-sizing: border-box;
  }

  .fw-sale__banner {
    margin: 0 -12.5%;
  }

  .fw-cta__copy,
  .fw-cta__media {
    width: 100%;
  }

  .fw-cta__copy-inner {
    padding: 10% 0 12%;
  }

  .fw-cta__title-wrap {
    padding: 23% 0 2%;
  }

  .fw-cta__button-wrap {
    padding-top: 3%;
    padding-bottom: 18%;
  }

  .fw-team-title {
    padding: 107px 0 15px;
  }

  .fw-team-title__inner {
    padding: 2.5% 0 2.5%;
  }

  .fw-team__inner {
    width: 768px;
  }

  .fw-video__inner {
    width: 768px;
    padding: 0 0 40px;
  }

  .fw-video {
    padding: 0 2%;
  }

  .fw-bottom {
    margin-top: -31%;
  }

  .fw-video__play-inner,
  .fw-video__play-bg {
    width: 120px;
    height: 120px;
    line-height: 110px;
  }

  .fw-video__play-bg {
    margin: -60px 0 0 -60px;
  }

  .fw-video__label {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .fw-sale__inner,
  .fw-team__inner,
  .fw-video__inner {
    width: 86%;
  }
}

@media only screen and (max-width: 767px) {
  .fw-sale {
    padding: 2% 2% 11%;
  }

  .fw-sale__inner {
    width: 86%;
    padding: 6% 0 0;
  }

  .fw-sale__banner {
    margin: 0 -92% 0 -13%;
    padding: 9% 0 12%;
  }

  .fw-cta__copy-inner {
    padding: 12% 5% 10%;
  }

  .fw-cta__title-wrap {
    padding: 8% 0 4%;
  }

  .fw-cta__button-wrap {
    padding-top: 1%;
    padding-bottom: 0;
  }

  .fw-team-title {
    padding: 27.5% 5% 0;
  }

  .fw-team-title__inner {
    padding: 0 0 12%;
  }

  .fw-team-title__heading br {
    display: none;
  }

  .fw-team__item,
  .fw-team__inner--single .fw-team__item {
    width: 100%;
    max-width: none;
  }

  .fw-team-title__text {
    font-size: 15px;
    padding: 0;
  }

  .fw-video {
    margin-top: 0;
    padding: 0;
  }

  .fw-video__inner {
    width: 100%;
    padding: 0;
  }

  /* Collapse decorative overlap band — was leaving a huge gap before the footer */
  .fw-bottom {
    margin-top: 0;
    min-height: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
  }

  .fw-video__play-inner span {
    font-size: 19px;
  }

  .fw-video__play-inner,
  .fw-video__play-bg {
    width: 80px;
    height: 80px;
    line-height: 40px;
  }

  .fw-video__play-bg {
    margin: -40px 0 0 -40px;
  }
}

@media only screen and (max-width: 480px) {
  .fw-sale__inner,
  .fw-team__inner {
    width: 82%;
  }

  .fw-video__inner {
    width: 100%;
  }
}
