/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/styles.scss ***!
  \*******************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Serif&display=swap);
/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/styles.scss (1) ***!
  \***********************************************************************************************************************************************/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input, select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
}

button, input, optgroup, select, textarea {
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  padding: 0;
}

[role=button], button {
  cursor: pointer;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button, input {
  overflow: visible;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button, select {
  text-transform: none;
}

button {
  border: none;
  background-color: transparent;
}

li {
  list-style-type: none;
}

@font-face {
  font-family: "Sterling Light";
  src: url(../../assets/fonts/sterling-light.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Sterling Regular";
  src: url(../../assets/fonts/sterling-regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Sterling Semi Bold";
  src: url(../../assets/fonts/sterling-semi-bold.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
body, html {
  color: #171717;
}

.wrapper {
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 1025px) {
  .wrapper {
    padding: 0 3rem;
  }
}

.hideCursor {
  cursor: none;
}

a.contact-cta {
  color: #171717;
  font-size: 1.5rem;
  align-self: flex-start;
}
@media (min-width: 768px) {
  a.contact-cta {
    font-size: 3vw;
  }
}
@media (min-width: 1500px) {
  a.contact-cta {
    font-size: 2vw;
  }
}

body, html {
  font-size: 16px;
  font-family: "Sterling Regular", sans-serif;
  text-rendering: geometricPrecision;
  line-height: 1.2;
}

h1, section#featured-work a.featured-work-item .content .wrapper .text h3, h2, body[data-template=about] section#about-intro h1, h3, h4, h5 {
  line-height: 1;
}

h1, section#featured-work a.featured-work-item .content .wrapper .text h3 {
  font-weight: 400;
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  h1, section#featured-work a.featured-work-item .content .wrapper .text h3 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1025px) {
  h1, section#featured-work a.featured-work-item .content .wrapper .text h3 {
    font-size: 5rem;
  }
}

h2, body[data-template=about] section#about-intro h1, body[data-template=about] section#about-intro section#featured-work a.featured-work-item .content .wrapper .text h3, section#featured-work a.featured-work-item .content .wrapper .text body[data-template=about] section#about-intro h3 {
  font-weight: 400;
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  h2, body[data-template=about] section#about-intro h1, body[data-template=about] section#about-intro section#featured-work a.featured-work-item .content .wrapper .text h3, section#featured-work a.featured-work-item .content .wrapper .text body[data-template=about] section#about-intro h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1025px) {
  h2, body[data-template=about] section#about-intro h1, body[data-template=about] section#about-intro section#featured-work a.featured-work-item .content .wrapper .text h3, section#featured-work a.featured-work-item .content .wrapper .text body[data-template=about] section#about-intro h3 {
    font-size: 3.75rem;
  }
}

h3 {
  font-size: clamp(20px, 5vw, 30px);
  font-weight: 400;
}
@media (min-width: 1200px) {
  h3 {
    font-size: clamp(20px, 3vw, 40px);
  }
}

h4 {
  font-weight: 600;
}

p {
  line-height: 1.4;
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  font-style: normal;
}
p.sans {
  font-family: "Sterling Regular", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

#site-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
  color: white;
}
#site-overlay div.overlay1 {
  position: absolute;
  inset: 0;
  clip-path: circle(150% at 50% 50%);
  background-color: #FE7200;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#site-overlay div.overlay1 > div {
  display: flex;
  flex-direction: row;
  opacity: 0;
}
#site-overlay div.overlay1 > div span {
  font-size: 10vw;
  position: relative;
  z-index: 2;
  overflow: hidden;
  line-height: 1;
}
@media (min-width: 768px) {
  #site-overlay div.overlay1 > div span {
    font-size: 6vw;
  }
}
#site-overlay div.overlay1 > div span:nth-of-type(2) > div {
  overflow: hidden;
}
#site-overlay div.overlay2 {
  position: absolute;
  inset: 0;
  clip-path: circle(150% at 50% 50%);
  background-color: #FE7200;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

section#home-hero3 {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background-color: #FE7200;
}
section#home-hero3 > div.inner {
  width: 100%;
  height: 100%;
  position: relative;
}
section#home-hero3 h1, section#home-hero3 section#featured-work a.featured-work-item .content .wrapper .text h3, section#featured-work a.featured-work-item .content .wrapper .text section#home-hero3 h3 {
  color: white;
  position: fixed;
  top: 40px;
  left: 40px;
  z-index: 2;
  font-weight: 400;
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  section#home-hero3 h1, section#home-hero3 section#featured-work a.featured-work-item .content .wrapper .text h3, section#featured-work a.featured-work-item .content .wrapper .text section#home-hero3 h3 {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  section#home-hero3 h1, section#home-hero3 section#featured-work a.featured-work-item .content .wrapper .text h3, section#featured-work a.featured-work-item .content .wrapper .text section#home-hero3 h3 {
    top: 60px;
    left: 60px;
    font-size: 7.5rem;
  }
}
section#home-hero3 h1:nth-of-type(1), section#home-hero3 section#featured-work a.featured-work-item .content .wrapper .text h3:nth-of-type(1), section#featured-work a.featured-work-item .content .wrapper .text section#home-hero3 h3:nth-of-type(1) {
  color: #FD7300;
}
section#home-hero3 h1 span, section#home-hero3 section#featured-work a.featured-work-item .content .wrapper .text h3 span, section#featured-work a.featured-work-item .content .wrapper .text section#home-hero3 h3 span {
  display: inline-block;
  overflow: hidden;
  clip-path: inset(9% 0% 27% 0%);
}
section#home-hero3 h1 span:nth-of-type(2), section#home-hero3 section#featured-work a.featured-work-item .content .wrapper .text h3 span:nth-of-type(2), section#featured-work a.featured-work-item .content .wrapper .text section#home-hero3 h3 span:nth-of-type(2) {
  margin-top: -10%;
}
section#home-hero3 h1 span > div, section#home-hero3 section#featured-work a.featured-work-item .content .wrapper .text h3 span > div, section#featured-work a.featured-work-item .content .wrapper .text section#home-hero3 h3 span > div {
  overflow: hidden;
}
section#home-hero3 .images {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section#home-hero3 .images:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.6);
}
section#home-hero3 .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

