@import url("https://use.typekit.net/onk7hgt.css");

@import url("https://use.typekit.net/lfz6amw.css");

@keyframes show {
  0% {
    opacity: 0;
    transform: translate(0, 120px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

::-webkit-scrollbar { 
display: none; 
}

html {
  scroll-behavior: smooth;
  cursor: none;
}

body {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
	font-style: normal;
	font-size: 24px;
  line-height: 150%;

	background-color: #000000;
	color: #000000;
}

h1 {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-size: 32px;
  font-style: normal;
  letter-spacing: -0.0009em;
  line-height: normal;
}

h2 {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.0009em;
}

h3 {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.0009em;
  color: #ffffff;
  border: 1px solid #000000;
  background-color: #000000;
  padding: 0 14px 1px 14px;
  border-radius: 30px;
  text-transform: uppercase;
}

h5 {
  font-family: "neue-haas-grotesk-text", sans-serif;
	font-weight: 400;
  font-size: 132px;
  line-height: 95%;
  z-index: 1;
}

h6 {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
	font-style: normal;
	font-size: 16px;
}

a h7 {
	font-style: normal;
	font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #000000;
  padding: 2px 14px 2px 14px;
  border-radius: 30px;
  transition: background-color 0.5s, color 0.5s;
}

a h7:hover {
  color: #000000;
  background-color: #ffffff;
}

header, nav {
  position: fixed;
  color: #ffffff;
  background-color: #000000;
  
  top: 0;
  left: 0;

  width: 100%;
	height: 8vh;
  z-index: 4;
  
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px 0 20px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

section {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}


section.home {
  height: 100vh;
  color: #ffffff;
  background-color: #000000;
  top: 0;
}

section.info {
  min-height: 92vh;
  top: 8vh;
  color: #ffffff;
  background-color: #000000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 3;
  border-top: solid #ffffff 1px;

}

section.info2 {
  min-height: 86vh;
  top: 8vh;
  color: #ffffff;
  background-color: #000000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 3;
  border-top: solid #ffffff 1px;
}

section.info3 {
  height: 8vh;
  color: #ffffff;
  background-color: #000000;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
  border-top: solid #ffffff 1px;
  padding: 0px 20px 0 20px;
}

div.info2 {
  justify-content: space-between;
  display: flex;
  width: 100%;
}

div.socials {
  display: flex;
  gap: 20px;
  height: auto;
}

section.morework {
  height: 92vh;
  width: 100%;
  top: 8vh;
  color: #000000;
  background-color: #ffffff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  z-index: 2;
}


div.morework {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

div.container {
  width: 500px;
  height: 350px;
  object-fit: cover;
  overflow: hidden;
}

div.morework img, div.morework video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

section.cover {
  height: 92vh;
  color: #ffffff;
  background-color: #000000;
  top: 8vh;
  flex-direction: column;
  object-fit: cover;
  padding: 20px;
  gap: 20px;
  border-top: solid #ffffff 1px;
  z-index: 2;
}

section.cover img, video  {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

section.end {
  display: none;
}

section.subpage {
  height: 92vh;
  color: #ffffff;
  background-color: #000000;
  top: 6vh;
  flex-direction: column;
  object-fit: cover;
  z-index: -1;
}

section.subpage img, video  {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}


section.folio {
  position: relative;
  background-color: #ffffff;
  display: grid;
  flex-direction: column;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  height: auto;
  gap: 20px;
}

section.folio video {
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-column: span 2;
}


section.subhead {
  flex-direction: row;
  height: 8vh;
  width: 100%;
  background-color: #ffffff;
  padding: 20px 20px 20px 20px;
  top: 7.9vh;
  z-index: 1;
  align-items: flex-end;
  position: sticky;
  position: -webkit-sticky;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

section.grid-row {
  flex-direction: row;
  height: auto;
  width: 100%;
  background-color: #ffffff;
  padding: 0 20px 0 20px;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  top: 0;
}

div.subhead {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  height: auto;
  width: 100%;
}

section.folio img {
  grid-template-columns: 1fr 1fr;
  grid-column: span 2;
  width: 100%;
  height: auto;
}

div.half image {
  display: flex;
  flex-direction: row;
  width: 50%;
  gap: 20px;
}

section.huxtaburger {
  background-color: #E04034;
  color: #ffffff;
  background-image: url("huxtaburger-amc-posters.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

section.huxtaburger-subpage {
  background-color: #E04034;
  color: #ffffff;
  background-image: url("huxtaburger-amc-posters.jpg");
  background-size: cover;
  background-position: center;
  top: 6vh;
  height: 100vh;
  overflow: hidden;
}

section.huxtaburger-subpage h5 {
  margin: 0 0 6vh 0;
}

section.home img {
  width: 100%;
}

section.tags {
  display: flexbox;
  flex-wrap: wrap;
  justify-content: start;
  height: auto;
  gap: 12px;
  padding: 0px 0px 96px 0;
}

div.info {
  z-index: 1;
}

figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  perspective: 20000px;
  align-items: center;
  z-index: 0;
}


figcaption {
  position: fixed;
  top: 40%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
}

figure div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

figure img {
  max-height: 30vh;
  max-width: 60vw;
  align-items: center; 
}

div.tile {
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-start;
  justify-content: start;
  text-align: left;
  gap: 8px;
}



footer {
  position: fixed;
  
  bottom: 0;
  left: 0;

  width: 100%;
	height: auto;
  z-index: 1;
  
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 12px 0px 20px 12px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}


a {
  color: #ffffff;
  text-decoration: none;
  cursor: none;
}

header a {
  color: #ffffff;
}

footer a {
  color: #000000;
}

a img, a video {
  transition: 0.75s;
}

a img.arrow {
  width: 25px;
}

a img:hover, a video:hover {
  transform: scale(1.1);
}

path {
  transition: transform 0.5s;
}

path:hover {
  transform: scale(2);
}

.zoom-image {
  width: 100%;
  object-fit: cover;
  height: 100%;
  overflow-y: hidden;
  z-index: 0;
}

img.instagramImage {
  display: none;
}


div.cursor div.outer {
  position: fixed;
  top: auto;
  left: auto;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  z-index: 10000;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

div.outer {
  position: fixed;
  top: auto;
  left: auto;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 50%;
  z-index: 10000;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: background-color 0.5s;
}

div.inner {
  position: fixed;
  left: 300px;
  width: 28px;
  height: 12px;
  background-color: #000000;
  border-radius: 50%;
  z-index: 10001;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: width 0.5s, height 0.5s;
}

div.outer span {
  position: relative;
  white-space: nowrap ;
  width: 100%;
  top: 2px;
  left: 52px;
  font-size: 16px;
  color: #000000;
  border: 1px solid #000000;
  background-color: #ffffff;
  padding: 2px 14px 2px 14px;
  border-radius: 30px;
  transition: background-color 0.5s, text-wrap 0.5s;
}

div.outer span.hover {
  background-color: #9CFF00;
  transition: background-color 0.5s, text-wrap 0.5s;
}

div.eye {
  position: fixed;
  left: 300px;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 10003;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: width 0.5s, height 0.5s;
}

div.inner.grow {
  width: 28px;
  height: 28px;
  transition: width 0.5s, height 0.5s;
}

div.outer.hover {
  background-color: #9CFF00;
}

div.inner.invert {
  transition: width 0.5s, height 0.5s;
}

@media only screen and (max-width: 600px) {
  h5 {
    font-size: 72px;
    }


p {
  font-size: 21px;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 16px;
}

  h5 {
    font-size: 42px;
    }

h3 {
  font-size: 12px;
  border: 0.75px solid #000000;
  background-color: #000000;
  padding: 0 10px 0.7px 10x;
  border-radius: 22.5px;
}

h4 {
  display: none;
}

nav {
  padding: 0 12px 0 12px;
}

section.subhead {
  padding: 12px;
  height: auto;
  grid-template-columns: 1fr;
  border-bottom: solid #000000 1px;
}

section.grid-row {
  grid-template-columns: 1fr;
  padding: 0 12px 0 12px;
}

section.folio {
  padding: 12px;
  gap: 12px;
}

section.morework {
  border-top: solid #000000 1px;
  margin-top: -8vh;
  padding: 120px 12px 120px 12px;
  height: auto;
  position: relative;
  gap: 120px;
}

div.morework {
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

div.tile {
  width: 100%;
}

div.container {
  width: 100%;
  height: 250px;
}

div.container img {
  width: 100%;
}

footer {
  display: none;
}

section.tags {
  gap: 8px;
}

section.cover {
  height: 75vh;
  padding: 18px 12px 18px 12px;
  gap: 18px;
}

section.subpage {
  height: 75vh;
}

div.tile {
  gap: 2px;
}

section.info3 {
  height: auto;
  color: #ffffff;
  background-color: #000000;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 24px 12px 24px 12px;
}

div.info2 {
  flex-direction: column;
  gap: 18px;
  text-align: left;
}

div.socials {
  gap: 12px;
}

h6 {
  font-size: 14px;
  line-height: 140%;
}

div.inner, div.outer {
  display: none;
}

}
