/* SCSS Document */
/* MICROSOFT NONSENSE */
/* MIXINS */
/* RESET STYLES */
html, body, ul, ol, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  list-style: none;
}

input, button, select, textarea {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

/* WEBFONTS */
@font-face {
  font-family: "GothamReg";
  src: url("../fonts/gothamproreg.otf") format("opentype"), url("../fonts/gothamproreg.woff") format("woff"), url("../fonts/gothamproreg.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamIta";
  src: url("../fonts/gothamproita.otf") format("opentype"), url("../fonts/gothamproita.woff") format("woff"), url("../fonts/gothamproita.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamBld";
  src: url("../fonts/gothamprobol.otf") format("opentype"), url("../fonts/gothamprobol.woff") format("woff"), url("../fonts/gothamprobol.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamBldIta";
  src: url("../fonts/gothamprobolita.otf") format("opentype"), url("../fonts/gothamprobolita.woff") format("woff"), url("../fonts/gothamprobolita.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/* VARIABLES */
/* ELEMENT STYLES */
strong {
  font-weight: 700;
}

a {
  color: #000000;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  cursor: pointer;
}
a img {
  border: none;
}

em {
  font-style: italic;
}

body.pause {
  overflow: hidden;
  height: 100%;
}

body, html {
  text-align: center;
  color: #000000;
  font-family: "GothamReg", sans-serif;
  font-size: 24px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  background: #FFFFFF;
  line-height: 1.35em;
}

h1, h2, h3, h4, h5 {
  font-family: "GothamBld", sans-serif;
  font-size: 1em;
  line-height: 1em;
  display: block;
  margin: 1em 0;
  text-transform: uppercase;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1em;
  margin: 0;
  line-height: 3em;
}

input {
  line-height: 2em;
  margin-left: 1em;
  outline: none;
  border: none;
  font-family: "GothamReg", sans-serif;
  font-size: 1em;
  background-color: transparent;
  color: #FFFFFF;
}

/* GENERAL STYLES */
.inner {
  width: 90vw;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: relative;
}

/* ANIMATION BITS */
@keyframes grad1 {
  from {
    left: -100vw;
  }
  to {
    left: 0vw;
  }
}
@keyframes grad2 {
  from {
    left: 0vw;
  }
  to {
    left: -100vw;
  }
}
@keyframes flashPop {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 100%;
  }
  100% {
    opacity: 0;
  }
}
#nav-trigger {
  position: fixed;
  top: 5vw;
  right: 5vw;
  z-index: 99999;
  mix-blend-mode: difference;
}

main {
  display: flex;
  flex-wrap: wrap;
}
main section {
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
main section#intro {
  height: 100vh;
}
main section#intro .inner img {
  width: 100%;
}
main section#intro .inner img#wordmark {
  height: 35.49px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-bottom: 0.5em;
}
main section#intro .inner img#downarrow {
  height: 100px;
  width: auto;
}
main section#intro .inner .img-frame {
  max-width: 400px;
  aspect-ratio: 4/6;
  overflow: hidden;
  position: relative;
  z-index: -1;
  margin: 0 auto;
}
main section#intro .inner .img-frame img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/6.5;
  position: absolute;
  bottom: 0;
  left: 0;
}
main section#navgrid {
  height: 100vh;
  cursor: url("../images/choose.png"), auto;
}
main section#navgrid ul {
  width: 98vw;
  height: calc(100vh - 2vw);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1vw;
  padding-left: 1vw;
  grid-template-rows: 1fr 1fr 1fr;
  transition: 500ms cubic-bezier(0.5, 1.8, 0.3, 0.8);
}
main section#navgrid ul li {
  background-color: #CCCCCC;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
