.tvw-facebook-page {
  background: var(--cream);
}

.tvw-facebook-page .site-header nav {
  gap: clamp(16px, 2.4vw, 34px);
}

.tvw-facebook-page .site-header nav .is-current::after {
  transform: scaleX(1);
}

.social-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  min-height: calc(100vh - 82px);
}

.social-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(72px, 8vw, 130px) clamp(24px, 6.5vw, 104px);
}

.social-heading h1 {
  max-width: 680px;
  margin-bottom: 30px;
  font-size: clamp(52px, 6.2vw, 96px);
  font-weight: 700;
  letter-spacing: -0.066em;
  line-height: 0.92;
}

.social-heading > p:not(.eyebrow) {
  max-width: 570px;
  margin-bottom: 34px;
  color: rgba(24, 57, 45, 0.75);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.55;
}

.social-heading .button {
  width: fit-content;
}

.social-feed-wrap {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 700px;
  padding: clamp(45px, 6vw, 90px);
  background-color: var(--sage);
  background-image: radial-gradient(
    rgba(255, 253, 247, 0.38) 1px,
    transparent 1px
  );
  background-size: 17px 17px;
  overflow: hidden;
}

.social-feed-wrap::before,
.social-feed-wrap::after {
  position: absolute;
  border: 2px solid rgba(24, 57, 45, 0.16);
  border-radius: 50%;
  content: "";
}

.social-feed-wrap::before {
  top: -100px;
  right: -70px;
  width: 220px;
  height: 220px;
}

.social-feed-wrap::after {
  bottom: -160px;
  left: -90px;
  width: 320px;
  height: 320px;
}

.social-stamp {
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--tomato);
  color: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  transform: rotate(7deg);
}

.social-feed {
  position: relative;
  z-index: 1;
  width: min(100%, 650px);
  max-height: 780px;
  padding: clamp(24px, 3vw, 42px);
  border-radius: 4px;
  background: var(--paper);
  box-shadow: 0 30px 65px rgba(24, 57, 45, 0.18);
  overflow: auto;
}

.social-feed-placeholder {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  padding: clamp(42px, 5vw, 72px);
  border-radius: 4px;
  background: var(--forest);
  color: var(--paper);
  box-shadow: 0 30px 65px rgba(24, 57, 45, 0.18);
}

.social-feed-placeholder p {
  margin-bottom: 16px;
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
}

.social-feed-placeholder small {
  color: rgba(255, 253, 247, 0.76);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.55;
}

.social-feed .cff-wrapper,
.social-feed #cff {
  margin: 0;
}

@media (max-width: 1050px) {
  .social-hero {
    grid-template-columns: 1fr;
  }

  .social-feed-wrap {
    min-height: 640px;
  }
}

@media (max-width: 700px) {
  .social-heading {
    min-height: 650px;
    padding: 76px 22px 70px;
  }

  .social-heading h1 {
    font-size: clamp(48px, 14vw, 70px);
  }

  .social-feed-wrap {
    min-height: 570px;
    padding: 68px 20px 45px;
  }

  .social-feed {
    max-height: none;
    padding: 18px;
  }

  .social-stamp {
    top: 18px;
    right: 18px;
    width: 60px;
    height: 60px;
    font-size: 34px;
  }
}
