/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: CenturyGothicPro-Bold-MISCHIEF;
  src: url("fonts/CenturyGothicPro-Bold-MISCHIEF.otf");
}

@font-face {
  font-family: CenturyGothicPro-Bold;
  src: url("fonts/CenturyGothicPro-Bold.otf");
}

html {
  height: 100%;
  overflow: auto;
}

body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: CenturyGothicPro-Bold, sans-serif;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  background: #111;
  color: #eee;
  overflow-x: hidden;
  -ms-overflow-style: none;
}

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

section {
  padding-left: 10vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (orientation: portrait) {
  section {
    padding: 10vh 5vw !important;
  }
}

h1,
h2,
p {
  margin: 0;
}

a {
  cursor: pointer;
  padding: 0.5em;
}

.text-red {
  color: #e43369;
}

#loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #111;
  z-index: 999999;
  pointer-events: none;
}

#loading .loader {
  border: 16px solid #111;
  border-radius: 50%;
  border-top: 16px solid #e43369;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.kerning {
  letter-spacing: 1px;
}

.gradient h2 {
  font-size: 4em;
  background: #111;
}

@supports (mix-blend-mode: lighten) {
  .gradient {
    display: block;
    position: relative;
    background: #000;
    mix-blend-mode: lighten;
  }
  .gradient::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right bottom, from(#e43369), color-stop(#cb92f3), color-stop(#ebc3da), color-stop(#bafbe5), color-stop(#e43369), color-stop(#cb92f3), color-stop(#ebc3da), to(#bafbe5));
    background: linear-gradient(to bottom right, #e43369, #cb92f3, #ebc3da, #bafbe5, #e43369, #cb92f3, #ebc3da, #bafbe5);
    background-position-x: var(--gradient-background-position-x);
    background-size: 400% 400%;
    pointer-events: none;
  }
  .gradient::before {
    mix-blend-mode: multiply;
  }
}

#kitten {
  display: block;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/kitten.png") center;
  background-size: cover;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
}

nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 12.5%;
  height: 100%;
}

nav #logo {
  margin-top: 5vh;
  cursor: pointer;
}

nav #logo img {
  max-width: 60%;
  display: block;
  margin: 0 auto;
}

@media (orientation: portrait) {
  nav #logo img {
    max-width: 120%;
    margin-left: 5vw;
  }
}

nav #progress-bar {
  cursor: pointer;
  position: relative;
  top: 0;
  z-index: 1;
  height: 60vh;
}

@media (orientation: portrait) {
  nav #progress-bar {
    height: 100vh;
  }
}

nav #progress-bar #progress-container {
  display: block;
  margin: 5vh auto 0;
  width: 2px;
  height: 100%;
  background: #eee;
}

@media (orientation: portrait) {
  nav #progress-bar #progress-container {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
  }
}

nav #progress-bar #scroll-progress {
  width: 100%;
  background: #e43369;
  height: 0;
}

#contact-link {
  font-size: 1.2em;
  position: fixed;
  top: 5%;
  right: 5%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  mix-blend-mode: difference;
  z-index: 9999;
}

@media (orientation: portrait) {
  #contact-link {
    font-size: .9em;
  }
}

#contact-link:before {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 52.5%;
  height: 1px;
  width: 10vmin;
  background: #eee;
  mix-blend-mode: difference;
}

#scroll-cta {
  font-size: 1.2em;
  position: fixed;
  bottom: 5%;
  width: 100%;
  text-align: center;
  mix-blend-mode: difference;
  z-index: 9999;
}

@media (orientation: portrait) {
  #scroll-cta {
    font-size: .9em;
  }
}

#scroll-cta:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: 10vmin;
  background: #eee;
  mix-blend-mode: difference;
}

#mischief-intro {
  padding-left: 5vw;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mischief-intro h1,
#mischief-intro h2 {
  margin: 0 0 0 -2.5vw;
}

#mischief-intro h1 {
  font-family: "CenturyGothicPro-Bold-MISCHIEF", sans-serif;
  font-size: 17.5vw;
  letter-spacing: .0675em;
}

#mischief-intro h2 {
  font-family: "CenturyGothicPro-Bold", sans-serif;
  margin-top: -.5em;
  font-size: 2.5vw;
  letter-spacing: .45em;
  text-align: right;
}

#the-circle {
  display: block;
  width: 5vw;
  height: 5vw;
  background: white;
  border-radius: 50%;
  overflow: hidden;
  position: fixed;
  top: 50.9%;
  left: 91%;
}