main section#navgrid ul li a {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: url("../images/choose.png"), auto;
}
main section#navgrid ul li h2 {
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  text-shadow: #FFFFFF 1px 1px 0px;
  transform: rotate(5deg);
}
main section#navgrid ul li:hover h2 {
  opacity: 1;
  transform: rotate(0deg);
  transition-delay: 250ms;
}
main section#navgrid ul:has(.l-top:hover) {
  grid-template-columns: 1.5fr 0.75fr 0.75fr;
  grid-template-rows: 1.5fr 0.75fr 0.75fr;
}
main section#navgrid ul:has(.c-top:hover) {
  grid-template-columns: 0.75fr 1.5fr 0.75fr;
  grid-template-rows: 1.5fr 0.75fr 0.75fr;
}
main section#navgrid ul:has(.r-top:hover) {
  grid-template-columns: 0.75fr 0.75fr 1.5fr;
  grid-template-rows: 1.5fr 0.75fr 0.75fr;
}
main section#navgrid ul:has(.l-mid:hover) {
  grid-template-columns: 1.5fr 0.75fr 0.75fr;
  grid-template-rows: 0.75fr 1.5fr 0.75fr;
}
main section#navgrid ul:has(.c-mid:hover) {
  grid-template-columns: 0.75fr 1.5fr 0.75fr;
  grid-template-rows: 0.75fr 1.5fr 0.75fr;
}
main section#navgrid ul:has(.r-mid:hover) {
  grid-template-columns: 0.75fr 0.75fr 1.5fr;
  grid-template-rows: 0.75fr 1.5fr 0.75fr;
}
main section#navgrid ul:has(.l-bot:hover) {
  grid-template-columns: 1.5fr 0.75fr 0.75fr;
  grid-template-rows: 0.75fr 0.75fr 1.5fr;
}
main section#navgrid ul:has(.c-bot:hover) {
  grid-template-columns: 0.75fr 1.5fr 0.75fr;
  grid-template-rows: 0.75fr 0.75fr 1.5fr;
}
main section#navgrid ul:has(.r-bot:hover) {
  grid-template-columns: 0.75fr 0.75fr 1.5fr;
  grid-template-rows: 0.75fr 0.75fr 1.5fr;
}
main section#start {
  background-color: #CCCCCC;
  height: 100vh;
}
main section#start .inner svg #head {
  visibility: hidden;
}
main section#start .inner img {
  width: 100%;
}
main section#start .inner img#wordmark {
  height: 35.49px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-bottom: 0.5em;
}
main section.pinthis {
  height: 150vh;
  width: 100vw;
  align-items: flex-start;
}
main section.pinthis .pincont {
  height: 100vh;
  width: 100vw;
}
main section#shimmer {
  position: relative;
  /* ORIGINALS
  #grad1 { width: 200vw; height: 100vh; position: absolute; top: 0; left: -100vw; background: rgb(0, 102, 238); background: linear-gradient(90deg, rgba(0, 102, 238, 0.25) 10%, rgba(0, 255, 241, 0.25) 30%, rgba(247, 255, 0, 0.25) 65%, rgba(255, 0, 247, 0.25) 85%, rgba(0, 102, 238, 0.25) 100%); -webkit-animation: 3s linear 0s infinite alternate grad1; animation: 3s linear 0s infinite alternate grad1; }
  #grad2 { width: 200vw; height: 100vh; position: absolute; top: 0; left: 0vw; background: rgb(0, 102, 238); background: linear-gradient(270deg, rgba(0, 102, 238, 0.25) 10%, rgba(0, 255, 241, 0.25) 30%, rgba(247, 255, 0, 0.25) 65%, rgba(255, 0, 247, 0.25) 85%, rgba(0, 102, 238, 0.25) 100%); -webkit-animation: 3s linear 0s infinite alternate grad2; animation: 3s linear 0s infinite alternate grad2; }
  */
  /* SILVERS*/
}
main section#shimmer img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  mix-blend-mode: multiply;
}
main section#shimmer #grad1 {
  width: 200vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: -100vw;
  background: rgb(204, 204, 204);
  background: linear-gradient(75deg, rgba(204, 204, 204, 0.25) 10%, rgba(51, 51, 51, 0.25) 30%, rgba(204, 204, 204, 0.25) 65%, rgba(51, 51, 51, 0.25) 85%, rgba(204, 204, 204, 0.25) 100%);
  animation: 6s linear 0s infinite alternate grad1;
}
main section#shimmer #grad2 {
  width: 200vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0vw;
  background: rgb(204, 204, 204);
  background: linear-gradient(75deg, rgba(204, 204, 204, 0.25) 10%, rgba(51, 51, 51, 0.25) 30%, rgba(204, 204, 204, 0.25) 65%, rgba(51, 51, 51, 0.25) 85%, rgba(204, 204, 204, 0.25) 100%);
  animation: 3s linear 0s infinite alternate grad2;
}
main section#papped {
  position: relative;
}
main section#papped img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
main section#papped .flash {
  width: 100vw;
  height: 100vw;
  position: absolute;
  background: transparent;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 50%);
}
main section#papped .flash.first {
  top: -50vw;
  left: -50vw;
}
main section#papped .flash.second {
  top: -40vw;
  left: 50vw;
}
main section#papped .flash.third {
  top: 10vw;
  left: -40vw;
}
main section#papped .flash.fourth {
  top: -10vw;
  left: -50vw;
}
main section#papped .flash.fire {
  animation: 1s linear 0s infinite flashPop;
}
main section#quote {
  height: 100vh;
  background-image: url("../images/karl-quote-bg.jpg");
  background-size: cover;
  background-position: 50% 50%;
  align-content: center;
}
main section#quote h3 {
  font-size: 10vw;
  line-height: 0.9em;
  color: #808080;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