section#home-hero2 {
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}
section#home-hero2 svg#name {
  width: 100vw;
  z-index: 1;
  grid-area: 1/1/3/3;
}
section#home-hero2 svg#name, section#home-hero2 svg#text1, section#home-hero2 svg#text2 {
  mix-blend-mode: difference;
}
section#home-hero2 svg#name path, section#home-hero2 svg#text1 path, section#home-hero2 svg#text2 path {
  fill: #ff16d1;
}
section#home-hero2 svg#text1, section#home-hero2 svg#text2 {
  width: 40vw;
  z-index: 1;
}
section#home-hero2 svg#text1 {
  grid-area: 3/1/3/1;
  align-self: end;
}
section#home-hero2 svg#text2 {
  display: flex;
  align-self: flex-end;
  justify-self: flex-end;
  grid-area: 3/2/3/2;
}
section#home-hero2 span {
  font-weight: 700;
  font-size: 9vw;
  text-transform: uppercase;
  /*    &:nth-of-type(1) {
        left:0;
      }
      &:nth-of-type(2) {
        right:0;
      }*/
}
section#home-hero2 .images {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
section#home-hero2 .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section#home-hero {
  position: relative;
  overflow: hidden;
}
section#home-hero > div.text-overlay {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  mix-blend-mode: difference;
}
section#home-hero .hero-title, section#home-hero .bottom-text > span {
  color: #16FFAB;
}
section#home-hero .hero-title {
  text-transform: uppercase;
  font-size: 18.6vw;
  text-align: center;
}
section#home-hero div.bottom-text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
section#home-hero span {
  font-weight: 700;
  font-size: 9vw;
  text-transform: uppercase;
  /*    &:nth-of-type(1) {
        left:0;
      }
      &:nth-of-type(2) {
        right:0;
      }*/
}
section#home-hero .images {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
section#home-hero .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section#featured-work {
  background-color: #f0f0f0;
  position: relative;
  z-index: 1;
}
section#featured-work .content, section#featured-work .wrapper, section#featured-work .text {
  height: 100%;
}
section#featured-work > .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
section#featured-work > .wrapper > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin: 100px 0 40px 0;
}
@media (min-width: 768px) {
  section#featured-work > .wrapper > div {
    margin: 200px 0 100px 0;
  }
}
@media (min-width: 768px) {
  section#featured-work > .wrapper > div a {
    font-size: 1.25rem;
  }
}
section#featured-work > .wrapper h2, section#featured-work > .wrapper body[data-template=about] section#about-intro h1, body[data-template=about] section#about-intro section#featured-work > .wrapper h1, body[data-template=about] section#about-intro section#featured-work > .wrapper a.featured-work-item .content .wrapper .text h3, section#featured-work > .wrapper a.featured-work-item .content .wrapper .text body[data-template=about] section#about-intro h3 {
  overflow: hidden;
}
section#featured-work .featured-works-slides {
  background-color: black;
  position: relative;
}
section#featured-work a.featured-work-item {
  will-change: filter;
  contain: paint;
  overflow: hidden;
  position: sticky;
  top: 0;
  display: block;
  width: 100%;
  height: 100svh;
}
section#featured-work a.featured-work-item.light {
  color: white;
}
section#featured-work a.featured-work-item .media {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
section#featured-work a.featured-work-item .media video, section#featured-work a.featured-work-item .media img {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#featured-work a.featured-work-item .media:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  section#featured-work a.featured-work-item .media:after {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
section#featured-work a.featured-work-item .content {
  position: relative;
  z-index: 1;
}
section#featured-work a.featured-work-item .content .wrapper {
  padding-top: 80px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  section#featured-work a.featured-work-item .content .wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
