html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch],
.lenis [data-lenis-prevent-vertical],
.lenis [data-lenis-prevent-horizontal] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

@font-face {
  font-family: "Oldschool Grotesk";
  src: url("/fonts/OldschoolGroteskCompressed_W-Regular.woff2") format("woff2");
  font-weight: normal;
  font-display: block;
}

@font-face {
  font-family: "PP Right Grotesk Mono";
  src: url("/fonts/PPRightGroteskMono-Medium.woff2") format("woff2");
  font-weight: normal;
  font-display: block;
}

@font-face {
  font-family: "PP Right Grotesk Mono";
  src: url("/fonts/PPRightGroteskMono-Bold.woff2") format("woff2");
  font-weight: bold;
  font-display: block;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  background: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --selection-bg: rgba(215, 146, 203, 0.55);
  --selection-color: #f6f7e0;
}

body {
  font-family: "PP Right Grotesk Mono", "PP Right Grotesk", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #f6f7e0;
  background: #000;
}

:focus,
:focus-visible {
  outline: none;
}

::selection {
  background-color: var(--selection-bg);
  color: var(--selection-color);
}

::-moz-selection {
  background-color: var(--selection-bg);
  color: var(--selection-color);
}

img,
svg {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}

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

input {
  font: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.dive-button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  height: 44px;
  padding: 0 24px 4px;
  border: none;
  border-radius: 100px;
  background: transparent;
  cursor: pointer;
  font-family: "Oldschool Grotesk", sans-serif;
  font-size: 24px;
  line-height: 0.84;
  color: #f6f7e0;
  text-align: center;
  white-space: nowrap;
}

.dive-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background-color: #d792cb;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@media (hover: hover) and (pointer: fine) {
  .dive-button:hover::before, .dive-button:focus-visible::before {
    transform: scale(1.06);
  }
}

.ade-badge {
  position: fixed;
  top: 0;
  right: 30px;
  z-index: 60;
  display: block;
  width: clamp(46px, 4.2vw, 58px);
  height: clamp(46px, 4.2vw, 58px);
  transition: opacity 0.4s ease;
}

.ade-badge__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (hover: hover) and (pointer: fine) {
  .ade-badge {
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .ade-badge:hover {
    transform: scale(1.06);
  }
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #f6f7e0;
  min-height: 100vh;
  min-height: 100dvh;
}

.hero__media {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 120% at 50% 0%, rgb(53, 30, 57) 0%, rgb(27, 15, 29) 35%, rgb(13, 8, 14) 60%, #000 100%);
  pointer-events: none;
  overflow: hidden;
}

.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(15, 9, 16, 0.15) 0%, rgba(15, 9, 16, 0.55) 100%);
  box-shadow: inset 0 0 250px rgba(15, 9, 16, 0.85);
}

.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.hero__chrome {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 31px 32px;
  pointer-events: auto;
}

.hero__social {
  display: flex;
  gap: 4px;
}

.hero__social-link {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.hero__social-link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(246, 247, 224, 0.02);
  box-shadow: inset 0 0 14px 0 rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.hero__social-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #f6f7e0;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.hero__social-link:hover {
  opacity: 1;
}

.hero__social-link--facebook::after {
  mask-image: url("/images/icons/facebook.svg");
  mask-size: 15px 15px;
  -webkit-mask-image: url("/images/icons/facebook.svg");
  -webkit-mask-size: 15px 15px;
}

.hero__social-link--instagram::after {
  mask-image: url("/images/icons/instagram.svg");
  mask-size: 15px 15px;
  -webkit-mask-image: url("/images/icons/instagram.svg");
  -webkit-mask-size: 15px 15px;
}

.hero__social-link--tiktok::after {
  mask-image: url("/images/icons/tiktok.svg");
  mask-size: 15px 15px;
  -webkit-mask-image: url("/images/icons/tiktok.svg");
  -webkit-mask-size: 15px 15px;
}

