*,
*::after,
*::before {
  box-sizing: border-box;
}

:root {
  font-size: 11px;
  --page-padding: 1.5rem;
  --color-text: #ffffffea;
  --color-bg: #141414;
  --color-link: #ffffffb3;
  --color-link-hover: #ffffffea;
  --item-br: 0px;
  --item-ar: 4 / 5;
  --item-width: 300px;
  --color-marquee: rgba(251, 251, 251, 0.942);
  --font-size-marquee: clamp(2rem, 16vw, 8rem);
  --blend-mode: difference;
  --color-bg-variation: #141414;
  --color-shadow-in: rgba(0, 0, 0, 0.2);
  --color-shadow-out: rgba(0, 0, 0, 0.8);
  --font-hand: "Short Stack", "Comic Sans MS", cursive;
}

body {
  margin: 0;
  color: var(--color-text);
  background-color: var(--color-bg);
  font-family: "swiss-721-bt", sans-serif;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}

.demo-1 {
  --color-link: rgb(190, 175, 110);
  --item-ar: 14 / 9;
  --item-width: 600px;
  --color-marquee: rgb(190, 175, 110);
  --color-bg-variation: #5f4f0f;
  --blend-mode: plus-lighter;
}

.demo-dada {
  --color-text: rgba(255, 255, 255, 0.94);
  --color-bg: #050505;
  --color-link: #e0003f;
  --color-link-hover: #ffffff;
  --item-br: 26px;
  --item-width: min(680px, 82vw);
  --color-marquee: #050505;
  --font-size-marquee: clamp(4.4rem, 18vw, 12.5rem);
  --color-bg-variation: #e0003f;
  --blend-mode: normal;
  --color-shadow-in: rgba(224, 0, 63, 0.08);
  --color-shadow-out: rgba(0, 0, 0, 0.86);
  font-family: "Arial Narrow", "Arial Nova Cond", "Helvetica Neue", Arial, sans-serif;
}

.demo-dada .dada-wordmark {
  display: inline-block;
  margin-right: 0.75rem;
  color: #e0003f;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: 2.6rem;
  line-height: 0.75;
  vertical-align: middle;
}

.demo-dada .frame__title,
.demo-dada .frame__links,
.demo-dada .frame__tags,
.demo-dada .frame__demos {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.demo-dada .frame__tags span {
  color: rgba(255, 255, 255, 0.72);
}

.demo-dada .frame__demos > * {
  color: #fff;
}

.demo-dada .font-1 {
  font-family: "Arial Narrow", "Arial Nova Cond", "Helvetica Neue", Arial, sans-serif;
  font-variation-settings: normal;
  font-weight: 900;
}

.demo-dada .gallery__item {
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.38);
}

.demo-dada .gallery {
  width: 100%;
  overflow-x: clip;
}

.demo-dada .frame {
  opacity: 0;
}

.site-nav {
  position: fixed;
  top: clamp(1rem, 2vw, 2rem);
  left: 50%;
  z-index: 9000;
  width: min(480px, calc(100vw - 3rem));
  min-height: calc(4.2rem - 4px);
  padding: calc(0.6rem - 2px) calc(1rem + 2px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: #050505;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transform: translateX(-50%);
}

.site-nav__brand {
  width: 5.7rem;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}

.site-nav__brand img {
  width: 100%;
  height: auto;
}

.site-nav__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(1.2rem, 2vw, 2.6rem);
}

