@import url("https://use.typekit.net/aij7rgf.css");
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

menu {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

pre {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

*:where([hidden]) {
  display: none;
}

*:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

*:where([draggable=true]) {
  -webkit-user-drag: element;
}

*:where(dialog:modal) {
  all: revert;
}

@font-face {
  font-family: "JessiNeue";
  src: url("../../fonts/JessiNeue/JessiNeueVariable-Regular.ttf") format("truetype-variations"), url("../fonts/JessiNeue/JessiNeueVariable-Regular.woff2") format("woff2-variations");
  font-weight: 100 1000;
  font-stretch: 400 1000;
  font-style: -1000 1000;
}
body {
  margin: 0;
  background-color: #ffffff;
  font-family: "peridot-pe-variable", sans-serif;
  font-size: 1.05rem;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 400;
  line-height: 1.5;
  color: #26163d;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(18, 18, 18, 0);
}

body[data-scroll=false] {
  overflow: hidden;
}

hr {
  margin: 0.5rem 0;
  color: #121212;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(3.75rem, 10.169vw + 2.479rem, 18.75rem);
  line-height: clamp(6.25rem, 8.85vw + 4.591rem, 18.75rem);
}

h2 {
  font-size: clamp(1.313rem, 0.559vw + 1.168rem, 2.063rem);
  line-height: clamp(1.733rem, 0.738vw + 1.542rem, 2.723rem);
}

h3 {
  font-size: clamp(1.25rem, 0.466vw + 1.129rem, 1.875rem);
  line-height: clamp(1.625rem, 0.606vw + 1.468rem, 2.438rem);
}

h4 {
  font-size: clamp(1.125rem, 0.085vw + 1.114rem, 1.25rem);
  line-height: clamp(1.138rem, 0.338vw + 1.085rem, 1.625rem);
}

h5 {
  font-size: 0.9rem;
  line-height: 1.23;
}

h1 small,
h2 small,
h3 small {
  font-size: 65%;
}

h4 small,
h5 small,
h6 small,
small {
  font-size: 75%;
}

h1 {
  margin-bottom: 2rem;
}

h2 {
  margin-bottom: 2rem;
}

h3 {
  margin-bottom: 2rem;
}

h4 {
  margin-bottom: 2rem;
}

h5 {
  margin-bottom: 2rem;
}

p {
  margin-bottom: 2rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 400;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

mark {
  padding: 0.1875em;
  background-color: yellow;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2000;
}
body[data-scroll=true] #preloader {
  display: none;
}
#preloader .progress {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50%;
  height: 1px;
}
#preloader .progress span {
  position: absolute;
  inset: 0;
  margin: auto;
  background-color: rgba(38, 22, 61, 0.5);
  width: 0;
  height: 100%;
}
#preloader .percent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: auto;
  transform: translate(-50%, -50%);
  padding-top: 3rem;
  display: flex;
  gap: 1rem;
  font-size: 0.75rem;
  text-transform: uppercase;
}
#preloader .percent span {
  flex: 1;
}
#preloader .percent span:first-child {
  text-align: right;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  visibility: hidden;
  z-index: 100;
}
header .keywords-animation {
  position: absolute;
  top: 3rem;
  left: 3rem;
  width: 200px;
  height: 20px;
  overflow-y: hidden;
}
header .keywords-animation h4 {
  position: absolute;
  top: 0;
  left: 0;
  font-family: JessiNeue, sans-serif;
  margin-bottom: 0;
  font-variation-settings: "wght" 45;
}
header nav {
  position: absolute;
  top: 3rem;
  right: 3rem;
  text-align: right;
}
header nav ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
header nav ul[aria-hidden=true] {
  display: none;
}
header nav a {
  font-size: clamp(1.125rem, 0.085vw + 1.114rem, 1.25rem);
  font-family: JessiNeue, sans-serif;
  font-variation-settings: "wght" 45;
  text-transform: uppercase;
}