.hero__social-link--spotify::after {
  mask-image: url("/images/icons/spotify.svg");
  mask-size: 15px 15px;
  -webkit-mask-image: url("/images/icons/spotify.svg");
  -webkit-mask-size: 15px 15px;
}

.hero__social-link--soundcloud::after {
  mask-image: url("/images/icons/soundcloud.svg");
  mask-size: 21px 9px;
  -webkit-mask-image: url("/images/icons/soundcloud.svg");
  -webkit-mask-size: 21px 9px;
}

.hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  width: min(100%, 329px);
  max-width: calc(100vw - 32px);
  padding: 0 32px;
  text-align: center;
}

.hero__logo {
  position: relative;
  height: 64px;
  opacity: 0;
  will-change: opacity, transform;
}

.hero__logo-img {
  display: block;
  height: 64px;
  width: auto;
}

.hero__info {
  font-family: "PP Right Grotesk Mono", "PP Right Grotesk", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

.hero__word {
  display: inline-block;
  white-space: nowrap;
}

.hero__glyph {
  display: inline-block;
  opacity: 0;
}

.hero__date {
  margin: 0;
  color: #f6f7e0;
}

.hero__location {
  margin: 4px 0 0;
  color: rgba(246, 247, 224, 0.6);
}

.hero__cta {
  margin-top: 16px;
  opacity: 0;
  will-change: opacity, transform;
}

.hero__scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  transform: translateX(-50%);
  isolation: isolate;
}

.hero__scroll::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: rgba(246, 247, 224, 0.02);
  box-shadow: inset 0 0 14px 0 rgba(215, 146, 203, 0.85);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@media (hover: hover) and (pointer: fine) {
  .hero__scroll:hover::before, .hero__scroll:focus-visible::before {
    transform: scale(1.25);
  }
}

.hero__scroll-icon {
  position: relative;
  z-index: 1;
  display: block;
  width: 18px;
  height: 18px;
  transform: rotate(90deg);
}

.main {
  --selection-bg: rgba(215, 146, 203, 0.4);
  --selection-color: #000;
  position: relative;
  z-index: 1;
  background: #f6f7e0;
  color: #000;
  border-radius: 12px;
  overflow: hidden;
}

@media (min-width: calc(1024px + 1px)) {
  .main {
    min-height: max(3790px, 3790px / 1440px * 100vw);
  }
}

.main__intro {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: 860px;
  margin: 0 auto;
  padding: 184px 32px 72px;
  text-align: center;
}

.main__headline {
  font-family: "Oldschool Grotesk", sans-serif;
  font-size: 52px;
  font-weight: normal;
  line-height: 0.84;
}

.main__word {
  display: inline-block;
  white-space: nowrap;
}

.main__glyph {
  display: inline-block;
  color: rgba(0, 0, 0, 0.2);
}

.main__prop {
  position: absolute;
  z-index: 2;
  max-width: none;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.main__prop--wizard {
  top: 467px;
  left: calc(50% + 159px);
  width: 183px;
}

.main__prop--cactus {
  top: -28%;
  left: 6%;
  width: 70%;
  z-index: 2;
}

.main__prop--eyeball {
  top: -11%;
  left: 180%;
  width: 42%;
  z-index: 2;
}

.main__prop--caterpillar {
  top: -4.5%;
  left: -115.6%;
  width: 145.1%;
  z-index: 2;
}

.main__display {
  position: relative;
}

.main__display-photo {
  position: absolute;
  z-index: 2;
  top: -3.5vw;
  left: 16.6vw;
  width: 13.2vw;
  aspect-ratio: 189/245;
  object-fit: cover;
  border-radius: 6px;
  transform: rotate(-3deg);
  pointer-events: none;
  user-select: none;
}

.main__display-type {
  box-sizing: border-box;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 0 0 54px;
  overflow: hidden;
  font-family: "Oldschool Grotesk", sans-serif;
  font-weight: normal;
  line-height: 0.84;
  color: #d792cb;
  pointer-events: none;
  user-select: none;
}

.main__display-type-text {
  display: inline-block;
  font-size: 10px;
  white-space: nowrap;
}

.main__lineup {
  box-sizing: border-box;
  width: min(100% - 64px, 1144px);
  margin-inline: auto;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 0;
  align-items: start;
  padding-bottom: 120px;
}

.main__lineup-copy {
  max-width: 413px;
  font-size: 0.875rem;
  line-height: 1.4;
}

.main__lineup-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 46px;
  max-width: 469px;
  overflow-anchor: none;
}