#the-circle #scene {
  width: 100%;
  height: 100%;
  opacity: 0;
}

#curious-1,
#curious-2 {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
}

#curious-1 h2,
#curious-2 h2 {
  font-size: 10vw;
  text-align: center;
  width: 90%;
}

#curious-1 .mobile,
#curious-2 .mobile {
  display: none;
}

@media (orientation: portrait) {
  #curious-1 h2,
  #curious-2 h2 {
    font-size: 17vw;
    text-align: left;
  }
  #curious-1 .mobile,
  #curious-2 .mobile {
    display: block;
  }
}

:root {
  --gradient-background-position-x: 0%;
}

#manifesto {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 110vh;
  padding: 10vh 5vw 10vh 15vw;
  color: #eee;
  background: #111;
}

@media (orientation: portrait) {
  #manifesto {
    padding: 20vh 5vw;
  }
}

#manifesto h2 {
  font-size: 8vw;
  line-height: 1em;
  padding-bottom: 0.5em;
}

@media (orientation: portrait) {
  #manifesto h2 {
    font-size: 15vw;
  }
}

#manifesto p {
  margin: 2em 0;
  font-size: 1.7em;
}

@media (orientation: landscape) {
  #manifesto p {
    width: 75%;
  }
}

:root {
  --top: 45%;
  --left: 45%;
  --size: 15vmin;
}

#split {
  position: relative;
  overflow: hidden;
  padding: 10% 10% 10% 15%;
  background: -webkit-gradient(linear, left top, right bottom, from(#e43369), color-stop(#cb92f3), color-stop(#ebc3da), to(#bafbe5));
  background: linear-gradient(to bottom right, #e43369, #cb92f3, #ebc3da, #bafbe5);
  color: #111;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

@media (orientation: portrait) {
  #split {
    display: block;
  }
}

#split .left {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 10vw;
  z-index: 1;
}

@media (orientation: portrait) {
  #split .left {
    padding-bottom: 5%;
  }
}

#split .left h2 {
  font-size: 5vw;
}

@media (orientation: portrait) {
  #split .left h2 {
    font-size: 15vw;
    line-height: 1em;
  }
}

#split .right {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 2 / 3;
  margin-top: 20vh;
  z-index: 1;
}

@media (orientation: portrait) {
  #split .right {
    margin-top: 0;
  }
}

#split .right p {
  font-size: 1.5vw;
  margin-bottom: 1em;
}

#split .right p strong {
  font-size: 1.7em;
}

#split .right p.small {
  font-size: 1.1vw;
}

@media (orientation: portrait) {
  #split .right p {
    font-size: 5vw;
    margin: 1em 0;
  }
  #split .right p.small {
    font-size: 3.5vw;
  }
}

#split #mouse {
  display: block;
  position: absolute;
  top: calc(var(--top));
  left: calc(100vw - var(--left));
  width: var(--size);
  height: var(--size);
  background: -webkit-gradient(linear, right bottom, left top, from(#e43369), color-stop(#cb92f3), color-stop(#ebc3da), to(#bafbe5));
  background: linear-gradient(to top left, #e43369, #cb92f3, #ebc3da, #bafbe5);
  border-radius: 50%;
  mix-blend-mode: color;
  pointer-events: none;
}

@supports (-ms-ime-align: auto) {
  #split #mouse {
    z-index: -1;
  }
}

#contact {
  padding-left: 9.5vw;
  background: #111;
  text-align: center;
  padding-bottom: 5vh;
  padding-top: 15vh;
}

#contact h2 {
  font-size: 6vw;
  padding: 10vh 0;
}

@media (orientation: portrait) {
  #contact h2 {
    font-size: 13vw;
    margin-top: 0;
  }
}

#contact #mailto {
  text-decoration: none;
  color: #e43369;
  font-size: 3vw;
}

@media (orientation: portrait) {
  #contact #mailto {
    font-size: 6vw;
  }
}

#contact #social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10vh;
}

#contact #social a {
  width: 75px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

#contact #social a img {
  width: 100%;
}

#contact #social a:hover {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#contact #nfa-info {
  text-align: right;
  margin-right: 5vw;
}

#contact #nfa-info p {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: .85em;
}

#contact #nfa-info img {
  width: 10vw;
}

@media (orientation: portrait) {
  #contact #nfa-info {
    text-align: center;
  }
  #contact #nfa-info p {
    margin-bottom: .5em;
    font-size: 3vw;
  }
  #contact #nfa-info img {
    width: 35vw;
  }
}
/*# sourceMappingURL=main.css.map */