@media (max-width: 1366.02px) {
  header .keywords-animation {
    top: 2rem;
    left: 2rem;
  }
  header nav {
    top: 2rem;
    right: 2rem;
  }
  header nav p {
    font-size: 0.85rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768.02px) {
  header {
    position: relative;
    overflow: hidden;
  }
  header .keywords-animation {
    display: none;
  }
  header nav {
    position: relative;
    top: 0;
    right: 0;
    text-align: left;
    background-color: #46286e;
    padding-block: 0.75rem;
    overflow: hidden;
    width: 100%;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  header nav ul,
  header nav ul[aria-hidden=true] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    animation: marquee-animation 20s linear infinite;
    min-width: 100%;
    height: 1rem;
    padding-top: 0.25rem;
  }
  header nav p, header nav a {
    color: #ffffff;
    margin: 0;
    white-space: nowrap;
    padding-right: 1rem;
  }
  header nav p {
    text-transform: uppercase;
    color: #fb4017;
    line-height: 0.7;
    font-size: 1rem;
  }
}
@keyframes marquee-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media (hover: hover) and (pointer: fine) {
  header nav a {
    transition: color 200ms ease;
  }
  header nav a:hover {
    color: #fb4017;
  }
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 10;
  visibility: hidden;
}

footer p,
footer a {
  font-family: JessiNeue, sans-serif;
  font-size: clamp(1.125rem, 0.085vw + 1.114rem, 1.25rem);
  font-variation-settings: "wght" 45;
  margin-bottom: 0;
  text-transform: uppercase;
}

footer p {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}
@media (max-width: 1366.02px) {
  footer p {
    bottom: 2rem;
    right: 2rem;
  }
}

footer nav {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1366.02px) {
  footer nav {
    bottom: 2rem;
    left: 2rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  footer nav a {
    transition: color 200ms ease;
  }
  footer nav a:hover {
    color: #fb4017;
  }
}
@media (max-width: 1280.02px) {
  footer {
    position: relative;
    visibility: visible;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 3rem 3rem;
  }
  footer p {
    position: relative;
    bottom: auto;
    right: auto;
  }
  footer nav {
    position: relative;
    bottom: auto;
    left: auto;
    align-items: flex-end;
  }
}
@media (max-width: 768.02px) {
  footer {
    padding: 0 1rem 1rem;
  }
}
@media (max-width: 430.02px) {
  footer {
    padding-top: 1rem;
    flex-direction: column;
    align-items: center;
    background-color: #26163d;
  }
  footer p, footer a {
    color: #ffffff;
  }
  footer nav {
    align-items: center;
  }
}
.blobs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #ffffff;
}
.blobs::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  z-index: 1;
}
.blobs .blob {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70vw;
  height: 90vh;
  translate: -50% -55%;
  border-radius: 50%;
  background: linear-gradient(90deg, aqua 0%, crimson 60%, gold 90%);
  animation: blob 20s infinite linear;
}
@media (max-width: 1280.02px) {
  .blobs .blob {
    width: 85vmax;
    height: 90vmax;
  }
}

@keyframes blob {
  from {
    rotate: 0deg;
  }
  50% {
    scale: 1 1.5;
  }
  to {
    rotate: 360deg;
  }
}
main {
  position: relative;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: auto;
  grid-auto-flow: row;
  grid-column-gap: 3rem;
  padding-inline: 3rem;
  overflow: hidden;
}
@media (max-width: 1536.02px) {
  main {
    grid-column-gap: 2rem;
  }
}
@media (max-width: 1366.02px) {
  main {
    padding-inline: 1rem;
  }
}
@media (max-width: 430.02px) {
  main {
    grid-column-gap: 0;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 375.02px) {
  main {
    padding-inline: 0.7rem;
  }
}
main section {
  grid-column: 1/-1;
}

.hero {
  position: sticky;
  top: 0;
  height: 100vh;
  display: grid;
  grid-template-columns: subgrid;
  align-items: center;
}
.hero .inner {
  position: relative;
  grid-column: 2/-2;
}
.hero .inner > * {
  pointer-events: none;
}
.hero h1 {
  margin-bottom: 0;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1vmax;
  font-family: JessiNeue, sans-serif;
  font-variation-settings: "wght" var(--wght, 40);
  line-height: 0.6;
  letter-spacing: -0.03em;
}
.hero h1 div {
  padding-top: 2.2vmax;
  padding-inline: 1vmax;
  overflow: hidden;
}
.hero h1 div span {
  position: relative;
  display: block;
  transform: translate(0, 150%);
}
.hero h4 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -250%);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 24px;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 200;
  letter-spacing: 2px;
  display: flex;
  gap: 0.5rem;
  overflow: hidden;
}
.hero h4 span {
  transform: translate(0, 115%);
}

