.project-hero {
  margin-bottom: -6rem;
  padding-top: 2rem;
  position: relative;
}

.pr-container {
  max-width: var(--spacing--max-w-xl);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.pr-h-content {
  z-index: 1;
  max-width: var(--spacing--max-w-xl);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  display: flex;
  position: relative;
}

.project-title {
  font-family: var(--font--heading);
  font-size: 3rem;
  font-weight: 300;
  line-height: 100%;
}

.project-essence {
  padding-top: 4rem;
  padding-bottom: 8rem;
  position: relative;
}

.essence-sub {
  flex-flow: column;
  display: flex;
}

.essence-title {
  font-family: var(--font--heading);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 100%;
}

.essence-subtitle {
  font-family: var(--font--heading);
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
}

.essence-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.essence-body {
  font-family: var(--font--body-font);
  color: var(--colors--white);
  text-align: center;
  max-width: 580px;
  font-size: 1.7rem;
  line-height: 140%;
}

.project-year {
  font-family: var(--font--body-font);
  color: var(--colors--white);
}

.brand-portrait {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}


.brand-image {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.the-brand-img {
  object-fit: cover;
  will-change: transform;
  transform-style: preserve-3d;
  width: 100vw;
  height: 120%;
  transform: translateZ(0)scale(1.06);
}

.portrait-container {
  max-width: var(--spacing--max-w-xl);
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.project-statement {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.statement-title {
  font-family: var(--font--heading);
  color: var(--colors--white);
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
}

.statement-sub {
  font-family: var(--font--body-font);
  color: var(--colors--white);
  text-align: center;
  max-width: 542px;
  font-size: 1.7rem;
  line-height: 140%;
}

.statement-role-title {
  font-family: var(--font--heading);
  color: var(--colors--white);
  order: -9999;
  font-size: 1.2rem;
  line-height: 120%;
}

.statement-role-list {
  order: 9999;
}

.statement-body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 542px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
}

.fullscreen-snapshot {
  object-fit: cover;
  width: 524px;
}


.project-showcase {
  position: relative;
}

.project-spotlight {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.spotlight-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spotlight-img {
  width: 524px;
}

.the-snapshot {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky-showcase__frame {
  height: 300vh;
}

.sticky-showcase__mask {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky-showcase__img {
  pointer-events: none;
  object-fit: cover;
  width: 100vw;
  min-width: 100vw;
  max-width: none;
  height: 100vh;
  min-height: 100vh;
  position: relative;
}

.sticky-showcase__media {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.dark-overlay {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(190deg, #0009, #0000);
  position: absolute;
  inset: 0;
}

.sticky-showcase__item {
  justify-content: center;
  align-items: center;
  width: 35em;
  height: 35em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-sticky-showcase {
  position: relative;
}


@media screen and (max-width: 767px) {
  .pr-container {
    padding-right: var(--spacing--pad-h-mobile);
    padding-left: var(--spacing--pad-h-mobile);
  }

  .pr-h-content {
    flex-flow: column;
  }

  .essence-body {
    font-size: 1.3rem;
  }

  .portrait-container {
    padding-right: var(--spacing--pad-h-mobile);
    padding-left: var(--spacing--pad-h-mobile);
  }

  .statement-sub {
    font-size: 1.3rem;
  }

  .statement-role-list {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .sticky-showcase__frame {
    height: 230vh;
  }

  .sticky-showcase__mask {
    top: -25px;
  }

  .sticky-showcase__img {
    pointer-events: none;
  }

  .sticky-showcase__media {
    padding-right: var(--spacing--pad-h-mobile);
    padding-left: var(--spacing--pad-h-mobile);
  }
}

@media screen and (max-width: 991px) {
  .sticky-showcase__media {
    padding-left: 3em;
    padding-right: 3em;
  }
}  
