:root {
  --black: #0a100d;
  --white-smoke: #edf2f4;
  --midnight-blue: #2b2d42;
}

body {
  background-color: var(--black);
  color: #edf2f4;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

.hero-section {
  width: 100%;
  height: 100vh;
  position: relative;
}

.hero-top-wrapper {
  padding-top: 1%;
  padding-left: 2%;
  padding-right: 2%;
}

.large-heading {
  letter-spacing: -.045em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6vw;
  font-weight: 400;
  line-height: 1.15;
}

.large-heading.smaller {
  font-size: 34px;
}

.sketchable {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.section-bottom-wrapper {
  z-index: 99;
  background-color: #0a100dbf;
  background-image: linear-gradient(180deg, var(--black), transparent);
  border-top: .0625rem solid #edf2f466;
  justify-content: space-between;
  align-items: center;
  height: 3.75rem;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: sticky;
  inset: 0 0% 0%;
}

.section-bottom-wrapper.vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(180deg, var(--black), transparent);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  display: grid;
}

.section-bottom-wrapper.vertical.center {
  justify-content: space-between;
  place-items: center;
  display: flex;
  position: relative;
}

.hero-link {
  color: var(--white-smoke);
  font-size: 1rem;
  text-decoration: none;
}

.hero-link:hover {
  text-decoration: line-through;
}

.hero-link.center {
  text-align: center;
}

.hero-link.right {
  text-align: right;
}

.section {
  z-index: 5;
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative;
}

.section-heading-wrapper {
  border-top: 1px solid #edf2f466;
  border-bottom: .0625rem solid #edf2f466;
  justify-content: center;
  align-items: center;
  padding: 1% 2%;
  display: flex;
}

.work-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1%;
  padding-left: 2%;
  padding-right: 2%;
  display: grid;
}

.work-item-wrapper {
  width: 100%;
  height: 100%;
  color: var(--white-smoke);
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.work-item-image {
  object-fit: cover;
  width: 100%;
  height: 31.25rem;
}

.work-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.13rem;
  font-weight: 400;
}

.info-wrapper {
  padding: 2%;
}

.overflow-none {
  overflow: hidden;
}

.overflow-none.full {
  border-radius: 4px;
  width: 100%;
  position: relative;
}

.overflow-none._2 {
  padding-left: 5rem;
}

.overflow-none._3 {
  padding-left: 15rem;
}

.image-cover {
  z-index: 1;
  background-color: var(--black);
  mix-blend-mode: color-burn;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.card-hover {
  z-index: 6;
  color: #fff;
  background-color: #00000080;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.track {
  white-space: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.works-title {
  z-index: 90;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 2vh;
  margin-bottom: 2vh;
  font-size: 18vh;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.works-title.med-size {
  font-size: 13vh;
}

.divider {
  flex-direction: column;
  justify-content: flex-end;
  min-height: 5vh;
  display: flex;
  overflow: hidden;
}

.divider.works {
  background-color: #fff;
  width: 2.8125rem;
  height: .25rem;
  min-height: auto;
  margin-left: 1.5vw;
  margin-right: 1.5vw;
}

.infinite-marquee {
  display: none;
}

.muted {
  opacity: .8;
}

.muted.pointer {
  cursor: pointer;
}

.cursor-wrap {
  z-index: 10000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-wrap.mbm-ex {
  opacity: 0;
  transition: opacity .2s;
}

.cursor-dot {
  mix-blend-mode: exclusion;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
}

.cursor {
  display: none;
}

.welcome-text-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hover-gif {
  width: 250px;
  height: 250px;
  position: absolute;
}

.hover-gif.pointer-off {
  z-index: 1;
  display: none;
  inset: auto 0% 0%;
}

.headshot-wrapper {
  pointer-events: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.headshot-div {
  pointer-events: auto;
  width: 400px;
  position: relative;
  right: 2%;
}

.image {
  filter: saturate(0%);
  width: 100%;
}

.gradient {
  background-image: linear-gradient(180deg, transparent 40%, var(--black));
  position: absolute;
  inset: 0%;
}

.gradient.bottom {
  background-image: linear-gradient(90deg, transparent 85%, var(--black)), linear-gradient(90deg, var(--black), transparent 15%), linear-gradient(180deg, transparent 40%, var(--black));
}

.gradient.left {
  background-image: linear-gradient(#0000 40%, #0a100da3);
}

.hero-mid-wrapper {
  padding-left: 2%;
  padding-right: 2%;
  position: absolute;
  inset: auto 0% 15%;
}

.hero-subheader {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.13rem;
}

.hero-subheader.mobile {
  display: none;
}

.text-span {
  color: #f0970a;
}

.spacer_med {
  height: 4rem;
}

@media screen and (max-width: 991px) {
  .work-grid {
    grid-template-columns: 1fr 1fr;
  }

  .card-hover {
    display: none;
  }

  .works-title {
    font-size: 9vh;
  }

  .divider {
    min-height: 2.8125rem;
  }

  .cursor-wrap.mbm-ex {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .cursor-wrap, .cursor-dot {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 100vh;
  }

  .hero-top-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
    display: grid;
    overflow: hidden;
  }

  .large-heading {
    font-size: 8vw;
  }

  .large-heading.offset-right {
    text-align: center;
    font-size: 42px;
  }

  .large-heading.smaller {
    font-size: 22px;
  }

  .large-heading.hero {
    font-size: 45px;
  }

  .section-bottom-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-bottom-wrapper.vertical {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-top-style: none;
    flex-direction: column;
    height: auto;
    padding: 5% 0%;
    position: relative;
  }

  .section-bottom-wrapper.vertical.center {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-top-style: solid;
  }

  .section-heading-wrapper {
    padding: 2% 5%;
  }

  .work-grid {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }

  .info-wrapper {
    padding: 5%;
  }

  .overflow-none._2 {
    margin-left: -1rem;
    padding-left: 0;
  }

  .overflow-none._3 {
    padding-left: 0;
  }

  .headshot-wrapper {
    justify-content: center;
    align-items: flex-end;
  }

  .headshot-div {
    width: 250px;
    bottom: 3.5rem;
    right: auto;
  }

  .hero-mid-wrapper {
    padding-top: 3rem;
    padding-left: 5%;
    padding-right: 5%;
    position: static;
    bottom: auto;
    right: 0%;
  }

  .hero-subheader {
    font-size: 16px;
    display: none;
  }

  .hero-subheader.mobile {
    line-height: 150%;
    display: block;
  }

  .spacer_med {
    height: 2rem;
  }

  #w-node-_088a936c-25ef-5be1-ec17-e8d2851dbaad-570e6df4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7c78c88a-5454-1fb4-1e4a-10aa904ba19e-570e6df4 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_7dbcf9d0-d229-f15a-a764-fe580cc012b6-570e6df4 {
    grid-area: 3 / 3 / 4 / 5;
  }
}