section#featured-work a.featured-work-item .content .wrapper .text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  section#featured-work a.featured-work-item .content .wrapper .text {
    max-width: 800px;
    gap: 1.5rem;
  }
}
section#featured-work a.featured-work-item .content .wrapper .text .title {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 768px) {
  section#featured-work a.featured-work-item .content .wrapper .text .title {
    gap: 8px;
  }
}
section#featured-work a.featured-work-item .content .wrapper .text p.desc {
  font-family: "Sterling Regular", sans-serif;
  margin-top: auto;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  section#featured-work a.featured-work-item .content .wrapper .text p.desc {
    margin-top: unset;
    font-size: 1.5rem;
    max-width: 500px;
  }
}
section#featured-work a.featured-work-item .content .wrapper .text p.role {
  font-family: "Sterling Regular", sans-serif;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  section#featured-work a.featured-work-item .content .wrapper .text p.role {
    font-size: 1.875rem;
  }
}
section#featured-work a.featured-work-item .content .wrapper .text h3 {
  line-height: 1;
}

body[data-template=projects] {
  background-color: #f0f0f0;
}
body[data-template=projects] section#project-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 100px 0 30px 0;
}
@media (min-width: 768px) {
  body[data-template=projects] section#project-title {
    padding: 150px 0 60px 0;
  }
}
body[data-template=projects] section#project-title h1, body[data-template=projects] section#project-title section#featured-work a.featured-work-item .content .wrapper .text h3, section#featured-work a.featured-work-item .content .wrapper .text body[data-template=projects] section#project-title h3 {
  overflow: hidden;
}
body[data-template=projects] section#works-list {
  overflow-x: hidden;
}
body[data-template=projects] section#works-list .wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 -1.5rem;
}
@media (min-width: 768px) {
  body[data-template=projects] section#works-list .wrapper {
    margin: 0 -2rem;
  }
}
@media (min-width: 1025px) {
  body[data-template=projects] section#works-list .wrapper {
    margin: 0 -3rem;
  }
}
body[data-template=projects] section#works-list ul {
  display: flex;
  flex-direction: column;
}
body[data-template=projects] section#works-list a.featured-work-item {
  display: flex;
  flex-direction: column;
  border-top: 1px solid black;
  align-items: flex-start;
  gap: 16px;
  padding: 32px 1.5rem;
  transition: background-color 0.3s ease-in-out;
  position: relative;
}
body[data-template=projects] section#works-list a.featured-work-item:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  clip-path: circle(0% at 0% 0%);
  z-index: -1;
  transition: clip-path 0.3s ease-in-out;
  transform-origin: left;
}
@media (min-width: 768px) {
  body[data-template=projects] section#works-list a.featured-work-item {
    padding: 32px 2rem;
  }
}
@media (min-width: 1025px) {
  body[data-template=projects] section#works-list a.featured-work-item {
    padding: 32px 3rem;
  }
}
@media (min-width: 1200px) {
  body[data-template=projects] section#works-list a.featured-work-item {
    gap: 64px;
  }
}
@media (hover: hover) {
  body[data-template=projects] section#works-list a.featured-work-item:hover:before {
    clip-path: circle(200% at 0% 0%);
    transition: clip-path 0.8s ease-in-out;
  }
  body[data-template=projects] section#works-list a.featured-work-item:hover .image img {
    transform: scale(1.2);
  }
  body[data-template=projects] section#works-list a.featured-work-item:hover .project-title > * {
    transform: translateX(20px);
  }
}
@media (min-width: 768px) {
  body[data-template=projects] section#works-list a.featured-work-item {
    flex-direction: row;
    gap: 32px;
  }
}
body[data-template=projects] section#works-list a.featured-work-item .project-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  order: 2;
}
@media (min-width: 768px) {
  body[data-template=projects] section#works-list a.featured-work-item .project-text {
    width: 50%;
    order: unset;
  }
}
@media (min-width: 1200px) {
  body[data-template=projects] section#works-list a.featured-work-item .project-text {
    flex-direction: row;
    gap: 64px;
    width: 60%;
  }
}
body[data-template=projects] section#works-list a.featured-work-item .project-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 1025px) {
  body[data-template=projects] section#works-list a.featured-work-item .project-title {
    width: 100%;
  }
}
body[data-template=projects] section#works-list a.featured-work-item .project-title > * {
  transition: transform 0.3s cubic-bezier(0.25, 1.5, 0.5, 1);
}
body[data-template=projects] section#works-list a.featured-work-item .project-title > *:nth-child(2) {
  transition-delay: 0.1s;
}
body[data-template=projects] section#works-list a.featured-work-item .project-title > *:nth-child(3) {
  transition-delay: 0.2s;
}
@media (min-width: 1200px) {
  body[data-template=projects] section#works-list a.featured-work-item .project-title h2, body[data-template=projects] section#works-list a.featured-work-item .project-title body[data-template=about] section#about-intro h1, body[data-template=about] section#about-intro body[data-template=projects] section#works-list a.featured-work-item .project-title h1, body[data-template=projects] section#works-list body[data-template=about] section#about-intro section#featured-work a.featured-work-item .project-title .content .wrapper .text h3, body[data-template=about] section#about-intro section#featured-work body[data-template=projects] section#works-list a.featured-work-item .project-title .content .wrapper .text h3, body[data-template=projects] section#works-list body[data-template=about] section#about-intro section#featured-work a.featured-work-item .content .wrapper .text .project-title h3, body[data-template=about] section#about-intro section#featured-work body[data-template=projects] section#works-list a.featured-work-item .content .wrapper .text .project-title h3, body[data-template=projects] section#works-list section#featured-work a.featured-work-item .project-title .content .wrapper .text body[data-template=about] section#about-intro h3, section#featured-work body[data-template=projects] section#works-list a.featured-work-item .project-title .content .wrapper .text body[data-template=about] section#about-intro h3, body[data-template=projects] section#works-list section#featured-work a.featured-work-item .content .wrapper .text body[data-template=about] section#about-intro .project-title h3, section#featured-work body[data-template=projects] section#works-list a.featured-work-item .content .wrapper .text body[data-template=about] section#about-intro .project-title h3 {
    font-size: 3.75rem;
  }
}
body[data-template=projects] section#works-list a.featured-work-item .project-title p.role {
  font-family: "Sterling Regular", sans-serif;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  body[data-template=projects] section#works-list a.featured-work-item .project-title p.role {
    font-size: 1.25rem;
  }
}
@media (min-width: 1025px) {
  body[data-template=projects] section#works-list a.featured-work-item .project-title p.role {
    font-size: 1.5rem;
  }
}
body[data-template=projects] section#works-list a.featured-work-item .project-title p.disciplines {
  font-family: "Sterling Light", sans-serif;
}
@media (min-width: 768px) {
  body[data-template=projects] section#works-list a.featured-work-item .project-title p.disciplines {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  body[data-template=projects] section#works-list a.featured-work-item .project-title p.disciplines {
    margin-top: 16px;
  }
}
body[data-template=projects] section#works-list a.featured-work-item .project-overview {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 1200px) {
  body[data-template=projects] section#works-list a.featured-work-item .project-overview {
    max-width: 20vw;
    font-size: 1.125rem;
  }
}
@media (min-width: 1500px) {
  body[data-template=projects] section#works-list a.featured-work-item .project-overview {
    font-size: 1.25rem;
  }
}
body[data-template=projects] section#works-list a.featured-work-item .image {
  order: 1;
  aspect-ratio: 16/9;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #FE7200;
}
@media (min-width: 768px) {
  body[data-template=projects] section#works-list a.featured-work-item .image {
    width: 50%;
    order: unset;
  }
}
@media (min-width: 1200px) {
  body[data-template=projects] section#works-list a.featured-work-item .image {
    width: 40%;
  }
}
body[data-template=projects] section#works-list a.featured-work-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out;
}