.main__lineup-names {
  margin: 0;
  font-family: "Oldschool Grotesk", sans-serif;
  font-size: clamp(1.75rem, 2.85vw, 2.566rem);
  font-weight: normal;
  line-height: 1;
  overflow-anchor: none;
}

.main__lineup-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  height: 50px;
  padding: 7px;
  border-radius: 100px;
  background: #e9ead8;
}

.main__lineup-toggle-thumb {
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 0;
  height: 36px;
  border-radius: 100px;
  background: #f6f7e0;
  pointer-events: none;
  transition: transform 0.35s ease, width 0.35s ease;
  will-change: transform, width;
}

.main__lineup-day {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 16px;
  border: none;
  border-radius: 100px;
  background: transparent;
  font-family: "PP Right Grotesk Mono", "PP Right Grotesk", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  color: #000;
  cursor: pointer;
  transition: opacity 0.25s ease;
}

.main__lineup-day--muted {
  opacity: 0.4;
}

.main__feature {
  box-sizing: border-box;
  width: min(100% - 64px, 1144px);
  margin-inline: auto;
  --feature-media-col: 1;
  --feature-copy-col: 2;
  --feature-media-justify: start;
  --feature-tilt: -3deg;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 0;
  align-items: center;
  padding-block: 80px;
}

.main__features {
  padding-bottom: clamp(96px, 12vw, 200px);
}

.main__features > .main__feature:nth-child(even) {
  --feature-media-col: 2;
  --feature-copy-col: 1;
  --feature-media-justify: end;
  --feature-tilt: 3deg;
}

.main__feature-cloud {
  position: absolute;
  z-index: 2;
  top: 2.7%;
  left: -55%;
  width: 94%;
  max-width: none;
  pointer-events: none;
  transform: translateY(-30%);
}

.main__feature-cloud img {
  display: block;
  width: 100%;
  height: auto;
  filter: blur(12px);
}

.main__feature-media {
  position: relative;
  z-index: 1;
  grid-column: var(--feature-media-col);
  grid-row: 1;
  justify-self: var(--feature-media-justify);
  width: 100%;
  max-width: 448px;
}

.main__feature-photo {
  width: 100%;
  aspect-ratio: 448/595;
  min-height: 216px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.08);
  overflow: hidden;
  opacity: 0;
  transform: rotate(0deg);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.main__feature-photo.is-visible {
  opacity: 1;
  transform: rotate(var(--feature-tilt));
}

.main__feature-photo img,
.main__feature-photo video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main__feature-copy {
  position: relative;
  z-index: 1;
  grid-column: var(--feature-copy-col);
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 62px;
  max-width: 448px;
}

.main__feature-title {
  font-family: "Oldschool Grotesk", sans-serif;
  font-size: clamp(2.5rem, 4.3vw, 3.875rem);
  font-weight: normal;
  line-height: 0.84;
}

.main__feature-text {
  font-size: 0.875rem;
  line-height: 1.4;
}

.main__feature-cta {
  align-self: flex-start;
}