main section#quote h3 div {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
main section#quote h3 div.reveal {
  color: #000000;
}
main section#quote h3.smaller {
  font-size: 7vw;
}
main section#quote.locations {
  background-image: url("../images/locations-quote-bg.jpg");
}
main section#quote #signature {
  margin: 1em auto 0;
  width: 100%;
  max-width: 500px;
}
main section#video {
  height: 42.85714vw;
  position: relative;
}
main section#video video {
  width: 100vw;
  height: 42.85714vw;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
main section#video img {
  width: 100vw;
  height: 42.85714vw;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
main section#video .controls {
  position: absolute;
  left: 5vw;
  bottom: 0;
  height: 50px;
}
main section#video .controls img {
  width: 50px;
  height: 75px;
  cursor: pointer;
}
main section#upnext {
  background-color: #000000;
  height: 150vh;
  align-items: start;
}
main section#upnext #hozwrap {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
main section#upnext #hozwrap h4 {
  font-size: 20vw;
  color: #333333;
  margin: 0;
  padding-right: 35vw;
  display: block;
  white-space: nowrap;
  background-image: url("../images/upnext-arrow-orde.svg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
main section#property {
  background-color: #333333;
  height: 140vh;
  align-items: start;
}
main section#property #propcont {
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  align-items: flex-start;
  margin: 0;
  flex-wrap: nowrap;
}
main section#property #propcont .img-frame {
  margin: 10vh 1vw 0 0;
  height: 90vh;
}
main section#property #propcont .img-frame img {
  height: 70vh;
  width: auto;
  position: relative;
}
main section#property #propcont .img-frame img.vh60 {
  height: 60vh;
}
main section#property #propcont .img-frame img.vh40 {
  height: 40vh;
}
main section#property #propcont .img-frame img.vh30 {
  height: 30vh;
}
main section#property #propcont .img-frame p {
  font-size: 0.5em;
  font-family: "GothamReg", sans-serif;
  line-height: 1.2em;
  text-align: left;
  color: #FFFFFF;
}
main section#property #propcont .img-frame:first-of-type {
  margin-left: 5vw;
}
main section#property #propcont .img-frame:last-of-type {
  margin-right: 5vw;
}

/* FOOTER STYLES */
/* Desktop Styles */
/* Tablet Styles */
/* Phone Styles *//*# sourceMappingURL=styles.css.map */