body[data-template=about] {
  background-color: #f0f0f0;
}
body[data-template=about] section#about-intro {
  background-color: #FE7200;
  height: 200vh;
}
body[data-template=about] section#about-intro .artwork {
  height: 200px;
  background-color: #171717;
  overflow: hidden;
  position: relative;
}
body[data-template=about] section#about-intro .artwork:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: rgba(23, 23, 23, 0.2);
}
body[data-template=about] section#about-intro .artwork img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
@media (min-width: 768px) {
  body[data-template=about] section#about-intro .artwork {
    height: 50vh;
  }
}
@media (min-width: 1025px) {
  body[data-template=about] section#about-intro .artwork {
    height: 60vh;
  }
}
body[data-template=about] section#about-intro .text-all {
  padding: 64px 0;
  position: sticky;
  top: 0;
}
@media (min-width: 768px) {
  body[data-template=about] section#about-intro .text-all {
    padding: 130px 0;
  }
}
body[data-template=about] section#about-intro .text-all .wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  body[data-template=about] section#about-intro .text-all .wrapper {
    gap: 64px;
  }
}
body[data-template=about] section#about-intro h1, body[data-template=about] section#about-intro section#featured-work a.featured-work-item .content .wrapper .text h3, section#featured-work a.featured-work-item .content .wrapper .text body[data-template=about] section#about-intro h3 {
  overflow: hidden;
  color: white;
}
body[data-template=about] section#about-intro .text {
  max-width: 1320px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