@media (max-width: 1024px) {
  .main__intro {
    padding-top: clamp(96px, 18vw, 184px);
    padding-bottom: 48px;
  }
  .main__headline {
    font-size: clamp(2rem, 8vw, 52px);
  }
  .main__display-type {
    padding-bottom: 40px;
  }
  .main__display-photo {
    top: -24px;
    left: max(32px, 8vw);
    width: clamp(72px, 14vw, 120px);
  }
  .main__prop--wizard {
    top: auto;
    right: max(12px, 32px);
    left: auto;
    bottom: clamp(4px, 1.5vw, 20px);
    width: clamp(96px, 20vw, 148px);
  }
  .main__prop--eyeball {
    top: 66%;
    left: 62%;
    right: auto;
    width: 40%;
  }
  .main__prop--cactus {
    left: 22%;
  }
  .main__prop--caterpillar {
    top: -12%;
    left: -8%;
    width: 96%;
  }
  .main__feature-cloud {
    top: -2%;
    left: 16%;
    width: 68%;
    transform: translateY(-28%);
  }
  .main__lineup, .main__feature {
    grid-template-columns: 1fr;
    width: min(100% - 64px, 720px);
    gap: 48px;
  }
  .main__lineup {
    padding-bottom: 80px;
  }
  .main__lineup-copy, .main__lineup-panel, .main__feature-copy {
    max-width: none;
  }
  .main__feature-media {
    grid-column: auto;
    grid-row: auto;
    justify-self: center;
    width: 100%;
    max-width: 440px;
  }
  .main__feature-copy {
    grid-column: auto;
    grid-row: auto;
    justify-self: stretch;
  }
  .main__feature-photo {
    transform: none;
  }
  .main__feature-photo.is-visible {
    transform: none;
  }
}

@media (max-width: 768px) {
  .main__display-photo {
    top: -18px;
    left: 32px;
    width: 80px;
  }
  .main__prop--wizard {
    right: 12px;
    bottom: 14px;
    width: 92px;
  }
  .main__prop--eyeball {
    top: 68%;
    left: 54%;
    width: 46%;
  }
  .main__prop--caterpillar {
    top: -16%;
    left: -8%;
    width: 106%;
  }
  .main__feature-cloud {
    top: -2%;
    left: 14%;
    width: 72%;
    transform: translateY(-26%);
  }
}

.footer {
  position: relative;
  overflow: hidden;
  color: #f6f7e0;
  background: #000;
  min-height: max(1592px, 1592px / 1440px * 100vw);
}

@media (max-width: 768px) {
  .footer {
    overflow: clip;
  }
}

.footer__backdrop {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 120% at 50% 0%, rgb(53, 30, 57) 0%, rgb(27, 15, 29) 35%, rgb(13, 8, 14) 60%, #000 100%);
  pointer-events: none;
}