.site-nav__links a,
.site-nav__lang {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

.site-nav__links a:hover,
.site-nav__links a:focus {
  color: #e0003f;
}

.site-nav__language {
  padding: 0.2rem;
  display: inline-flex;
  gap: 0.2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.site-nav__lang {
  min-width: 3.2rem;
  height: calc(2.35rem - 4px);
  padding: 0 0.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.site-nav__lang:hover,
.site-nav__lang:focus,
.site-nav__lang.active {
  background: #e0003f;
  color: #fff;
}

.site-nav__toggle {
  width: 3.2rem;
  height: 3.2rem;
  border: 0;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: transparent;
  color: #fff;
}

.site-nav__toggle span {
  width: 2.2rem;
  height: 2px;
  display: block;
  background: currentColor;
}

.site-nav__toggle span + span {
  margin-top: 0.38rem;
}

.intro-sequence {
  position: relative;
  z-index: 5000;
  height: 320vh;
}

.intro-about-anchor {
  position: absolute;
  top: 84vh;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.intro-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background: #e0003f;
}

.intro-panel {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  min-height: 100vh;
}

.intro-cover {
  z-index: 2;
  background: transparent;
  color: #050505;
  will-change: transform;
}

.intro-opening {
  z-index: 3;
  padding: clamp(2rem, 7vw, 8rem);
  background:
    linear-gradient(rgba(224, 0, 63, 0.18), rgba(224, 0, 63, 0.18)),
    url("../assets/backgrounds/intro-r.webp") center / cover no-repeat;
  color: #fff;
  will-change: transform;
}

.intro-opening__text {
  width: min(150rem, 100%);
  max-width: none;
  margin: 0;
  color: #fff;
  font-family: "Arial Narrow", "Arial Nova Cond", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2.2rem, 4vw, 5.4rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 0.12em 0.6em rgba(80, 0, 20, 0.24);
}

.intro-cover__content {
  width: 100%;
  padding: clamp(7rem, 13vh, 12rem) 2rem;
  background: #fff;
  text-align: center;
  transform: none;
}

.intro-cover__brand {
  width: min(44rem, 70vw);
  margin: 0 auto;
}

.intro-cover__brand,
.intro-opening__text {
  will-change: transform, opacity, filter;
}

.js .intro-cover__brand,
.js .intro-opening__text {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(2.4rem) scale(0.985);
}

.js .intro-opening.is-ready .intro-opening__text {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

.intro-logo {
  width: min(40rem, 68vw);
  height: auto;
  margin: 0 auto 2.4rem;
}

.intro-claim,
.intro-designed {
  margin: 0;
  font-weight: 900;
  text-transform: uppercase;
}

.intro-claim {
  color: #050505;
  font-size: clamp(2.1rem, 3vw, 3.45rem);
  letter-spacing: 0.14em;
  line-height: 1;
}

.intro-designed {
  margin-top: 1.2rem;
  color: #e0003f;
  font-size: clamp(1.7rem, 2vw, 2.45rem);
  letter-spacing: 0.12em;
  text-transform: none;
}

.intro-scroll {
  position: absolute;
  left: 50%;
  bottom: clamp(2rem, 5.2vh, 5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
  margin: 0;
  color: #e0003f;
  font-size: clamp(1.05rem, 1.2vw, 1.3rem);
  font-weight: 900;
  letter-spacing: 0.26em;
  line-height: 1;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.intro-opening .intro-scroll {
  color: #fff;
}

.intro-scroll::after {
  content: "";
  width: 1.35rem;
  height: 1.35rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  animation: scrollArrow 1.15s ease-in-out infinite;
}

@keyframes scrollArrow {
  0%,
  100% {
    opacity: 0.35;
    translate: 0 -0.2rem;
  }

  50% {
    opacity: 1;
    translate: 0 0.45rem;
  }
}

.intro-manifesto {
  z-index: 1;
  padding: clamp(2rem, 7vw, 8rem);
  background:
    linear-gradient(rgba(224, 0, 63, 0.18), rgba(224, 0, 63, 0.18)),
    url("../assets/backgrounds/page-02.webp") center / cover no-repeat;
  color: #fff;
}

.intro-manifesto__text {
  max-width: 104rem;
  margin: 0;
  color: #fff;
  font-family: var(--font-hand);
  text-shadow: 0 0.12em 0.6em rgba(80, 0, 20, 0.28);
  font-size: clamp(1.85rem, 2.35vw, 3.25rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.42;
  text-align: center;
}

.demo-dada .gallery {
  margin-top: 12vh;
}

.demo-2 {
  --color-text: rgb(144, 34, 34);
  --color-bg: #11150b;
  --color-bg-variation: rgb(231, 27, 27);
  --color-marquee: rgb(231, 27, 27);
}

.demo-3 {
  --item-br: 7px;
  --color-bg: #000000;
  --font-size-marquee: clamp(2rem, 16vw, 5rem);
  --color-marquee: rgb(67, 67, 67);
  --color-bg-variation: #373737;
  --color-shadow-out: rgba(0, 0, 0, 0.5);
}

.demo-4 {
  --item-br: 7px;
  --color-text: #b69897;
  --color-bg: #fff;
  --color-link: #7d6b6b;
  --color-link-hover: #484848;
  --color-marquee: rgb(233, 48, 29);
  --color-bg-variation: rgb(255 255 255);
  --font-size-marquee: clamp(2rem, 16vw, 14rem);
  --color-shadow-in: rgba(0, 0, 0, 0.2);
  --color-shadow-out: rgb(227 198 197 / 82%);
}

.demo-5 {
  --color-text: #797979;
  --color-marquee: rgb(56, 56, 56);
  --font-size-marquee: clamp(2rem, 16vw, 3rem);
  --blend-mode: plus-lighter;
  --color-bg-variation: rgb(65, 65, 65);
  --color-shadow-out: rgba(0, 0, 0, 0.8);
}

@media (scripting: enabled) {
  .loading {
    &::before,
    &::after {
      content: "";
      position: fixed;
      z-index: 10000;
    }

    &::before {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: var(--color-bg);
    }

    &::after {
      top: 50%;
      left: 50%;
      width: 100px;
      height: 1px;
      margin: 0 0 0 -50px;
      background: var(--color-link);
      animation: loaderAnim 1.5s ease-in-out infinite alternate forwards;
    }
  }
}

@keyframes loaderAnim {
  0% {
    transform: scaleX(0);
    transform-origin: 0% 50%;
  }

  50% {
    transform: scaleX(1);
    transform-origin: 0% 50%;
  }

  50.1% {
    transform: scaleX(1);
    transform-origin: 100% 50%;
  }

  100% {
    transform: scaleX(0);
    transform-origin: 100% 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js .intro-cover__brand,
  .js .intro-opening__text {
    opacity: 1;
    filter: none;
    transform: none;
  }
}

a {
  text-decoration: none;
  color: var(--color-link);
  outline: none;
  cursor: pointer;

  &:hover {
    text-decoration: none;
    color: var(--color-link-hover);
  }

  &:focus {
    outline: none;
    background: lightgrey;

    &:not(:focus-visible) {
      background: transparent;
    }

    &:focus-visible {
      outline: 2px solid red;
      background: transparent;
    }
  }
}

.frame {
  font-weight: bold;
  padding: var(--page-padding);
  display: grid;
  z-index: 10000;
  position: relative;
  gap: 1rem;
  pointer-events: none;
  justify-items: start;
  grid-template-columns: 100%;
  grid-template-areas:
    "title"
    "links"
    "demos"
    "tags"
    "sponsor";

  #cdawrap {
    justify-self: start;
    grid-area: sponsor;
  }

  a,
  button {
    pointer-events: auto;
  }

  .frame__title {
    grid-area: title;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
  }

  .frame__tags {
    grid-area: tags;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .frame__links,
  .frame__demos {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .frame__demos > * {
    padding: 4px 10px;
    line-height: 1;
    background-color: var(--color-bg-variation);
    border-radius: 3px;
  }

  .frame__links {
    grid-area: links;
  }

  .frame__demos {
    grid-area: demos;
  }

  @media screen and (min-width: 53em) {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    gap: 3rem;
    grid-template-columns: auto auto 1fr;
    grid-template-rows: auto auto;
    align-content: space-between;
    grid-template-areas:
      "title links demos"
      "tags tags sponsor";

    .frame__tags {
      align-self: end;
    }

    .frame__demos,
    #cdawrap {
      justify-self: end;
      text-align: right;
    }
  }
}

.mark {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 100vw;
  height: clamp(6rem, 22vw, 15rem);
  left: 0;
  z-index: 1;
  padding: 0;
  overflow-x: hidden;
  overflow-y: visible;
  background: transparent;
  color: inherit;
  mix-blend-mode: var(--blend-mode);
  opacity: 1;
  pointer-events: none;
}

body::after {
  content: "";
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  pointer-events: none;
  background: radial-gradient(var(--color-shadow-in) 10%, var(--color-shadow-out) 80%);
  background-repeat: no-repeat;
  background-size: 100%;
}

.demo-dada::after {
  background: none;
}

.mark__line {
  display: flex;
  gap: clamp(12rem, 22vw, 30rem);
  width: max-content;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

.mark__line span {
  flex: 0 0 auto;
  white-space: nowrap;
  font-family: Impact, Haettenschweiler, "Arial Black", "Arial Narrow", "Arial Nova Cond", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  color: transparent;
  -webkit-text-stroke: clamp(1px, 0.12vw, 2px) #e0003f;
  text-shadow: 0 0 1px rgba(224, 0, 63, 0.12);
  font-size: var(--font-size-marquee);
  font-weight: 900;
  line-height: 1;
}

@supports not (-webkit-text-stroke: 1px #e0003f) {
  .mark__line span {
    color: rgba(224, 0, 63, 0.18);
  }
}

.font-1 {
  font-family: "scale-variable", sans-serif;
  font-variation-settings:
    "wght" 772,
    "wdth" 60;
}

.font-2 {
  font-family: "totalblack-variable", sans-serif;
  font-variation-settings: "wght" 800;
}

.font-3 {
  font-family: "brillante-vf", sans-serif;
  font-variation-settings:
    "wght" 827,
    "wdth" 125;
}

.font-4 {
  font-family: swiss-721-bt-extended, sans-serif;
  font-weight: 700;
}

.gallery {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25vh;
  margin-bottom: 35vh;
}

.demo-dada .gallery {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12vh;
  padding-bottom: 35vh;
  background: #272725;
  color: #fff;
}

.gallery__heading {
  align-self: flex-start;
  position: sticky;
  top: clamp(9rem, 12vh, 14rem);
  z-index: 3;
  width: auto;
  height: auto;
  margin: 0 0 clamp(-13rem, -10vh, -7rem) clamp(2rem, 7vw, 8rem);
  overflow: visible;
  color: #e0003f;
  font-family: var(--font-hand);
  font-size: clamp(3rem, 4.7vw, 5.5rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.08;
  text-align: left;
  text-transform: lowercase;
  white-space: nowrap;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  transform-origin: center;
}

.catalog-quote {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  justify-items: center;
  gap: clamp(2.5rem, 5vh, 5rem);
  min-height: 112vh;
  padding: clamp(3rem, 7vw, 8rem);
  overflow: hidden;
  background: #000;
  box-shadow: 0 -2.5rem 6rem rgba(0, 0, 0, 0.42);
  color: #fff;
}

.catalog-quote__figure {
  order: 2;
  width: min(42rem, 70vw);
  margin: 0;
  justify-self: center;
  align-self: center;
  transform: none;
}

.catalog-quote__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.catalog-quote__inner {
  order: 1;
  width: min(90rem, 90vw);
  align-self: center;
  justify-self: center;
  transform: none;
}

.catalog-quote__text {
  margin: 0;
  color: #e0003f;
  font-family: var(--font-hand);
  font-size: clamp(2rem, 3vw, 4.1rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.35;
  text-align: center;
}

.catalog-quote__signature {
  margin: clamp(2.2rem, 3vw, 3.6rem) 0 0;
  color: #fff;
  font-family: "Arial Narrow", "Arial Nova Cond", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2.2rem, 3.1vw, 4.2rem);
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1;
  text-align: center;
}

.catalog-authors {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(10rem, 25vw) minmax(0, 1fr);
  min-height: 100vh;
  padding: clamp(4rem, 7vw, 8rem) clamp(2rem, 7vw, 8rem);
  background: #fff;
  color: #050505;
}

.catalog-authors__label {
  align-self: start;
  position: sticky;
  top: clamp(9rem, 12vh, 14rem);
  color: #e0003f;
  font-family: var(--font-hand);
  font-size: clamp(2.6rem, 4.5vw, 6.6rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.08;
  text-transform: lowercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.catalog-authors__content {
  width: min(82rem, 100%);
  justify-self: end;
}

.catalog-authors__header {
  display: none;
  margin-bottom: clamp(3rem, 6vw, 7rem);
}

.catalog-authors__eyebrow {
  margin: 0 0 0.8rem;
  color: #e0003f;
  font-size: clamp(1.15rem, 1.4vw, 1.55rem);
  font-weight: 900;
  letter-spacing: 0.28em;
  line-height: 1;
  text-transform: uppercase;
}

.catalog-authors__header h2 {
  margin: 0;
  color: #e0003f;
  font-family: var(--font-hand);
  font-size: clamp(4rem, 9vw, 10.5rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.84;
  text-transform: lowercase;
}

.catalog-authors__list {
  display: grid;
  gap: clamp(1.8rem, 2.6vw, 3rem);
}

.catalog-authors__item {
  padding-top: clamp(1.3rem, 1.7vw, 2rem);
  border-top: 2px solid rgba(224, 0, 63, 0.18);
}

.catalog-authors__item p,
.catalog-authors__footer p {
  margin: 0;
  font-size: clamp(1.65rem, 1.42vw, 2.15rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.22;
}

.catalog-authors__item p + p {
  margin-top: 0.72em;
}

.catalog-authors strong {
  color: #e0003f;
  font-weight: 900;
}

.catalog-authors__footer {
  margin-top: clamp(5rem, 9vw, 12rem);
  padding-top: clamp(1.6rem, 2.2vw, 2.6rem);
  border-top: 4px solid #050505;
}

.catalog-authors__footer p + p {
  margin-top: 0.35em;
}

.site-footer {
  position: relative;
  z-index: 2;
  padding: clamp(6rem, 8vw, 10rem) clamp(2.4rem, 7vw, 8rem) clamp(4.2rem, 6vw, 7rem);
  background: #050505;
  color: #fff;
  text-align: center;
}

.site-footer__inner {
  width: min(58rem, 100%);
  margin: 0 auto;
  display: grid;
  justify-items: center;
  gap: 2.2rem;
}

.site-footer__brand,
.site-footer__ccode {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-footer__headu-logo {
  display: block;
  width: clamp(12rem, 16vw, 16.2rem);
  height: auto;
}

.site-footer__details {
  display: grid;
  justify-items: center;
  gap: 1.3rem;
}

.site-footer__title {
  margin: 0;
  color: #fff;
  font-size: 1.65rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
}

.site-footer__address {
  margin: 0;
  display: grid;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.28rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
}

.site-footer__email {
  color: inherit;
  text-decoration: none;
}

.site-footer__email:hover,
.site-footer__email:focus {
  color: #fff;
}

.site-footer__social {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.35rem;
  list-style: none;
}

.site-footer__social a {
  display: inline-flex;
  color: #fff;
  font-size: 1.55rem;
  line-height: 1;
  transition: color 180ms ease, transform 180ms ease;
}

.site-footer__social a:hover,
.site-footer__social a:focus {
  color: #fff;
  transform: translateY(-0.16rem);
}

.site-footer__copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.site-footer__ccode img {
  display: block;
  width: 24px;
  height: auto;
}

.gallery__item-wrap {
  width: 100%;
  max-width: var(--item-width);
  position: relative;
  z-index: 2;
  perspective: 900px;
  margin-bottom: -2rem;
}

.demo-3 .gallery__item-wrap {
  margin-bottom: -7rem;
}

.demo-4 .gallery__item-wrap {
  margin-bottom: 5rem;
}

.demo-5 .gallery__item-wrap {
  margin-bottom: -10rem;
}

.gallery__item {
  display: block;
  width: 100%;
  padding: calc(70% + 4rem) 0 0;
  border: 0;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-size: 75% auto;
  background-position: center 2rem;
  background-repeat: no-repeat;
  cursor: pointer;
  transform-style: preserve-3d;
  will-change: transform, filter;
  border-radius: var(--item-br);
  aspect-ratio: auto;
  appearance: none;
}

.gallery__item::before {
  content: none;
}

.gallery__item-content {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  min-height: 0;
  padding: clamp(1.15rem, 1.65vw, 1.85rem);
  display: grid;
  align-content: end;
  justify-items: start;
  gap: 0.62rem;
  background: #171717;
  border-top: 0;
  text-align: left;
  pointer-events: none;
}

.gallery__item-theme {
  display: none;
  max-width: 100%;
  color: #fff;
  font-family: var(--font-hand);
  margin-bottom: 0.24rem;
  font-size: clamp(0.9rem, 0.92vw, 1.12rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.12;
  text-align: left;
  text-transform: none;
}

.gallery__item-title {
  max-width: 100%;
  color: #e0003f;
  font-size: clamp(1.58rem, 2.15vw, 2.5rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.88;
  text-align: left;
  text-shadow: none;
  text-transform: uppercase;
}

.gallery__item-summary {
  max-width: 48rem;
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  font-size: clamp(1.15rem, 1.2vw, 1.42rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.16;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gallery__item-cta {
  width: max-content;
  margin-top: 0.2rem;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(224, 0, 63, 0.75);
  color: #e0003f;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.gallery__item-cta::after {
  content: " +";
}

.gallery__item:focus-visible {
  outline: 3px solid #e0003f;
  outline-offset: 0.65rem;
}

.product-offcanvas {
  --bs-offcanvas-width: min(62rem, 94vw);
  z-index: 11000;
  overflow: hidden;
  background: #272725;
  color: #fff;
  border-left: 0;
  font-family: "Arial Narrow", "Arial Nova Cond", "Helvetica Neue", Arial, sans-serif;
}

.offcanvas-backdrop {
  z-index: 10990;
}

.product-offcanvas .offcanvas-header {
  justify-content: flex-end;
  align-items: center;
  min-height: 6.4rem;
  padding: 1.4rem clamp(1.6rem, 3vw, 2.4rem);
  border-bottom: 0;
}

.product-offcanvas .offcanvas-title {
  margin: 0;
}

.product-offcanvas .btn-close {
  width: 3.4rem;
  height: 3.4rem;
  margin: 0;
  padding: 0;
  background-size: 2.05rem;
  filter: invert(1);
  opacity: 1;
  box-shadow: none;
}

.product-offcanvas .offcanvas-body {
  flex: 1 1 auto;
  min-height: 0;
  padding: clamp(2rem, 4vw, 4rem);
  padding-top: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.product-offcanvas__type {
  margin: 0 0 1.2rem;
  color: #e0003f;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.product-offcanvas__description {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
}

.product-offcanvas__full {
  display: grid;
  gap: clamp(2rem, 3.6vw, 3.4rem);
}

.product-offcanvas__carousel {
  overflow: hidden;
  border-radius: 0;
  background: #fff;
}

.product-offcanvas__carousel .carousel-item {
  aspect-ratio: 1;
  background: #fff;
}

.product-offcanvas__carousel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-offcanvas__carousel .carousel-control-prev,
.product-offcanvas__carousel .carousel-control-next {
  width: clamp(4rem, 10vw, 6rem);
  opacity: 1;
}

.product-offcanvas__carousel .carousel-control-prev-icon,
.product-offcanvas__carousel .carousel-control-next-icon {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background-color: #e0003f;
  background-size: 1.25rem;
}

.product-offcanvas__carousel .carousel-indicators {
  gap: 0.45rem;
  margin-bottom: 1.15rem;
}

.product-offcanvas__carousel .carousel-indicators [data-bs-target] {
  width: 0.72rem;
  height: 0.72rem;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background-color: #272725;
  opacity: 0.32;
}

.product-offcanvas__carousel .carousel-indicators .active {
  background-color: #e0003f;
  opacity: 1;
}

.product-offcanvas__body-title {
  margin: 0 0 1rem;
  color: #fff;
  font-family: var(--font-hand);
  font-size: clamp(2.4rem, 4.5vw, 4.4rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 0.95;
  text-transform: uppercase;
}

.product-offcanvas__summary .product-offcanvas__description {
  max-width: 48rem;
  font-size: clamp(1.35rem, 1.8vw, 1.7rem);
  font-weight: 800;
  line-height: 1.18;
}

.product-offcanvas__section {
  padding-top: clamp(1.8rem, 3vw, 2.8rem);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.product-offcanvas__section h3 {
  margin: 0 0 1.2rem;
  color: #e0003f;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.product-offcanvas__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-offcanvas__chips li {
  padding: 0.62rem 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.08;
  text-transform: uppercase;
}

.product-offcanvas__credit-list {
  display: grid;
  gap: 1.1rem;
}

.product-offcanvas__credit {
  margin: 0;
  color: #fff;
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.08;
  text-transform: uppercase;
}

.product-offcanvas__credit span {
  display: block;
  margin-bottom: 0.45rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
}

.product-offcanvas__specs {
  margin-top: clamp(2.6rem, 5vw, 4.2rem);
  display: grid;
  gap: 0.8rem;
}

.product-offcanvas__specs--grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

.product-offcanvas__spec {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
}

.product-offcanvas__spec .bi {
  flex: 0 0 auto;
  color: #e0003f;
  font-size: 2.15rem;
  line-height: 1;
}

.product-offcanvas__spec-copy {
  display: grid;
  min-width: 0;
  gap: 0.18rem;
}

.product-offcanvas__spec-label {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.product-offcanvas__spec-value {
  color: #fff;
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.08;
  text-transform: uppercase;
}

@media screen and (max-width: 52.99em) {
  .site-nav {
    top: 1rem;
    width: calc(100vw - 2rem);
    min-height: calc(4rem - 4px);
    align-items: center;
    background: #050505;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .site-nav__brand {
    width: 4.9rem;
    margin-top: 0;
  }

  .site-nav__toggle {
    display: inline-flex;
  }

  .site-nav__links {
    position: absolute;
    top: calc(100% + 0.6rem);
    left: 0;
    right: 0;
    padding: 1.6rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.8rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: #050505;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .site-nav.is-open .site-nav__links {
    display: flex;
  }

  .site-nav__links a,
  .site-nav__lang {
    font-size: 1.15rem;
  }

  .demo-dada .dada-wordmark {
    display: block;
    margin: 0 0 0.4rem;
    font-size: 3.8rem;
  }

  .demo-dada .frame__demos > * {
    padding: 6px 10px;
  }

  .intro-sequence {
    height: 270vh;
  }

  .intro-cover__brand,
  .intro-opening__text {
    will-change: transform, opacity;
  }

  .intro-opening {
    background:
      linear-gradient(rgba(224, 0, 63, 0.18), rgba(224, 0, 63, 0.18)),
      url("../assets/backgrounds/intro-r-mobile.webp") center / cover no-repeat;
  }

  .intro-manifesto {
    background:
      linear-gradient(rgba(224, 0, 63, 0.18), rgba(224, 0, 63, 0.18)),
      url("../assets/backgrounds/page-02-mobile.webp") center / cover no-repeat;
  }

  .intro-opening,
  .intro-cover {
    contain: paint;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
  }

  .js .intro-cover__brand,
  .js .intro-opening__text {
    filter: none;
  }

  .intro-cover__content {
    width: 100%;
    padding: clamp(6rem, 11vh, 8rem) 2rem;
  }

  .intro-cover__brand {
    width: min(32rem, 78vw);
  }

  .intro-logo {
    width: min(30rem, 74vw);
    margin-bottom: 1.8rem;
  }

  .intro-claim {
    font-size: clamp(1.75rem, 6.1vw, 2.6rem);
  }

  .intro-designed {
    font-size: clamp(1.35rem, 4.6vw, 1.9rem);
  }

  .intro-opening__text {
    font-size: clamp(2rem, 7vw, 3.2rem);
    line-height: 1.25;
  }

  .intro-manifesto__text {
    font-size: clamp(1.55rem, 5.1vw, 2.35rem);
    line-height: 1.44;
  }

  .demo-dada .gallery {
    padding-top: 9rem;
    padding-bottom: 28vh;
  }

  .gallery__heading {
    position: relative;
    top: auto;
    align-self: center;
    width: calc(100vw - 3rem);
    height: auto;
    margin: 0 auto 4.2rem;
    overflow: visible;
    font-size: clamp(2.6rem, 10vw, 4.4rem);
    line-height: 0.95;
    text-transform: none;
    white-space: normal;
    writing-mode: horizontal-tb;
    transform: none;
  }

  .gallery__item {
    background-size: 75% auto;
    background-position: center 2rem;
    transform-style: preserve-3d;
    will-change: transform;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
  }

  .gallery__item-wrap {
    perspective: 1100px;
  }

  .mark {
    display: none;
  }

  .gallery__item-content {
    min-height: 0;
    padding: 1rem 1.2rem;
    gap: 0.55rem;
  }

  .gallery__item-theme {
    display: block;
    margin-bottom: 0.18rem;
    font-size: clamp(0.84rem, 2.25vw, 1rem);
    letter-spacing: 0;
  }

  .gallery__item-title {
    font-size: clamp(1.48rem, 4.35vw, 2.08rem);
  }

  .gallery__item-summary {
    font-size: clamp(1.05rem, 3.15vw, 1.25rem);
    line-height: 1.12;
  }

  .gallery__item-cta {
    padding: 0.55rem 0.76rem;
    font-size: 0.9rem;
  }

  .catalog-quote {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 2.8rem;
    min-height: 100vh;
    padding: 2.4rem;
  }

  .catalog-quote__inner {
    width: 100%;
    order: 1;
    transform: none;
  }

  .catalog-quote__figure {
    order: 2;
    width: min(72vw, 27rem);
    justify-self: center;
    align-self: center;
    transform: none;
  }

  .catalog-quote__text {
    font-size: clamp(1.85rem, 6.2vw, 2.8rem);
    letter-spacing: 0;
    line-height: 1.38;
    text-align: center;
  }

  .catalog-quote__signature {
    margin-top: 2.2rem;
    margin-right: 0;
    font-size: clamp(1.9rem, 6vw, 2.7rem);
    text-align: center;
  }

  .catalog-authors {
    grid-template-columns: 1fr;
    padding: 9rem 2.4rem 5rem;
  }

  .catalog-authors__label {
    display: none;
  }

  .catalog-authors__content {
    width: 100%;
    justify-self: stretch;
  }

  .catalog-authors__header {
    display: block;
    margin-bottom: 3.4rem;
  }

  .catalog-authors__header h2 {
    font-size: clamp(2.6rem, 10vw, 4.4rem);
  }

  .catalog-authors__item p,
  .catalog-authors__footer p {
    font-size: clamp(1.55rem, 4.5vw, 1.9rem);
    line-height: 1.28;
  }

  .site-footer {
    padding: 5.8rem 2.4rem 4rem;
  }

  .site-footer__inner {
    gap: 2rem;
  }

  .site-footer__headu-logo {
    width: clamp(12rem, 42vw, 15rem);
  }

  .site-footer__address {
    font-size: 1.22rem;
  }

  .site-footer__social {
    gap: 1rem;
  }

  .product-offcanvas__carousel .carousel-control-prev,
  .product-offcanvas__carousel .carousel-control-next {
    display: none;
  }
}

@media screen and (max-width: 575.98px) {
  .mark {
    display: none;
  }

  .gallery__item {
    aspect-ratio: auto;
    padding-top: calc(75% + 4rem);
    background-size: 75% auto;
    background-position: center 2rem;
    background-repeat: no-repeat;
  }

  .gallery__item-content {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    min-height: 0;
    padding: 1.1rem 1.2rem 1.25rem;
  }

  .product-offcanvas__specs--grid {
    grid-template-columns: 1fr;
  }
}
