:root {
  --cream: #fffcf8;
  --black: #1a191b;
  --white: white;
  --gold: #ffd66d;
}

body {
  background-color: var(--cream);
  color: #1a191b;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

img {
  display: inline-block;
}

label {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: .8em;
  font-weight: 500;
  display: block;
}

.scroller {
  z-index: 0;
  height: 100vh;
  position: relative;
  overflow: visible;
}

.chris {
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 33vh;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  position: absolute;
  inset: -25% 0% 0%;
}

.floating-element {
  perspective: 500px;
  position: relative;
}

.floating-element.s {
  z-index: -1;
}

.floating-element.c {
  z-index: 10;
}

.floating-element.i {
  z-index: -1;
}

.floating-element.h {
  z-index: 0;
}

.floating-element.e {
  z-index: 2;
}

.floating-element.i-2 {
  z-index: -1;
}

.floating-element.d {
  z-index: 1;
}

.floating-element.a {
  z-index: 20;
}

.floating-element.b {
  z-index: 2;
}

.floating-element.i-2-copy {
  z-index: 1;
}

.floating-element-letter.r {
  transform: perspective(196px);
}

.baldie {
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 33vh;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  position: absolute;
  bottom: 17%;
  left: 0%;
  right: 0%;
}

.image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.image.book {
  transform: perspective(549px);
}

.image.biopic {
  transform: perspective(1px);
}

.image._2 {
  transform-style: preserve-3d;
  transform: rotateX(-1deg)rotateY(-11deg)rotateZ(6deg)translate3d(0, -70px, -1px);
}

.image.cover {
  object-fit: cover;
}

.image._3 {
  transform-style: preserve-3d;
  transform: rotateX(-3deg)rotateY(11deg)rotateZ(-6deg)translate(-14px, -50px);
}

.image.space-captain {
  transform-style: preserve-3d;
  transform: rotateX(3deg)rotateY(6deg)rotateZ(-3deg)translate3d(-24px, -43px, 43px);
}

.image._4 {
  transform-style: preserve-3d;
  transform: rotateX(-3deg)rotateY(-11deg)rotateZ(9deg)translate(0, -29px);
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.image-wrapper.biopic {
  z-index: 0;
  perspective: 500px;
  width: 100%;
  padding-bottom: 83vh;
  position: absolute;
}

.image-wrapper.biopic.books {
  z-index: 200;
  perspective: 510px;
}

.image-wrapper.biopic.papers {
  z-index: -200;
}

.sticky {
  height: 100vh;
  position: sticky;
  top: 1px;
  overflow: hidden;
}

.images-wrapper {
  height: 85vh;
  position: relative;
  top: 3em;
}

._2-col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.portfolio-content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.portfolio-content._100 {
  width: 100%;
  height: 100%;
}

.container {
  perspective: 333px;
}

.container.wide {
  max-width: 1400px;
}

.section {
  max-width: 100vw;
  padding-top: 7em;
  padding-bottom: 7em;
  overflow: visible;
}

.section.dark {
  background-color: var(--black);
  color: var(--cream);
}

.section.hide {
  display: none;
}

.section.header {
  align-items: center;
  height: 80vh;
  display: flex;
}

.section-header {
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 7.1em;
  font-weight: 700;
  line-height: 100%;
}

.section-header.large {
  font-size: 14em;
}

.section-header.small {
  font-size: 4em;
}

.section-header.small.smaller {
  font-size: 2.6em;
}

.section-header.center {
  text-align: center;
}

.col {
  width: 50%;
}

.col.sticky-col {
  position: sticky;
  top: 0;
}

.div-block {
  width: 50%;
}

.overlay {
  z-index: 1;
  background-color: var(--white);
  opacity: 0;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 2em;
  transition: opacity .7s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  top: 0;
}

.overlay:hover {
  opacity: 1;
}

.gallery-link {
  letter-spacing: 2px;
  margin-bottom: .7em;
  font-size: .8em;
  font-weight: 800;
  transition: letter-spacing .2s cubic-bezier(.175, .885, .32, 1.275);
  display: block;
}

.gallery-link:hover {
  letter-spacing: 5px;
}

.form-block {
  width: 64%;
  margin-top: 2em;
}

.content-block.center {
  justify-content: center;
  display: flex;
}

.content-block.bottom-aligned {
  align-self: flex-end;
}

.content-block._50-width {
  width: 50%;
}

.content-block.right-aligned {
  text-align: right;
}

.content-block.socials {
  grid-column-gap: 30px;
  justify-content: center;
  display: flex;
}

.content-block.margin-top-bottom {
  margin-top: 2em;
  margin-bottom: 2em;
}

.form-input-block {
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.button {
  color: var(--cream);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 3px solid #fff;
  border-radius: 30px;
  margin-bottom: 4px;
  padding: 1.1em 1.9em;
  font-size: .8em;
  font-weight: 700;
  line-height: 100%;
  transition: border-width .2s;
  position: absolute;
}

.button:hover {
  border-bottom-width: 7px;
}

.button.dark {
  border-color: var(--black);
  color: var(--black);
}

.button.wide {
  text-align: center;
  width: 100%;
}

.button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 3.2em;
  margin-top: 2em;
  display: flex;
  position: relative;
}

.button-wrapper.left {
  align-items: flex-start;
}

.button-wrapper.reduced-margin-top {
  margin-top: 1em;
}

.menu-button {
  z-index: 100;
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  border: 3px solid var(--black);
  background-color: var(--cream);
  cursor: pointer;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 1em;
  margin-right: 1em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-bar1 {
  background-color: var(--black);
  border-radius: 10px;
  width: 60%;
  height: 6%;
  position: absolute;
}

.menu-bar1._90-degrees {
  transform: rotate(90deg);
}

.navigation {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5.2em;
  padding-bottom: 5.2em;
  display: none;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.nav-item {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 2em;
  font-weight: 600;
  transition: letter-spacing .2s cubic-bezier(.175, .885, .32, 1.275);
  position: relative;
}

.nav-item:hover {
  letter-spacing: 10px;
}

.nav-item.expanders, .nav-item.closer {
  opacity: 0;
  display: none;
}

.nav-wrapper {
  z-index: 1000;
  position: fixed;
  inset: 0% 0% auto;
}

.portfolio-grid {
  grid-column-gap: 30px;
  grid-row-gap: 110px;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightbox {
  z-index: 0;
  perspective: 500px;
  flex: none;
  width: 100%;
  padding-bottom: 91%;
  position: relative;
}

.lightbox:hover {
  text-align: center;
}

.lightbox.vert {
  z-index: 0;
  width: 100%;
  padding-bottom: 71%;
  position: relative;
}

.lightbox.hide {
  display: none;
}

.portfolio {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  padding: 2em;
  display: flex;
}

.portfolio.vertical {
  color: var(--white);
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}

.portfolio.horizontal {
  color: var(--white);
  background-color: #000;
  flex-direction: row;
  position: relative;
}

.portfolio.hide {
  display: none;
}

.portfolio-info {
  flex-direction: column;
  display: flex;
}

.sub-header {
  opacity: .8;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 700;
}

.sub-header.gold {
  color: var(--gold);
}

.sub-header.center {
  text-align: center;
}

.portfolio-header {
  margin-top: 0;
  margin-bottom: .8em;
}

.more-images {
  grid-column-gap: 18px;
  grid-row-gap: 4px;
  border: 1px solid var(--white);
  background-color: var(--black);
  color: var(--white);
  border-radius: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50px;
  height: 50px;
  padding: 14px;
  font-weight: 500;
  transition: padding-right .35s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  position: absolute;
  inset: auto 5% 5% auto;
  overflow: hidden;
}

.more-images:hover {
  align-items: center;
  padding-right: 161px;
}

.more-images-block {
  background-color: var(--white);
  width: 100%;
  height: 100%;
}

.hello {
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 33vh;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-field {
  border-radius: 2px;
}

.nav-expander {
  grid-column-gap: 40px;
  justify-content: center;
  width: 100%;
  min-height: 26px;
  display: flex;
}

.left-sticker {
  grid-row-gap: 20px;
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 30%;
  display: flex;
  position: sticky;
  top: 100px;
}

.icon-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 20px;
  height: 20px;
  display: grid;
}

.more-images-text {
  flex: none;
}

.popup {
  z-index: 1000;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-block {
  background-color: var(--black);
  padding: 3em;
}

.close-button {
  z-index: 100;
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  border: 3px solid var(--black);
  background-color: var(--cream);
  cursor: pointer;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: relative;
  top: 5%;
  right: -3%;
  transform: rotate(45deg);
}

.pop-up-wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.highlight {
  color: #000;
  background-color: #66debc;
  justify-content: center;
  align-items: center;
  padding: 3em;
  display: flex;
}

.highlight-link {
  color: var(--black);
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  line-height: 100%;
}

.crossed-out {
  text-decoration: line-through;
}

.magin-top {
  margin-top: .6em;
}

@media screen and (max-width: 991px) {
  .scroller {
    height: 100vh;
  }

  .chris {
    font-size: 24vw;
    top: -24%;
  }

  .floating-element.i {
    z-index: 1;
  }

  .baldie {
    font-size: 24vw;
    top: 42%;
  }

  .sticky {
    width: 100%;
  }

  .container {
    padding: 1em 3em;
  }

  .section-header {
    font-size: 4em;
    line-height: 90%;
  }

  .section-header.small {
    font-size: 4vw;
  }

  .section-header.small.smaller {
    font-size: 2.2em;
  }

  .section-header.center.small {
    margin-top: .2em;
    line-height: 100%;
  }

  .section-header.left-on-mobile {
    text-align: left;
  }

  .form-block {
    width: 100%;
  }

  .content-block.right-aligned.left-on-mobile {
    text-align: left;
  }

  .button-wrapper {
    align-items: flex-start;
  }

  .portfolio-grid {
    grid-column-gap: 10em;
    grid-row-gap: 2.5em;
    flex-direction: column;
    display: flex;
  }

  .portfolio {
    flex-direction: column;
  }

  .portfolio-info {
    width: 100%;
  }

  .hello {
    font-size: 24vw;
  }

  .popup {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .pop-up-wrapper {
    width: 80%;
  }

  .highlight-link {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .floating-element-letter.d {
    color: var(--black);
  }

  ._2-col {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .container {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section.header {
    height: auto;
  }

  .section.reduced-margin-on-mobile {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .section-header {
    text-align: left;
  }

  .section-header.small {
    font-size: 8vw;
  }

  .section-header.center.small {
    font-size: 2.5em;
  }

  .col.sticky-col, .div-block {
    width: 100%;
  }

  .content-block {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .content-block._50-width {
    width: 100%;
  }

  .content-block.socials {
    align-items: center;
  }

  .form-input-block {
    width: 100%;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .menu-button {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 50px;
    height: 50px;
  }

  .nav-item.expanders, .nav-item.closer {
    font-size: 1.2em;
  }

  .lightbox {
    z-index: 0;
    padding-bottom: 100%;
  }

  .portfolio.horizontal {
    flex-direction: column;
  }

  .more-images {
    z-index: 10;
  }

  .nav-expander {
    grid-column-gap: 20px;
  }

  .left-sticker {
    text-align: left;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 5em;
  }

  .pop-up-block {
    padding: 0;
  }

  .close-button {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 50px;
    height: 50px;
  }

  .pop-up-wrapper {
    position: relative;
  }

  .highlight {
    padding: 2em;
  }

  .highlight-link {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .section {
    overflow: visible;
  }

  .section-header.large {
    font-size: 9em;
  }

  .more-images {
    z-index: 1000;
  }

  .pop-up-wrapper {
    width: 90%;
  }

  .dark {
    color: var(--black);
  }
}

#w-node-f7ab739b-ea04-1552-0fb1-d6a58f49b75f-1b75c122 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6296e55d-b4b3-c2b5-9210-138a8e369a67-1b75c122, #w-node-d0c364be-d832-2bac-8545-68bf7229954c-1b75c122 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ab7701be-a768-ef3d-d0f7-c679ea2e0503-1b75c122, #w-node-_9861aaf1-64d3-f668-e7b7-67437ae2bd06-1b75c122 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4aa9661a-4d24-960e-f334-5ed96049e8a7-1b75c122 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_844eab72-acae-cc3d-6d5f-0adcc880aa53-1b75c122 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_36188c96-b581-1ba3-5483-a121b73bdd09-1b75c122 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3030bc40-a083-b08b-fa8d-76f87dd27bf6-1b75c122 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_713f9142-939f-71d8-9af4-b48d8329799c-1b75c122, #w-node-_96ef1fca-ec0c-a0ef-ef4d-0b9983e80b30-1b75c122, #w-node-_9caa4cf0-f6aa-9adf-0a71-4bda7881b352-1b75c122, #w-node-_199383b5-a276-6002-db03-e415500c2751-1b75c122, #w-node-_713f9142-939f-71d8-9af4-b48d832979b5-1b75c122, #w-node-_713f9142-939f-71d8-9af4-b48d832979c5-1b75c122, #w-node-_8afedf25-c0bc-7466-544c-54da5cb583ee-1b75c122, #w-node-_88fa8cf7-cdc4-64c3-a8a8-fb9db12d5531-1b75c122 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88fa8cf7-cdc4-64c3-a8a8-fb9db12d553a-1b75c122 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_88fa8cf7-cdc4-64c3-a8a8-fb9db12d553b-1b75c122 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_88fa8cf7-cdc4-64c3-a8a8-fb9db12d553d-1b75c122 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_88fa8cf7-cdc4-64c3-a8a8-fb9db12d5540-1b75c122 {
  align-self: end;
}

#w-node-_88fa8cf7-cdc4-64c3-a8a8-fb9db12d5549-1b75c122, #w-node-_19d7f7bc-1fe6-4585-bdbd-ac8b48bc19e1-1b75c122 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19d7f7bc-1fe6-4585-bdbd-ac8b48bc19e2-1b75c122 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_19d7f7bc-1fe6-4585-bdbd-ac8b48bc19f0-1b75c122, #w-node-_19d7f7bc-1fe6-4585-bdbd-ac8b48bc19ff-1b75c122, #w-node-_7363cd67-4724-4a19-8817-594591fc1a6c-1b75c122, #w-node-_531b9bf1-d2b0-5ca3-9e77-aad3094062fd-8d84a6f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