.footer__clouds {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.footer__cloud {
  position: absolute;
  max-width: none;
  height: auto;
  pointer-events: none;
}

.footer__cloud--1 {
  top: 58%;
  right: -70%;
  width: 84%;
}

.footer__cloud--2 {
  top: -8%;
  right: -14%;
  width: 40%;
  filter: blur(12px);
}

.footer__cloud--3 {
  bottom: -4%;
  left: -16%;
  width: 36%;
  filter: blur(12px);
}

.footer__discover {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 230px 32px 48px;
  text-align: center;
}

.footer__title {
  font-family: "Oldschool Grotesk", sans-serif;
  font-weight: normal;
  font-size: clamp(2.5rem, 5vw, 3.875rem);
  line-height: 0.84;
}

.footer__gallery {
  --gallery-card-width: 321px;
  --gallery-gap: 24px;
  --gallery-offset-x: 25px;
  --gallery-offset-y: 15px;
  --gallery-rotate: 5deg;
  --gallery-scale: 1;
  --gallery-fan-width: calc(var(--gallery-card-width) * 3 + var(--gallery-gap) * 2 + 50px);
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding: 48px 32px 120px;
  overflow: visible;
}

.footer__gallery-stage {
  display: grid;
  grid-template-columns: repeat(3, var(--gallery-card-width));
  gap: var(--gallery-gap);
  align-items: center;
  justify-content: center;
  transform: scale(var(--gallery-scale));
  transform-origin: center top;
}

@media (min-width: calc(768px + 1px)) {
  .footer__gallery-stage.swiper {
    display: grid;
    overflow: visible;
  }
  .footer__gallery-stage.swiper .swiper-wrapper,
  .footer__gallery-stage.swiper .swiper-slide {
    display: contents;
  }
  .footer__gallery-stage.swiper .footer__gallery-item {
    opacity: 0;
    transition: opacity 0.7s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .footer__gallery-stage.swiper .swiper-slide:nth-child(1) .footer__gallery-item {
    transform: translate(64px, 36px) rotate(0deg);
    transition-delay: 0.12s;
  }
  .footer__gallery-stage.swiper .swiper-slide:nth-child(2) .footer__gallery-item {
    transform: translateY(44px);
  }
  .footer__gallery-stage.swiper .swiper-slide:nth-child(3) .footer__gallery-item {
    transform: translate(-64px, 36px) rotate(0deg);
    transition-delay: 0.12s;
  }
  .footer__gallery-stage.swiper.is-visible .footer__gallery-item {
    opacity: 1;
  }
  .footer__gallery-stage.swiper.is-visible .swiper-slide:nth-child(1) .footer__gallery-item {
    transform: translate(calc(var(--gallery-offset-x) * -1), var(--gallery-offset-y)) rotate(calc(var(--gallery-rotate) * -1));
  }
  .footer__gallery-stage.swiper.is-visible .swiper-slide:nth-child(2) .footer__gallery-item {
    transform: none;
  }
  .footer__gallery-stage.swiper.is-visible .swiper-slide:nth-child(3) .footer__gallery-item {
    transform: translate(var(--gallery-offset-x), var(--gallery-offset-y)) rotate(var(--gallery-rotate));
  }
}

.footer__gallery-item {
  position: relative;
  aspect-ratio: 321/570;
  padding: 0;
  border: none;
  background: transparent;
  overflow: visible;
  cursor: pointer;
  user-select: none;
}

.footer__gallery-item--pill-visible {
  z-index: 2;
}

.footer__gallery-item-inner {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: rgba(246, 247, 224, 0.08);
  overflow: hidden;
}

.footer__gallery-pill {
  position: absolute;
  left: 50%;
  top: auto;
  bottom: 24px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px 14px;
  border-radius: 100px;
  pointer-events: none;
  font-family: "PP Right Grotesk Mono", "PP Right Grotesk", sans-serif;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #f6f7e0;
  white-space: nowrap;
  opacity: 1;
  transform: translateX(-50%);
  transition: opacity 0.15s ease;
  background: rgba(246, 247, 224, 0.02);
  backdrop-filter: blur(8px);
  box-shadow: inset 0 0 14px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 14px rgba(255, 255, 255, 0.75);
}

@media (hover: hover) and (pointer: fine) {
  .footer__gallery-pill {
    position: fixed;
    top: 0;
    left: 0;
    bottom: auto;
    padding: 12px 24px 14px;
    opacity: 0;
    transform: translate(-9999px, -9999px);
    will-change: transform;
    transition: opacity 0.15s ease;
  }
  .footer__gallery-pill--visible {
    opacity: 1;
  }
}

.footer__gallery-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.footer__newsletter {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
  padding: 0 32px;
  text-align: center;
}

.footer__form {
  display: flex;
  gap: 6px;
  align-items: center;
  width: min(100%, 299px);
}

.footer__input-wrap {
  position: relative;
  flex: 1;
  height: 44px;
  border-radius: 100px;
  background: rgba(246, 247, 224, 0.02);
  backdrop-filter: blur(8px);
  box-shadow: inset 0 0 14px rgba(255, 255, 255, 0.5);
}

.footer__input {
  width: 100%;
  height: 100%;
  padding: 10px 20px 11px;
  border: none;
  background: transparent;
  color: #f6f7e0;
  font-family: "PP Right Grotesk Mono", "PP Right Grotesk", sans-serif;
  font-size: 0.875rem;
  line-height: 1.2;
}

.footer__input::placeholder {
  color: rgba(246, 247, 224, 0.45);
}

.footer__input:disabled {
  opacity: 0.6;
  cursor: default;
}

.footer__submit {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 100px;
  background: transparent;
  cursor: pointer;
}

.footer__submit::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background-color: #d792cb;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.footer__submit:disabled {
  cursor: default;
}

@media (hover: hover) and (pointer: fine) {
  .footer__submit:not(:disabled):hover::before, .footer__submit:not(:disabled):focus-visible::before {
    transform: scale(1.12);
  }
}

.footer__submit-icon {
  position: relative;
  z-index: 1;
  display: block;
  width: 18px;
  height: 18px;
  opacity: 0;
  pointer-events: none;
}

.footer__submit-icon--active {
  opacity: 1;
}

.footer__submit-state {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center center;
}

.footer__submit-state--active {
  opacity: 1;
}

.footer__submit-state--loading {
  background-image: url("/images/icons/loader.svg");
  background-size: 40% 40%;
}

.footer__submit-state--error {
  background-image: url("/images/icons/close.svg");
  background-size: 60% 60%;
}

.footer__submit-state--success {
  background-image: url("/images/icons/check.svg");
  background-size: 40% 40%;
}

.footer__legal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-family: "PP Right Grotesk Mono", "PP Right Grotesk", sans-serif;
  font-size: 0.625rem;
  line-height: 1.2;
  color: #f6f7e0;
}