@media (max-width: 1366.02px) {
  .hero .inner h4 {
    transform: translate(-50%, -200%);
    padding-top: 7px;
  }
}
@media (max-width: 1280.02px) {
  .hero {
    height: 45vmax;
    padding-top: 5vmax;
  }
}
@media (max-width: 430.02px) {
  .hero {
    height: auto;
    padding-block: 12vmax 7vmax;
  }
  .hero h1 {
    gap: 0;
  }
  .hero h1 div {
    padding-top: 3vmax;
  }
  .hero .inner h4 {
    transform: translate(-50%, -160%);
    font-size: 17px;
  }
}
.trailer-image {
  position: fixed;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  z-index: 1000;
  transform: scale(0.8);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.articles-grid {
  display: grid;
  grid-template-columns: subgrid;
  grid-template-rows: 1fr;
  grid-auto-flow: row;
  row-gap: 20vh;
  z-index: 10;
  visibility: hidden;
}
@media (max-width: 1280.02px) {
  .articles-grid {
    row-gap: 5vmax;
    z-index: 200;
  }
}

.article {
  grid-column: 3/-3;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  cursor: default;
  perspective: 600px;
}
.article:nth-child(even) .article-image {
  order: 1;
}
.article:nth-child(even) .article-content {
  order: 0;
}
@media (max-width: 1920.02px) {
  .article {
    gap: 3rem;
  }
}
@media (max-width: 1536.02px) {
  .article {
    gap: 2rem;
  }
}
@media (max-width: 1280.02px) {
  .article {
    grid-column: 2/-2;
    gap: 1rem;
  }
}
@media (max-width: 768.02px) {
  .article {
    grid-column: 1/-1;
  }
}
@media (max-width: 430.02px) {
  .article {
    border-radius: 2.7vmax;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 1rem;
    flex-direction: column;
  }
  .article:nth-child(even) .article-image {
    order: 0;
  }
  .article:nth-child(even) .article-content {
    order: 1;
  }
}
@media (max-width: 375.02px) {
  .article {
    padding: 0.5rem;
  }
}

.article-image,
.article-content {
  flex: 1 1 45%;
  border-radius: 1.5vmax;
  overflow: hidden;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.article-image {
  aspect-ratio: 4/5;
  cursor: pointer;
  background-color: white;
}
.article-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024.02px) {
  .article-image {
    min-height: 40vmax;
  }
}
@media (max-width: 430.02px) {
  .article-image {
    flex-basis: auto;
    width: 100%;
  }
}

.article-content {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 5vw;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
}
.article-content h5 {
  flex: 1;
  display: flex;
  margin-bottom: 0;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  text-transform: uppercase;
}
.article-content p + h5 {
  align-items: flex-end;
}
.article-content h2 {
  font-family: JessiNeue, sans-serif;
  font-variation-settings: "wght" 30;
  text-decoration: underline;
  text-decoration-thickness: 0.02em;
  text-underline-offset: 0.7rem;
  text-decoration-color: currentColor;
  -webkit-text-decoration-line: underline;
  -webkit-text-decoration-color: currentColor;
  max-width: 25ch;
  cursor: pointer;
  margin-bottom: 0.5em;
}
.article-content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 35ch;
}
.article-content h5 span {
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100vw;
  cursor: pointer;
  padding-inline: 3rem;
  overflow: hidden;
  height: 50px;
  line-height: 52px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1920.02px) {
  .article-content {
    padding: max(2rem, 4vw);
  }
}
@media (max-width: 1280.02px) {
  .article-content h2 {
    text-underline-offset: 0.5rem;
  }
}
@media (max-width: 1024.02px) {
  .article-content h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 430.02px) {
  .article-content {
    background-color: transparent;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
    box-shadow: none;
    flex-basis: auto;
    width: 100%;
  }
    .article-content h5 span {
        width: 100%;
        padding-inline: 1rem;
        text-align:center;
    }
}

@media (hover: hover) and (pointer: fine) {
  .article-image img:hover {
    animation: pulse 800ms ease-in-out;
  }
  .article-content h2,
  .article-content h5 span {
    transition: all 300ms ease;
  }
  .article-content h2:hover {
    color: #fb4017;
    text-decoration-color: #fb4017;
  }
  .article-content h5 span:hover {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  }
  @keyframes pulse {
    from, to {
      scale: 1;
    }
    50% {
      scale: 1.02;
    }
  }
}
.manifesto {
  height: 100vh;
  display: grid;
  place-items: center;
  visibility: hidden;
}
.manifesto > * {
  width: 55vw;
  max-width: 1600px;
  font-size: 35px;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 220;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.manifesto > * span {
  white-space: nowrap;
}
.manifesto > * span:nth-child(1),
.manifesto > * span:nth-child(4) {
  align-self: center;
}
.manifesto > * span:nth-child(2) {
  align-self: flex-end;
}

@media (max-width: 1536.02px) {
  .manifesto > * {
    font-size: 1.75vmax;
    gap: 1rem;
  }
}
@media (max-width: 1280.02px) {
  .manifesto {
    height: auto;
    visibility: visible;
    z-index: 10;
    padding-block: 10vmax;
  }
  .manifesto > * {
    width: 80%;
    font-size: 1.9vmax;
    gap: 0.7rem;
  }
}
@media (max-width: 430.02px) {
  .manifesto > * {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .manifesto > * span {
    white-space: normal;
  }
}
@media (max-width: 375.02px) {
  .manifesto {
    padding-inline: 1rem;
  }
}/*# sourceMappingURL=style.css.map */