/* ==========================================================================
   THERA STUDIO — INDUSTRY PAGE
   ========================================================================== */

.project-hero {
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 3.5rem;
  position: relative;
}

.pr-container {
  max-width: var(--spacing--max-w-xl);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
}

.pr-h-content {
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}

.project-title {
  margin: 0;
  font-family: var(--font--heading);
  color: var(--colors--white);
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
}

.project-year {
  flex: none;
  margin-left: 2rem;
  font-family: var(--font--body-font);
  color: var(--colors--white);
  font-size: .72rem;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}

/* ==========================================================================
   PROJECT ESSENCE
   ========================================================================== */

.project-essence {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 0;
  position: relative;
}

.essence-content {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.essence-heading-row {
  width: 100%;
  margin-bottom: 4.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.essence-title {
  flex: none;
  margin: 0;
  font-family: var(--font--heading);
  color: var(--colors--white);
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
}

.essence-sub {
  flex: none;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.essence-subtitle {
  margin: 0;
  font-family: var(--font--heading);
  color: var(--colors--white);
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.1;
  text-align: right;
  white-space: nowrap;
}

.essence-body {
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--font--body-font);
  color: var(--colors--white);
  text-align: center;
  font-size: 1.8rem;
  font-weight: var(--font--normal);
  line-height: 1.45;
}

/* ==========================================================================
   STICKY SHOWCASE
   ========================================================================== */

.section-sticky-showcase {
  width: 100%;
  position: relative;
}

.sticky-showcase__media {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.sticky-showcase__frame {
  width: 100%;
  height: 300vh;
  position: relative;
}

.sticky-showcase__mask {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky-showcase__item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  will-change: clip-path;
  transform: translateZ(0);
}

.sticky-showcase__img {
  pointer-events: none;
  object-fit: cover;
  width: 100vw;
  min-width: 100vw;
  max-width: none;
  height: 100vh;
  min-height: 100vh;
  position: relative;
}

.dark-overlay {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(190deg, #0009, #0000);
  position: absolute;
  inset: 0;
}

/* ==========================================================================
   BRAND PORTRAIT
   ========================================================================== */

.brand-portrait {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.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;
}

.brand-image {
  width: 100%;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.the-brand-img {
  object-fit: cover;
  width: 100vw;
  height: 120%;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0) scale(1.06);
}

/* ==========================================================================
   PROJECT STATEMENT
   ========================================================================== */

.project-statement {
  width: 100%;
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}

.statement-title {
  margin: 0;
  font-family: var(--font--heading);
  color: var(--colors--white);
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
}

.statement-sub {
  max-width: 560px;
  margin-top: 2.5rem;
  font-family: var(--font--body-font);
  color: var(--colors--white);
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.45;
}

.statement-body {
  width: 100%;
  max-width: 560px;
  margin-top: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
}

.statement-role-title {
  font-family: var(--font--heading);
  color: var(--colors--white);
  font-size: 1rem;
  line-height: 1.2;
}

.statement-role-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  text-align: right;
}

.statement-role-item {
  font-family: var(--font--body-font);
  color: var(--colors--white);
  line-height: 1.4;
}

/* ==========================================================================
   FULL WEBSITE SNAPSHOT
   ========================================================================== */

.project-showcase {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 8rem;
  position: relative;
}

.the-snapshot {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fullscreen-snapshot {
  object-fit: cover;
  width: 524px;
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
   TABLET
   ========================================================================== */

@media screen and (max-width: 991px) and (min-width: 768px) {
  .project-hero {
    padding-top: 7rem;
    padding-bottom: 3rem;
  }

  .pr-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .project-essence {
    padding-top: 6.5rem;
    padding-bottom: 0rem;
  }

  .essence-content {
    max-width: 680px;
  }

  .essence-heading-row {
    margin-bottom: 4rem;
  }

  .essence-subtitle {
    font-size: 1.5rem;
  }

  .essence-body {
    max-width: 540px;
    font-size: 1.4rem;
  }

  .sticky-showcase__media {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .project-statement {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .statement-sub {
    font-size: 1.4rem;
  }
}

/* ==========================================================================
   MOBILE
   ========================================================================== */

@media screen and (max-width: 767px) {
  .project-hero {
    padding-top: 7rem;
    padding-bottom: 3rem;
  }

  .pr-container {
    padding-left: var(--spacing--pad-h-mobile);
    padding-right: var(--spacing--pad-h-mobile);
  }

  .pr-h-content {
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
  }

  .project-title {
    flex: 0 1 auto;
    font-size: 2.35rem;
  }

  .project-year {
    flex: none;
    margin-left: 1rem;
    font-size: .56rem;
    line-height: 1.2;
    white-space: nowrap;
  }

  .industry-page .main-container {
    padding-left: var(--spacing--pad-h-mobile);
    padding-right: var(--spacing--pad-h-mobile);
  }

  .project-essence {
    padding-top: 6.5rem;
    padding-bottom: 0rem;
  }

  .essence-content {
    max-width: 100%;
  }

  .essence-heading-row {
    width: 100%;
    margin-bottom: 3.5rem;
    align-items: flex-end;
    justify-content: space-between;
  }

  .essence-title {
    flex: 0 1 auto;
    max-width: 40%;
    font-size: .88rem;
    line-height: 1.1;
    white-space: normal;
  }

  .essence-sub {
    flex: 0 1 auto;
    max-width: 56%;
  }

  .essence-subtitle {
    font-size: 1.1rem;
    line-height: 1.1;
    text-align: right;
    white-space: normal;
  }

  .essence-body {
    max-width: 100%;
    font-size: 1.25rem;
    line-height: 1.45;
  }

  .sticky-showcase__media {
    padding-left: var(--spacing--pad-h-mobile);
    padding-right: var(--spacing--pad-h-mobile);
  }

  .sticky-showcase__frame {
    height: 230vh;
  }

  .sticky-showcase__mask {
    top: -25px;
  }

  .sticky-showcase__item {
    max-width: calc(100vw - (var(--spacing--pad-h-mobile) * 2));
  }

  .portrait-container {
    padding-left: var(--spacing--pad-h-mobile);
    padding-right: var(--spacing--pad-h-mobile);
  }

  .brand-image {
    height: 50vh;
  }

  .project-statement {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .statement-title {
    font-size: 1.5rem;
  }

  .statement-sub {
    max-width: 100%;
    margin-top: 2rem;
    font-size: 1.25rem;
  }

  .statement-body {
    max-width: 100%;
    margin-top: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .statement-role-title {
    font-size: .9rem;
  }

  .statement-role-list {
    justify-content: flex-end;
  }

  .project-showcase {
    padding-bottom: 6rem;
  }

  .fullscreen-snapshot {
    width: 100%;
  }
}

/* ==========================================================================
   SMALL MOBILE
   ========================================================================== */

@media screen and (max-width: 479px) {
  .project-hero {
    padding-top: 6.5rem;
    padding-bottom: 2.5rem;
  }

  .project-title {
    font-size: 2rem;
  }

  .project-year {
    margin-left: .75rem;
    font-size: .5rem;
  }

  .project-essence {
    padding-top: 6.5rem;
    padding-bottom: 0rem;
  }

  .essence-heading-row {
    margin-bottom: 3rem;
  }

  .essence-title {
    max-width: 38%;
    font-size: .78rem;
  }

  .essence-sub {
    max-width: 58%;
  }

  .essence-subtitle {
    font-size: .95rem;
  }

  .essence-body {
    font-size: 1.15rem;
  }

  .brand-image {
    height: 46vh;
  }

  .project-statement {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .statement-title {
    font-size: 1.35rem;
  }

  .statement-sub {
    font-size: 1.15rem;
  }

  .statement-body {
    grid-template-columns: .8fr 1.2fr;
  }

  .statement-role-title {
    font-size: .8rem;
  }

  .statement-role-list {
    font-size: .78rem;
  }
}