.footer__legal-link {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .footer__legal-link:hover {
    opacity: 0.7;
  }
}

.footer__legal-separator {
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .footer {
    min-height: auto;
  }
}

@media (max-width: 1024px) and (min-width: calc(768px + 1px)) {
  .footer__gallery {
    --gallery-scale: min(1, (100vw - 64px) / var(--gallery-fan-width));
  }
  .footer__gallery-stage {
    margin-bottom: calc(-585px * (1 - var(--gallery-scale)));
  }
  .footer__newsletter {
    padding-top: clamp(32px, 5vw, 64px);
  }
}

@media (max-width: 768px) {
  .footer__discover {
    padding-top: 160px;
  }
  .footer__gallery {
    --gallery-scale: 1;
    display: block;
    padding: 48px 0 120px;
    overflow: visible;
  }
  .footer__gallery-stage {
    display: block;
    width: 100%;
    max-width: 100%;
    padding-inline: 32px;
    transform: none;
    margin-bottom: 0;
    overflow: visible;
  }
  .footer__gallery-stage .swiper-slide {
    width: clamp(220px, 72vw, 280px);
    height: auto;
  }
  .footer__gallery-stage .footer__gallery-item {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .footer__gallery-stage .swiper-slide:nth-child(2) .footer__gallery-item {
    transition-delay: 0.1s;
  }
  .footer__gallery-stage .swiper-slide:nth-child(3) .footer__gallery-item {
    transition-delay: 0.2s;
  }
  .footer__gallery-stage.is-visible .footer__gallery-item {
    opacity: 1;
    transform: none;
  }
  .footer__gallery--carousel .footer__gallery-stage {
    touch-action: pan-y;
  }
  .footer__gallery-item {
    width: 100%;
  }
}

@media (max-width: 1024px) and (min-width: calc(768px + 1px)) {
  .footer__discover {
    padding-top: 160px;
  }
}

.page {
  background: #000;
}

.footer__gnome {
  display: block;
  width: clamp(190px, 24vw, 348px);
  height: auto;
  max-width: none;
  margin-top: clamp(8px, 1.5vw, 20px);
  pointer-events: none;
  user-select: none;
}

.page__seam {
  position: relative;
  height: 0;
  z-index: 3;
}

.page__wizard {
  position: absolute;
  top: 0;
  left: clamp(16px, 6vw, 100px);
  width: clamp(112px, 13vw, 183px);
  height: auto;
  max-width: none;
  transform: translateY(-50%);
  pointer-events: none;
  user-select: none;
}/**
 * Swiper 14.0.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 26, 2026
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