body[data-template=about] section#about-intro .text p {
  color: white;
  font-family: "Sterling Regular", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  font-kerning: none;
}
@media (min-width: 768px) {
  body[data-template=about] section#about-intro .text p {
    font-size: 3vw;
  }
}
@media (min-width: 1500px) {
  body[data-template=about] section#about-intro .text p {
    font-size: 2vw;
  }
}
body[data-template=about] section#about-intro .text p .word-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(254, 114, 0, 0.8);
  transform-origin: right;
}
body[data-template=about] section#about-intro a.contact-cta {
  color: white;
}
body[data-template=about] section#quotes {
  padding: 64px 0;
}
@media (min-width: 768px) {
  body[data-template=about] section#quotes {
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
}
body[data-template=about] section#quotes ul {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 1200px) {
  body[data-template=about] section#quotes ul {
    flex-direction: row;
    gap: 64px;
  }
}
body[data-template=about] section#quotes li.quote {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body[data-template=about] section#quotes li.quote p:not(.cite) {
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  body[data-template=about] section#quotes li.quote p:not(.cite) {
    font-size: 1.5rem;
  }
}
@media (min-width: 1500px) {
  body[data-template=about] section#quotes li.quote p:not(.cite) {
    font-size: 2rem;
  }
}
body[data-template=about] section#quotes li.quote p.cite {
  font-family: "Sterling Semi Bold", sans-serif;
}
@media (min-width: 768px) {
  body[data-template=about] section#quotes li.quote p.cite {
    font-size: 1.25rem;
  }
}
body[data-template=about] section#clients, body[data-template=about] section#competencies {
  padding: 64px 0;
  background-color: #FE7200;
  color: white;
}
@media (min-width: 768px) {
  body[data-template=about] section#clients, body[data-template=about] section#competencies {
    display: flex;
    align-items: center;
  }
}
body[data-template=about] section#clients .wrapper, body[data-template=about] section#competencies .wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  body[data-template=about] section#clients .wrapper, body[data-template=about] section#competencies .wrapper {
    gap: 32px;
  }
}
body[data-template=about] section#clients h2, body[data-template=about] section#clients section#about-intro h1, body[data-template=about] section#about-intro section#clients h1, body[data-template=about] section#clients section#about-intro section#featured-work a.featured-work-item .content .wrapper .text h3, body[data-template=about] section#about-intro section#featured-work a.featured-work-item .content .wrapper .text section#clients h3, section#featured-work a.featured-work-item .content .wrapper .text body[data-template=about] section#clients section#about-intro h3, section#featured-work a.featured-work-item .content .wrapper .text body[data-template=about] section#about-intro section#clients h3, body[data-template=about] section#competencies h2, body[data-template=about] section#competencies section#about-intro h1, body[data-template=about] section#about-intro section#competencies h1, body[data-template=about] section#competencies section#about-intro section#featured-work a.featured-work-item .content .wrapper .text h3, body[data-template=about] section#about-intro section#featured-work a.featured-work-item .content .wrapper .text section#competencies h3, section#featured-work a.featured-work-item .content .wrapper .text body[data-template=about] section#competencies section#about-intro h3, section#featured-work a.featured-work-item .content .wrapper .text body[data-template=about] section#about-intro section#competencies h3 {
  overflow: hidden;
  font-kerning: none;
}
body[data-template=about] section#clients p, body[data-template=about] section#competencies p {
  font-family: "Sterling Regular", sans-serif;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  body[data-template=about] section#clients p, body[data-template=about] section#competencies p {
    font-size: 2rem;
    max-width: 1000px;
  }
}
body[data-template=about] section#competencies {
  background-color: #f0f0f0;
  color: #171717;
}

section#links {
  padding: 64px 0;
}
section#links h2, section#links body[data-template=about] section#about-intro h1, body[data-template=about] section#about-intro section#links h1, section#links body[data-template=about] section#about-intro section#featured-work a.featured-work-item .content .wrapper .text h3, body[data-template=about] section#about-intro section#featured-work a.featured-work-item .content .wrapper .text section#links h3, section#links section#featured-work a.featured-work-item .content .wrapper .text body[data-template=about] section#about-intro h3, section#featured-work a.featured-work-item .content .wrapper .text body[data-template=about] section#about-intro section#links h3 {
  overflow: hidden;
}
section#links ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  section#links ul {
    flex-direction: row;
    gap: 64px;
  }
}
section#links li a {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media (hover: hover) {
  section#links li a:hover img {
    transform: scale(1.2);
  }
}
section#links li p {
  font-family: "Sterling Regular", sans-serif;
  font-size: 1.5rem;
}
section#links .wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  section#links .wrapper {
    gap: 32px;
  }
}
section#links .image {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  max-width: 300px;
}
@media (min-width: 1025px) {
  section#links .image {
    max-width: 300px;
  }
}
section#links .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

#intro-para {
  background-color: #FE7200;
  height: 200vh;
  position: relative;
  z-index: 3;
}
#intro-para .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: sticky;
  top: 0;
  height: 100svh;
}
@media (min-width: 768px) {
  #intro-para .wrapper {
    width: 80%;
    margin: 0 auto;
  }
}
#intro-para .wrapper > div {
  position: relative;
  will-change: filter, transform;
}
#intro-para p {
  font-size: 1.875rem;
  color: white;
  line-height: 1.2;
  font-weight: 400;
  font-kerning: none;
}
@media (min-width: 768px) {
  #intro-para p {
    font-size: 3vw;
  }
}
#intro-para p .word-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(254, 114, 0, 0.6);
  transform-origin: right;
}

body[data-template=project] #project-hero {
  width: 100%;
  height: 100dvh;
  position: relative;
}
body[data-template=project] #project-hero .media {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #FE7200;
}
body[data-template=project] #project-hero .media img, body[data-template=project] #project-hero .media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body[data-template=project] #project-hero .media .overlay {
  background-color: #FE7200;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  /*mix-blend-mode: lighten;*/
}
body[data-template=project] #project-hero .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  body[data-template=project] #project-hero .text {
    height: 350px;
    min-height: 250px;
  }
}
body[data-template=project] #project-hero .text .wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  body[data-template=project] #project-hero .text .wrapper {
    justify-content: space-between;
  }
}
body[data-template=project] #project-hero .text h1, body[data-template=project] #project-hero section#featured-work a.featured-work-item .content .wrapper .text h3, section#featured-work a.featured-work-item .content .wrapper body[data-template=project] #project-hero .text h3 {
  font-kerning: none;
}
body[data-template=project] #project-hero .text h1 > div, body[data-template=project] #project-hero section#featured-work a.featured-work-item .content .wrapper .text h3 > div, section#featured-work a.featured-work-item .content .wrapper body[data-template=project] #project-hero .text h3 > div {
  overflow: hidden;
}
body[data-template=project] #project-hero .text .bg {
  background-color: #f0f0f0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
