/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* Begin */

@font-face {
    font-family: 'Parabole Text';
    src: url('Parabole-TextRegular.woff2') format('woff2'),
        url('Parabole-TextRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JHA Times Now';
    src: url('TimesNow-SmLg.woff2') format('woff2'),
        url('TimesNow-SmLg.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JHA Times Now';
    src: url('TimesNow-SmLg-Italic.woff2') format('woff2'),
        url('TimesNow-SmLg-Italic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.05px;
  box-sizing: border-box;
}

:root {
  --base: 16px;
  --black: #141413;
  --grey: #9b9b96;
  --white: #ffffff;
  --blue: #1739ed;
  --para: 'Parabole Text', sans-serif;
  --jha: 'JHA Times Now', serif;
  --margin: 1.25rem;
  --trans: all 250ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  --icon-shadow: drop-shadow(2.25px 4px 4px rgba(20, 20, 19, 0.30));
}

[x-cloak] { display: none !important; }

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

*,
::before,
::after {
  border-width: 0;
  border-style: solid;
}

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

* {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body {
  font-family: var(--para);
  font-size: var(--base);
  width: 100%;
  height: 100vh;
  height: calc(var(--1dvh, 1vh) * 100); /* This is the "polyfill" */
  height: 100dvh;
  overflow-x: hidden;
  color: var(--black);
}

main {
  height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

.jha {
  font-family: var(--jha);
}

.upper {
  text-transform: uppercase;
}

.white {
  color: var(--white);
}

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

.blue {
  color: var(--blue);
}

.grey {
  color: var(--grey);
}

.relative {
  position: relative;
}

.flex {
  display: flex;
}

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

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

.z-25 {
  z-index: 25;
}

.z-50 {
  z-index: 50;
}

.z-75 {
  z-index: 75;
}

.z-100 {
  z-index: 100;
}

.f-20 {
  font-size: calc(calc(20.5/16) * var(--base));
  line-height: calc(calc(25.5/16) * var(--base));
  letter-spacing: -0.005em;
}

.f-31 {
  font-size: calc(calc(31/16) * var(--base));
  line-height: calc(calc(33/16) * var(--base));
  letter-spacing: -0.01em;
}

.f-34 {
  font-size: calc(calc(34.1/16) * var(--base));
  line-height: calc(calc(36/16) * var(--base));
  letter-spacing: -0.01em;
}

.f-36 {
  font-size: calc(calc(36/16) * var(--base));
  line-height: calc(calc(42/16) * var(--base));
  letter-spacing: -0.005em;
}

.f-42 {
  font-size: calc(calc(42/16) * var(--base));
  line-height: calc(calc(44/16) * var(--base));
  letter-spacing: -0.01em;
}

.f-55 {
  font-size: calc(calc(55/16) * var(--base));
  line-height: calc(calc(57/16) * var(--base));
  letter-spacing: -0.01em;
}

.f-80 {
  font-size: calc(calc(80/16) * var(--base));
  line-height: calc(calc(82/16) * var(--base));
  letter-spacing: -0.01em;
}

/* Swup */

html.is-changing .transition-fade {
  transition: opacity 0.25s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

/* Menu */

nav {
  padding: var(--margin);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.logo {
  width: calc(var(--base) * 11);
}

li {
  cursor: pointer;
  transition: var(--trans);
}

li:hover {
  color: var(--grey);
  transition: var(--trans);
}

li:hover ul li {
  color: var(--black);
  transition: var(--trans);
}

li:hover ul li:hover {
  color: var(--grey);
  transition: var(--trans);
}

.sub {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  margin-left: 3rem;
  pointer-events: none;
  width: 100%;
}

nav ul li.sab:hover .sub {
  opacity: 1;
  visibility: visible;
  max-height: min-content;
  transition: all 550ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  pointer-events: auto;
}

.sub.no-events {
  color: blue;
  pointer-events: none;
}

/* Previews */

section.previews {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  width: 100%;
  height: 100vh;
  height: calc(var(--1lvh, 1vh) * 100); /* This is the "polyfill" */
  height: 100lvh;
  z-index: 100;
  pointer-events: none;
  transform: translateX(0%);
  transition: 1s ease 0s;
}

section.previews.off {
  transform: translateX(calc(100% - 38vw));
  transition: 1s ease 0s;
}

.preview {
  width: 100%;
  height: auto;
  background-size: cover;
  display: none;
}

.preview.show {
  display: block;
}

/* Collection */

.collection-wrapper {
  width: 100%;
  height: 100%;
  transition: 1s ease 0s;
}

.collection-wrapper.on {
  transform: translateX(calc(100% - 593px));
  transition: 2s ease 0s;
}

.collection-wrapper.out {
  transform: translateX(100%);
  transition: 700ms ease 0s;
}

section.collection.background {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  width: 100%;
  height: 100vh;
  height: calc(var(--1lvh, 1vh) * 100); /* This is the "polyfill" */
  height: 100lvh;
  z-index: 25;
  pointer-events: none;
}

.background-image {
  width: 100%;
  height: auto;
  background-size: cover;
}

section.collection.title {
  width: max-content;
  height: max-content;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 1s ease 0s;
}

section.collection.gallery {
  background-color: var(--white);
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.25));
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-bottom: 100vh;
  margin-bottom: calc(var(--1lvh, 1vh) * 100); /* This is the "polyfill" */
  margin-bottom: 100lvh;
  top: 100vh;
  top: calc(var(--1lvh, 1vh) * 100); /* This is the "polyfill" */
  top: 100lvh;
  position: relative;
}

.gallery-container {
  width: 80%;
}

.gallery-container img {
  margin-bottom: var(--base);
}

.gallery-container img:last-of-type {
  margin-bottom: 0;
}

.icon {
  position: absolute;
  width: 3.4375rem;
  height: 3.4375rem;
  filter: var(--icon-shadow);
  cursor: pointer;
  z-index: 150;
}

.icon.close {
  top: var(--base);
  right: var(--base);
  opacity: 1;
  transition: opacity 1s ease 0s;
  margin-bottom: var(--base);
  position: fixed;
}

.icon.question {
  top: 5rem;
  right: var(--base);
}

section.info {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  pointer-events: none;
}

.info-container {
  width: 60%;
  background-color: var(--white);
  border-radius: 18px;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  pointer-events: auto;
  position: relative;
}

.info-copy {
  overflow-y: scroll;
  max-height: 70dvh;
}

.info-meta {
  margin-top: 2rem;
}

.info-close {
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: -1rem;
  right: 0rem;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  cursor: pointer;
}

nav.v-collection {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}

nav.v-collection .previews {
  display: none;
}

section.spacer {
  height: 101vh;
  height: 101dvh;
  width: 100%;
  pointer-events: none;
}

section.sendhome {
  height: var(--base);
  width: 100%;
  pointer-events: none;
}

section.collection.background.hidden {
  opacity: 0;
}

section.collection.title.hidden {
  opacity: 0;
  transition: opacity 1s ease 0s;
}

.icon.close.hidden {
  opacity: 0;
  transition: opacity 1s ease 0s;
}

/* About & Press */

.page {
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.page-content {
  width: 65%;
  margin-top: 6rem;
}

.page-content a {
  color: var(--blue);
}

.page-content h1 {
  font-size: calc(calc(24/16) * var(--base));
  line-height: calc(calc(43/16) * var(--base));
  letter-spacing: 0.005em;
}

.page-content p {
  font-size: calc(calc(36/16) * var(--base));
  line-height: calc(calc(42/16) * var(--base));
  letter-spacing: -0.005em;
  margin-bottom: 2rem;
}

/* Press */

.page-content.press {
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 5rem;
}

.press-bar {
  padding-bottom: var(--base);
  border-bottom: 1px solid var(--black);
}

.press-item {
  padding: var(--base) 0 var(--base) 0;
  border-bottom: 1px solid var(--black);
  cursor: pointer;
}

.press-item.active div:not(.press-content):not(.parabole):not(.jha-times-now) {
  color: var(--blue);
}

.press-item .parabole {
  font-family: inherit;
}

.press-item .jha-times-now {
  font-family: var(--jha);
}

.press-bar, .press-item {
  width: 100%;
  display: grid;
  grid-template-columns: 25% 40% 35%;
}

.press-content {
  margin-top: 2rem;
  grid-column: 2 / span 2;
  cursor: auto;
}

.press-content code {
  font-family: var(--para);
  color: var(--blue);
}

.page-content figcaption {
  font-size: calc(calc(20.5/16) * var(--base));
  line-height: calc(calc(25.5/16) * var(--base));
  letter-spacing: -0.05px;
  font-family: var(--jha);
  padding-top: 0.5rem;
  width: 60%;
  max-width: 448px;
  padding-bottom: 0.5rem;
}

.page-content p a:hover {
  text-decoration: underline;
}

.article-title-mobile {
  display: none;
}

.press-title {
  padding-right: 6rem;
}

/* Landing */

#trigger {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: var(--base);
}

section.landing {
  height: 600vh;
  height: 600dvh;
  position: relative;
}

section.landing div {
  position: fixed;
}

section.landing div:not(.l-logo) img {
  opacity: 0;
  max-width: none;
  width: 100%;
}

section.landing div.l-logo {
  width: 10rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
}

section.landing div:not(.l-logo) {
  width: 35vw;
  width: 35dvw;
}

section.landing div.l-image1 {
  top: 5%;
  left: 5%;
}

section.landing div.l-image2 {
  bottom: 0%;
  right: 2%;
}

section.landing div.l-image3 {
  top: -10%;
  right: 10%;
}

section.landing div.l-image4 {
  bottom: -5%;
  left: 10%;
}

section.landing div.l-image5 {
  top: -5%;
  left: 5%;
}

section.landing div.l-image6 {
  bottom: 0%;
  right: 5%;
}

@media screen and (max-width: 1000px) {

:root {
  --base: 12px;
}

.press-title {
  padding-right: 0;
}

}

@media screen and (max-width: 900px) {

:root {
  --base: 10px;
}

.page-content {
  width: 90%;
}

section.landing div.l-logo {
  width: 8.3rem;
}

section.landing div:not(.l-logo) {
  width: 60vw;
  width: 60dvw;
}

section.landing div.l-image1 {
  top: inherit;
  bottom: 5%;
  left: 5%;
}

section.landing div.l-image2 {
  bottom: inherit;
  top: 15%;
  right: 5%;
}

section.landing div.l-image3 {
  top: 35%;
  right: inherit;
  left: 5%;
}

section.landing div.l-image4 {
  bottom: 5%;
  left: inherit;
  right: 5%;
}

section.landing div.l-image5 {
  top: 10%;
  left: 5%;
}

section.landing div.l-image6 {
  bottom: 0%;
  right: 5%;
}

section.previews.off {
  transform: translateX(100%);
  transition: 1s ease 0s;
}

.info-container {
  width: 90%;
  padding: 1rem .75rem .75rem .75rem;
}

section.collection.title {
  width: 90%;
  text-align: center;
}

.press-item > div:nth-child(2), .press-bar > div:nth-child(2) {
  display: none;
}

.press-bar, .press-item {
  grid-template-columns: 25% 75%;
}

.press-content {
  grid-column: 1 / span 2;
  margin-top: 1rem;
}

.page-content figcaption {
  width: 70%;
}

.article-title-mobile {
  display: block;
  margin-bottom: 1rem;
}

}

@media screen and (max-width: 650px) {

:root {
  --base: 10px;
}

.f-80 {
  font-size: calc(calc(67.2/16) * var(--base));
  line-height: calc(calc(67.2/16) * var(--base));
}

li.sab {
  width: min-content;
}

}
