@font-face {
  font-family:Instrument Sans;
  src:url('/assets/instrument-sans.ttf') format('truetype');
  font-style:normal;
  font-weight:400;
  font-display:swap;
}
@font-face {
  font-family:Instrument Sans;
  src:url('/assets/instrument-sans-bold.ttf') format('truetype');
  font-style:normal;
  font-weight:700;
  font-display:swap;
}
@font-face {
  font-family:Obviously;
  src:url('/assets/obviously-narrow-black.woff2') format('woff2'),url('/assets/obviously-narrow-black.woff') format('woff');
  font-style:normal;
  font-weight:900;
  font-display:swap;
}
:root {
  --purple:#1f1142;
  --green:#a8d4a5;
  --wine:#470c3e;
  --coral:#ee6868;
  --unit:min(.0666667vw,1px);
  --body-size:clamp(16px,1.6vw,24px);
  --heading-font:'Obviously','Impact',sans-serif;
  color-scheme:dark;
}
* {
  box-sizing:border-box;
}
html {
  scroll-behavior:smooth;
}
body {
  margin:0;
  background:var(--green);
  color:white;
  font-family:'Instrument Sans',Arial,sans-serif;
  font-size:var(--body-size);
  line-height:1.25;
}
main {
  max-width:1600px;
  margin-inline:auto;
  background:var(--purple);
  overflow:clip;
}
img {
  display:block;
  max-width:100%;
  height:auto;
}
figure,p,h1,h2 {
  margin:0;
}
button,a {
  -webkit-tap-highlight-color:transparent;
}
button {
  font:inherit;
}
a {
  color:inherit;
}
button:focus-visible,a:focus-visible,[tabindex]:focus-visible {
  outline:3px solid var(--coral);
  outline-offset:7px;
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.skip-link {
  position:fixed;
  top:12px;
  left:12px;
  z-index:20;
  background:white;
  color:var(--purple);
  padding:12px 18px;
  transform:translateY(-160%);
}
.skip-link:focus {
  transform:none;
}
h1,h2 {
  font-family:var(--heading-font);
  font-weight:900;
  text-transform:uppercase;
  line-height:1.04;
  font-size:clamp(36px,4vw,60px);
  letter-spacing:-.025em;
}
h1 {
  -webkit-text-stroke:0;
}
h2 {
  letter-spacing:0;
}
.opening {
  background:var(--green);
}
.hero {
  position:relative;
  height:calc(734 * var(--unit));
  min-height:340px;
}
.hero-art {
  position:absolute;
  inset:0;
  overflow:hidden;
}
.hero-art img {
  width:100%;
  height:auto;
  margin-top:calc(-11 * var(--unit));
}
.hero-knock {
  position:absolute;
  top:calc(99 * var(--unit));
  left:44.87%;
  width:51.4%;
  transform:translate3d(0,var(--parallax,0px),0);
  will-change:transform;
}
.hero-knock img {
  width:100%;
}
.intro {
  position:relative;
  isolation:isolate;
  text-align:center;
  padding-bottom:0;
  color:var(--purple);
}
.intro::before {
  content:'';
  position:absolute;
  z-index:-1;
  /* Only the lower diagonal is painted; the green belongs to .opening. */
  inset:auto 0 0;
  height:calc(330 * var(--unit));
  background:var(--purple);
  clip-path:polygon(0 calc(140 * var(--unit)),100% 0,100% 100%,0 100%);
}
h1 {
  width:70.34%;
  max-width:1055px;
  min-height:calc(120 * var(--unit));
  margin-inline:auto;
}
.intro-copy {
  max-width:824px;
  width:55%;
  margin:calc(54 * var(--unit)) auto 0;
  color:#111;
  line-height:1.25;
}
.book-media {
  position:relative;
  width:23.467%;
  max-width:352px;
  margin:max(24px,calc(38 * var(--unit))) auto 0;
}
.book-media img,.book-media video {
  width:100%;
  aspect-ratio:352/626;
  object-fit:cover;
  /* The source GIF contains a dark column at its right edge. */
  clip-path:inset(0 1.5% 0 0);
}
.street-gallery {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:calc(42 * var(--unit));
  width:53.2%;
  max-width:798px;
  margin:calc(-8 * var(--unit)) auto 0;
}
.street-gallery img {
  width:100%;
  aspect-ratio:378/473;
  object-fit:cover;
}
.badge {
  width:15.534%;
  max-width:233px;
  margin:calc(62 * var(--unit)) auto 0;
}
.bestiary {
  text-align:center;
  position:relative;
  z-index:1;
  padding-bottom:calc(170 * var(--unit));
}
.bestiary-copy {
  width:60.87%;
  max-width:913px;
  margin:calc(41 * var(--unit)) auto 0;
}
.section-title,.resource-section {
  width:73.6%;
  max-width:1104px;
  margin-inline:auto;
}
.section-title {
  text-align:left;
  margin-top:calc(86 * var(--unit));
}
.carousel {
  margin-top:calc(54 * var(--unit));
  touch-action:pan-y;
}
.monster-stage {
  height:calc(644 * var(--unit));
  position:relative;
  max-width:1500px;
  margin:auto;
}
.monster {
  position:absolute;
  top:0;
  left:50%;
  width:24.147%;
  padding:0;
  border:0;
  background:none;
  cursor:pointer;
  transform-origin:center;
  transition:transform .65s cubic-bezier(.22,.68,.25,1),filter .65s,opacity .65s;
  transform:translateX(-50%);
  z-index:3;
}
.monster img {
  width:100%;
  aspect-ratio:362/644;
  object-fit:cover;
}
.monster video,.book-media video {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  pointer-events:none;
  opacity:0;
}
.monster video.is-playing,.book-media video.is-playing {
  opacity:1;
}
.monster[data-position='-1'] {
  transform:translateX(-122%) scale(.694);
  filter:brightness(.5);
  z-index:2;
}
.monster[data-position='1'] {
  transform:translateX(22%) scale(.694);
  filter:brightness(.5);
  z-index:2;
}
.monster[data-position='-2'] {
  transform:translateX(-194%) scale(.61);
  filter:brightness(.5);
  z-index:1;
}
.monster[data-position='2'] {
  transform:translateX(94%) scale(.61);
  filter:brightness(.5);
  z-index:1;
}
.monster:hover {
  filter:brightness(1);
}
.carousel-dots {
  display:flex;
  justify-content:center;
  gap:3px;
  background:#51356b;
  width:max-content;
  border-radius:20px;
  padding:0 8px;
  margin:calc(43 * var(--unit)) auto calc(43 * var(--unit));
}
.carousel-dots button {
  display:grid;
  place-items:center;
  width:24px;
  height:30px;
  padding:0;
  border:0;
  background:none;
  cursor:pointer;
}
.carousel-dots button::after {
  content:'';
  width:11px;
  height:11px;
  border-radius:50%;
  background:#a785b8;
  transition:background .2s,transform .2s;
}
.carousel-dots button[aria-current=true]::after {
  background:white;
  transform:scale(1.15);
}
.pill {
  display:flex;
  align-items:center;
  justify-content:center;
  width:fit-content;
  margin-inline:auto;
  padding:9px 24px;
  min-height:50px;
  border-radius:50px;
  background:#fff;
  color:var(--purple);
  font-size:clamp(16px,1.667vw,25px);
  font-weight:700;
  line-height:1.25;
  text-decoration:none;
  text-align:center;
  transition:transform .25s,background .25s,box-shadow .25s;
}
.pill:hover {
  transform:translateY(-3px);
  background:#f6e4f0;
  box-shadow:0 8px 28px #0003;
}
.pill:active {
  transform:translateY(0);
}
.resources {
  position:relative;
  isolation:isolate;
  padding:calc(85 * var(--unit)) 0 calc(228 * var(--unit));
}
.resources::before {
  content:'';
  position:absolute;
  z-index:-1;
  inset:calc(-100 * var(--unit)) 0 0;
  background:var(--wine);
  clip-path:polygon(0 0,100% calc(100 * var(--unit)),100% 100%,0 calc(100% - 170 * var(--unit)));
}
.resource-section+.resource-section {
  margin-top:calc(97 * var(--unit));
}
.resource-section h2 {
  margin-bottom:calc(44 * var(--unit));
}
.media-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:calc(24 * var(--unit));
}
.media-grid img {
  width:100%;
  height:auto;
}
.stories {
  gap:calc(30 * var(--unit));
  position:relative;
  isolation:isolate;
}
.stories::before {
  content:'';
  position:absolute;
  left:50%;
  top:51.45%;
  width:67.084%;
  aspect-ratio:740.6 / 1352.6;
  transform:translate(-50%,-50%) rotate(-90deg);
  background:url('/assets/instagram-glow.svg') center / 100% 100% no-repeat;
  pointer-events:none;
  z-index:-1;
}
.stories img {
  aspect-ratio:348/618;
  object-fit:cover;
}
.posters .media-grid {
  gap:calc(17 * var(--unit));
}
.posters img {
  aspect-ratio:358/506;
  object-fit:cover;
}
.resource-section .pill {
  margin-top:calc(55 * var(--unit));
}
.press-grid {
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:calc(16 * var(--unit));
}
.press img {
  aspect-ratio:544/306;
  object-fit:cover;
}
.about {
  text-align:center;
  padding:calc(59 * var(--unit)) 0 calc(62 * var(--unit));
}
.about-copy {
  width:67.534%;
  max-width:1013px;
  margin:auto;
}
.about-copy p+p {
  margin-top:1.1em;
}
.about .pill {
  margin-top:calc(60 * var(--unit));
}
.partners {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1.5%;
  width:39.6%;
  max-width:594px;
  margin:calc(66 * var(--unit)) auto 0;
}
.partner-eyes {
  width:20.7%;
}
.partner-mnstr {
  width:28.6%;
}
.partner-seuil {
  width:15%;
}
.partner-cnl {
  width:19%;
}
.partner-cross {
  width:1.82%;
}
.reveal {
  transform:translate3d(0,var(--parallax,0px),0);
}
.reveal.is-pending {
  opacity:0;
  transform:translate3d(0,calc(28px + var(--parallax,0px)),0);
}
.reveal.is-visible {
  opacity:1;
  transform:translate3d(0,var(--parallax,0px),0);
  transition:opacity .85s ease,transform 1.1s cubic-bezier(.2,.65,.25,1);
}
.media-grid .reveal:nth-child(2) {
  transition-delay:90ms;
}
.media-grid .reveal:nth-child(3) {
  transition-delay:180ms;
}
@media(min-width:1501px) {
  .hero {
    height:auto;
    aspect-ratio:1500 / 734;
  }
  .hero-art img {
    margin-top:-.733333%;
  }
  .hero-knock {
    top:13.487738%;
  }
  .intro {
    padding-top:10px;
  }
}
@media(max-width:700px) {
  :root {
    --body-size:14px;
    --unit:1px;
  }
  h1,h2 {
    font-size:28px;
    line-height:30px;
    letter-spacing:0;
  }
  h1 {
    -webkit-text-stroke:0;
  }
  .hero {
    height:146.82vw;
    min-height:0;
  }
  .hero-art img {
    width:101.782%;
    max-width:none;
    margin-left:-1.782%;
    margin-top:0;
  }
  .hero-knock {
    top:8.142vw;
    left:3.69%;
    width:92.87%;
  }
  .intro::before {
    height:168px;
    clip-path:polygon(0 106px,100% 0,100% 100%,0 100%);
  }
  h1 {
    width:82.2%;
    max-width:440px;
    min-height:104px;
  }
  .intro-copy {
    width:84.734%;
    max-width:450px;
    margin-top:20px;
    line-height:1.18;
  }
  .book-media {
    width:42.494%;
    max-width:230px;
    margin-top:24px;
  }
  .street-gallery {
    width:88.3%;
    max-width:480px;
    gap:9px;
    margin-top:-4px;
  }
  .badge {
    width:105px;
    margin-top:28px;
  }
  .bestiary-copy {
    width:84.734%;
    max-width:450px;
    margin-top:16px;
    line-height:1.18;
  }
  .section-title,.resource-section {
    width:84.734%;
    max-width:480px;
  }
  .section-title {
    padding-left:4px;
    margin-top:48px;
  }
  .carousel {
    margin-top:29px;
  }
  .monster-stage {
    height:90.84vw;
    max-height:460px;
  }
  .monster {
    width:51.09%;
    max-width:259px;
  }
  .monster[data-position='-1'] {
    transform:translateX(-106%) scale(.694);
  }
  .monster[data-position='1'] {
    transform:translateX(6%) scale(.694);
  }
  .monster[data-position='-2'] {
    transform:translateX(-175%) scale(.61);
    opacity:0;
    pointer-events:none;
  }
  .monster[data-position='2'] {
    transform:translateX(75%) scale(.61);
    opacity:0;
    pointer-events:none;
  }
  .carousel-dots {
    margin:20px auto 25px;
    padding:0 5px;
    gap:0;
  }
  .carousel-dots button {
    width:20px;
    height:25px;
  }
  .carousel-dots button::after {
    width:8px;
    height:8px;
  }
  .pill {
    font-size:15px;
    min-height:38px;
    padding:9px 20px;
    max-width:calc(100% - 32px);
  }
  .bestiary {
    padding-bottom:72px;
  }
  .resources {
    padding-top:12px;
    padding-bottom:94px;
  }
  .resources::before {
    inset:-50px 0 0;
    clip-path:polygon(0 0,100% 50px,100% 100%,0 calc(100% - 36px));
  }
  .resource-section h2 {
    padding-left:4px;
    margin-bottom:28px;
  }
  .media-grid {
    gap:9px;
  }
  .stories {
    gap:9px;
  }
  .stories::before {
    top:53.25%;
    width:117.598%;
    aspect-ratio:391.6 / 500.6;
    transform:translate(-50%,-50%) rotate(90deg);
    background-image:url('/assets/instagram-glow-mobile.svg');
  }
  .posters .media-grid {
    gap:5px;
  }
  .resource-section .pill {
    margin-top:39px;
  }
  .resource-section+.resource-section {
    margin-top:40px;
  }
  .press-grid {
    grid-template-columns:1fr;
    width:85.59%;
    margin-inline:auto;
    gap:17px;
  }
  .about {
    padding:18px 0 32px;
  }
  .about-copy {
    width:84.734%;
    max-width:450px;
    line-height:1.2;
  }
  .about-copy p+p {
    margin-top:1.15em;
  }
  .about .pill {
    margin-top:28px;
  }
  .partners {
    width:78.12%;
    max-width:390px;
    margin-top:39px;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*::before,*::after {
    transition:none!important;
    animation:none!important;
  }
  .reveal,.reveal.is-pending,.reveal.is-visible,.hero-knock {
    opacity:1;
    transform:none;
    will-change:auto;
  }
}