body[data-template=project] #project-hero .details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  body[data-template=project] #project-hero .details {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 32px;
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  body[data-template=project] #project-hero .details p {
    font-size: 1.25rem;
  }
}
body[data-template=project] #project-hero .details p.role {
  font-family: "Sterling Semi Bold", sans-serif;
  font-size: 1.25rem;
}
body[data-template=project] main {
  background-color: #f0f0f0;
  position: relative;
  z-index: 1;
}
body[data-template=project] main > section {
  padding: 3vw 0;
}
@media (min-width: 768px) {
  body[data-template=project] main > section {
    padding: 5vw 0;
  }
}
body[data-template=project] #progress-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #FE7200;
  transform-origin: left center;
  scale: 0 1;
  z-index: 10;
}
body[data-template=project] #project-intro-text {
  padding: 64px 0;
}
@media (min-width: 768px) {
  body[data-template=project] #project-intro-text {
    padding: 128px 0;
  }
}
body[data-template=project] #project-intro-text .wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  body[data-template=project] #project-intro-text .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-row-gap: 32px;
    grid-column-gap: 32px;
  }
}
@media (min-width: 1025px) {
  body[data-template=project] #project-intro-text .wrapper {
    max-width: 1500px;
  }
}
body[data-template=project] #project-intro-text .wrapper h2, body[data-template=project] #project-intro-text .wrapper body[data-template=about] section#about-intro h1, body[data-template=about] section#about-intro body[data-template=project] #project-intro-text .wrapper h1, body[data-template=project] #project-intro-text body[data-template=about] section#about-intro section#featured-work a.featured-work-item .content .wrapper .text h3, body[data-template=about] section#about-intro section#featured-work a.featured-work-item .content body[data-template=project] #project-intro-text .wrapper .text h3, body[data-template=project] #project-intro-text section#featured-work a.featured-work-item .content .wrapper .text body[data-template=about] section#about-intro h3, section#featured-work a.featured-work-item .content body[data-template=project] #project-intro-text .wrapper .text body[data-template=about] section#about-intro h3 {
  font-kerning: none;
}
@media (min-width: 768px) {
  body[data-template=project] #project-intro-text .wrapper h2, body[data-template=project] #project-intro-text .wrapper body[data-template=about] section#about-intro h1, body[data-template=about] section#about-intro body[data-template=project] #project-intro-text .wrapper h1, body[data-template=project] #project-intro-text body[data-template=about] section#about-intro section#featured-work a.featured-work-item .content .wrapper .text h3, body[data-template=about] section#about-intro section#featured-work a.featured-work-item .content body[data-template=project] #project-intro-text .wrapper .text h3, body[data-template=project] #project-intro-text section#featured-work a.featured-work-item .content .wrapper .text body[data-template=about] section#about-intro h3, section#featured-work a.featured-work-item .content body[data-template=project] #project-intro-text .wrapper .text body[data-template=about] section#about-intro h3 {
    grid-area: 1/1/2/5;
  }
}
body[data-template=project] #project-intro-text .wrapper h2 > div, body[data-template=project] #project-intro-text .wrapper body[data-template=about] section#about-intro h1 > div, body[data-template=about] section#about-intro body[data-template=project] #project-intro-text .wrapper h1 > div, body[data-template=project] #project-intro-text body[data-template=about] section#about-intro section#featured-work a.featured-work-item .content .wrapper .text h3 > div, body[data-template=about] section#about-intro section#featured-work a.featured-work-item .content body[data-template=project] #project-intro-text .wrapper .text h3 > div, body[data-template=project] #project-intro-text section#featured-work a.featured-work-item .content .wrapper .text body[data-template=about] section#about-intro h3 > div, section#featured-work a.featured-work-item .content body[data-template=project] #project-intro-text .wrapper .text body[data-template=about] section#about-intro h3 > div {
  clip-path: polygon(0 0, 100% 0, 100% 105%, 0% 105%);
}
body[data-template=project] #project-intro-text .wrapper .text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  body[data-template=project] #project-intro-text .wrapper .text {
    grid-area: 2/3/3/6;
  }
}
@media (min-width: 768px) {
  body[data-template=project] #project-intro-text .wrapper .text p {
    font-size: 1.25rem;
  }
}
body[data-template=project] .project-text {
  padding: 64px 0;
}
@media (min-width: 768px) {
  body[data-template=project] .project-text {
    padding: 128px 0;
  }
}
body[data-template=project] .project-text .wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  body[data-template=project] .project-text .wrapper {
    flex-direction: row;
  }
}
body[data-template=project] .project-text .wrapper > div {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}
@media (min-width: 768px) {
  body[data-template=project] .project-text .wrapper > div {
    gap: 24px;
  }
}
body[data-template=project] .full-width {
  width: 100%;
}
body[data-template=project] .full-width > div {
  width: 100%;
  height: 100%;
}
body[data-template=project] .project-video div {
  width: 100%;
  height: 100%;
  position: relative;
}
body[data-template=project] .project-video video {
  width: 100%;
  aspect-ratio: 16/9;
}
body[data-template=project] .project-video video.tease-video {
  position: absolute;
  inset: 0;
  z-index: 1;
}
body[data-template=project] .project-image .image {
  overflow: hidden;
  border-radius: 10px;
}
body[data-template=project] .project-image .image img {
  border-radius: 10px;
}
body[data-template=project] .project-image.keepPad-top {
  padding-top: 6vw;
}
@media (min-width: 768px) {
  body[data-template=project] .project-image.keepPad-top {
    padding-top: 5vw;
  }
}
@media (min-width: 768px) {
  body[data-template=project] .project-image.one-up-landscape .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
body[data-template=project] .project-image.one-up-landscape .image {
  aspect-ratio: 16/9;
}
@media (min-width: 768px) {
  body[data-template=project] .project-image.one-up-landscape .image {
    width: 100%;
  }
}
body[data-template=project] .project-image.one-up-landscape .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  body[data-template=project] .project-image.two-up-portrait .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
body[data-template=project] .project-image.two-up-portrait .content {
  display: flex;
  flex-direction: column;
  gap: 6vw;
}
@media (min-width: 768px) {
  body[data-template=project] .project-image.two-up-portrait .content {
    flex-direction: row;
    gap: 5vw;
  }
}
body[data-template=project] .project-image.two-up-portrait .image {
  width: 100%;
  aspect-ratio: 3/4;
}
@media (min-width: 768px) {
  body[data-template=project] .project-image.two-up-portrait .image {
    max-width: 600px;
  }
}
body[data-template=project] .project-image.two-up-portrait .image:last-of-type {
  padding-top: 0;
}
body[data-template=project] .project-image.two-up-portrait .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[data-template=project] .project-image.two-up-contrast {
  overflow: hidden;
}
body[data-template=project] .project-image.two-up-contrast .wrapper {
  display: flex;
  flex-direction: column;
  gap: 6vw;
}
@media (min-width: 768px) {
  body[data-template=project] .project-image.two-up-contrast .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0;
    gap: 0;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  body[data-template=project] .project-image.two-up-contrast.reverse .wrapper {
    direction: rtl;
  }
}
@media (min-width: 768px) {
  body[data-template=project] .project-image.two-up-contrast .left, body[data-template=project] .project-image.two-up-contrast .right {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  body[data-template=project] .project-image.two-up-contrast .left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5vw;
  }
}
body[data-template=project] .project-image.two-up-contrast .left .image {
  aspect-ratio: 3/4;
}
@media (min-width: 768px) {
  body[data-template=project] .project-image.two-up-contrast .left .image {
    max-height: 25vw;
  }
}
@media (min-width: 768px) {
  body[data-template=project] .project-image.two-up-contrast .right {
    flex: 2.5;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
body[data-template=project] .project-image.two-up-contrast .right .image {
  aspect-ratio: 16/9;
}
@media (min-width: 768px) {
  body[data-template=project] .project-image.two-up-contrast .right .image {
    width: 100%;
  }
}
body[data-template=project] .project-image.two-up-contrast img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[data-template=project] section#stats {
  /*    background-color: $primary;
      color:white;*/
}
@media (min-width: 768px) {
  body[data-template=project] section#stats {
    display: flex;
    align-items: center;
  }
}
body[data-template=project] section#stats .wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  body[data-template=project] section#stats .wrapper {
    gap: 64px;
  }
}
body[data-template=project] section#stats ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  body[data-template=project] section#stats ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1025px) {
  body[data-template=project] section#stats ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 64px;
  }
  body[data-template=project] section#stats ul.col-2 {
    grid-template-columns: 1fr 1fr;
  }
}
body[data-template=project] section#stats li.stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  body[data-template=project] section#stats li.stat {
    gap: 16px;
  }
}
body[data-template=project] section#stats li.stat > span {
  font-size: 5rem;
  line-height: 1;
}
@media (min-width: 768px) {
  body[data-template=project] section#stats li.stat > span {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  body[data-template=project] section#stats li.stat > span {
    font-size: 7.5rem;
  }
}
body[data-template=project] section#stats li.stat p {
  line-height: 1.2;
  font-family: "Sterling Regular", sans-serif;
}
@media (min-width: 768px) {
  body[data-template=project] section#stats li.stat p {
    font-size: 1.25rem;
  }
}
@media (min-width: 1500px) {
  body[data-template=project] section#stats li.stat p {
    max-width: 70%;
  }
}
@media (max-width: 768px) {
  body[data-template=project] section#project-quote, body[data-template=project] section#stats {
    padding: 32px 0;
  }
}

#cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  pointer-events: none;
  z-index: 100;
  overflow: hidden;
  mix-blend-mode: difference;
}
@media (hover: none) and (pointer: coarse) {
  #cursor {
    display: none;
  }
}
#cursor > div.cursor-inner {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #FE7200;
  /*    isolation: isolate;
      mix-blend-mode: normal;
      mask-image: none;
      position: relative;*/
}
#cursor > div.cursor-inner > div {
  position: absolute;
  inset: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#cursor .arrow-right, #cursor .arrow-down, #cursor .video {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
#cursor .arrow-right.active, #cursor .arrow-down.active, #cursor .video.active {
  opacity: 1;
}
#cursor .arrow-right {
  width: 81px;
  height: 25px;
}
#cursor .arrow-down {
  width: 25px;
  height: 81px;
}
#cursor .video {
  width: 80px;
  height: 46px;
}
#cursor .arrow-right svg, #cursor .arrow-down svg {
  fill: white;
}
#cursor svg {
  width: 100%;
  height: auto;
}

header#main-header {
  padding: 20px 0;
  mix-blend-mode: exclusion;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900;
}
@media (min-width: 768px) {
  header#main-header {
    padding: 30px 0;
  }
}
header#main-header .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  overflow: hidden;
}
header#main-header nav ul {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media (min-width: 768px) {
  header#main-header nav ul {
    gap: 32px;
  }
}
@media (min-width: 768px) {
  header#main-header nav ul a {
    font-size: 1.125rem;
  }
}
@media (min-width: 1025px) {
  header#main-header nav ul a {
    font-size: 1.5625rem;
  }
}
header#main-header nav ul a.disabled {
  pointer-events: none;
}
header#main-header nav ul a.active {
  text-decoration: underline;
}
header#main-header .logo a {
  font-family: "Sterling Regular", sans-serif;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  header#main-header .logo a {
    font-size: 1.875rem;
  }
}
@media (min-width: 1025px) {
  header#main-header .logo a {
    font-size: 2.5rem;
  }
}
header#main-header .logo a.disabled {
  pointer-events: none;
}
header#main-header .logo, header#main-header li {
  background-color: #000;
  color: white;
  line-height: 1;
  overflow: hidden;
}
header#main-header .logo a, header#main-header li > a {
  transition: transform 0.3s ease-in-out;
  transform: translateY(-105%);
}
header#main-header li a {
  transition-delay: 0.3s;
}
header#main-header li:nth-of-type(2) a {
  transition-delay: 0.4s;
}
header#main-header li:nth-of-type(3) a {
  transition-delay: 0.5s;
}
header#main-header.active .logo a, header#main-header.active li > a {
  transform: translateY(0);
}

body[data-template=home] footer#main-footer {
  z-index: 10;
  position: relative;
}

footer#main-footer {
  padding: 32px 0;
  background: white;
  z-index: 1;
  position: relative;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  footer#main-footer {
    font-size: 1rem;
  }
}
footer#main-footer .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
footer#main-footer nav ul {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media (min-width: 768px) {
  footer#main-footer nav ul {
    gap: 32px;
  }
}
footer#main-footer nav ul li {
  display: flex;
}

a.fancy-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
a.fancy-link span {
  display: block;
}
a.fancy-link span:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  width: 110%;
}
a.fancy-link span:nth-of-type(2) div {
  font-kerning: none;
}

section#other-projects {
  padding: 6vw 0;
  background: black;
  color: white;
}
@media (min-width: 768px) {
  section#other-projects {
    padding: 5vw 0;
  }
}
section#other-projects div.wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
section#other-projects .project-thumbs {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  section#other-projects .project-thumbs {
    flex-direction: row;
  }
}
section#other-projects .project-thumbs .image {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
}
section#other-projects .project-thumbs .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out;
}
section#other-projects a {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
section#other-projects a p {
  font-family: "Sterling Regular", sans-serif;
}
@media (min-width: 768px) {
  section#other-projects a p {
    font-size: 1.875rem;
  }
}
@media (hover: hover) {
  section#other-projects a:hover img {
    transform: scale(1.1);
  }
}

section#project-quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  section#project-quote {
    min-height: 50vh;
  }
}
section#project-quote .bg {
  position: absolute;
  inset: 0;
  background-color: white;
  width: 100%;
  height: 100%;
}
section#project-quote .wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
section#project-quote .wrapper > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  section#project-quote .wrapper > div {
    max-width: 80%;
  }
}
@media (min-width: 1025px) {
  section#project-quote .wrapper > div {
    max-width: 1200px;
  }
}
section#project-quote p:not(.cite) {
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  section#project-quote p:not(.cite) {
    font-size: 1.875rem;
  }
}
@media (min-width: 1025px) {
  section#project-quote p:not(.cite) {
    font-size: 2.5rem;
  }
}
section#project-quote p.cite {
  font-family: "Sterling Semi Bold", sans-serif;
}
@media (min-width: 768px) {
  section#project-quote p.cite {
    font-size: 1.25rem;
  }
}

/*# sourceMappingURL=main.css.map*/