:root {
  --hero-title-delay: 1s;
}

.c-hero {
  position: relative;
  padding-bottom: 15%;
  margin-bottom: -15%;
}
@media (max-width: 767px) {
  .c-hero {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
}
@media (min-width: 767px) {
  .c-hero {
    padding-bottom: 5%;
  }
}

.c-hero__inner {
  display: flex;
  align-items: flex-start;
  min-height: 100svh;
}
@media (max-width: 767px) {
  .c-hero__inner {
    flex-wrap: wrap;
    gap: 2rem;
    padding-top: calc(var(--header-height));
    margin-bottom: -2rem;
  }
}
@media (min-width: 767px) {
  .c-hero__inner {
    align-items: center;
  }
}
.c-hero__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50%;
  height: 50%;
  translate: 0 -50%;
  filter: blur(12rem);
  transform: translateZ(-0.1rem);
  background: var(--spot2-dark);
  z-index: 9;
}

.c-hero__content {
  position: relative;
  z-index: 12;
  max-width: 90rem;
  padding-bottom: 0;
  margin-top: var(--spacing);
  box-sizing: border-box;
}

.c-hero__above-title {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 700;
  font-size: 1.2rem;
  position: absolute;
  animation-name: above-title;
  animation-duration: 0.5s;
  animation-delay: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  top: 50%;
  left: 50%;
  translate: -50% 0%;
  scale: 1.2;
}
@media (min-width: 767px) {
  .c-hero__above-title {
    flex-wrap: wrap;
    gap: 1rem;
    left: auto;
    translate: 25% 0;
    scale: 1.5;
    letter-spacing: 0.2rem;
    font-size: 1.8rem;
  }
}
.c-hero__above-title > * {
  animation-name: end-state;
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
  translate: -1rem 0;
}
.c-hero__above-title > *:nth-child(1) {
  animation-delay: 0.1s;
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(1) {
    animation-name: end-state;
    animation-duration: 0.5s;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-delay: 0.1s;
    scale: 4;
    position: relative;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(1):nth-child(1) {
    translate: 100% 0.5rem;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(1):nth-child(3) {
    translate: 30% 3rem;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(1):nth-child(5) {
    translate: -50% 5rem;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(1):nth-child(even) {
    animation-name: end-state;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    scale: 1;
    opacity: 0;
    translate: 0rem 0;
  }
}
.c-hero__above-title > *:nth-child(2) {
  animation-delay: 0.2s;
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(2) {
    animation-name: end-state;
    animation-duration: 0.5s;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
    scale: 4;
    position: relative;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(2):nth-child(1) {
    translate: 100% 0.5rem;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(2):nth-child(3) {
    translate: 30% 3rem;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(2):nth-child(5) {
    translate: -50% 5rem;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(2):nth-child(even) {
    animation-name: end-state;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    scale: 1;
    opacity: 0;
    translate: 0rem 0;
  }
}
.c-hero__above-title > *:nth-child(3) {
  animation-delay: 0.3s;
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(3) {
    animation-name: end-state;
    animation-duration: 0.5s;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
    scale: 4;
    position: relative;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(3):nth-child(1) {
    translate: 100% 0.5rem;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(3):nth-child(3) {
    translate: 30% 3rem;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(3):nth-child(5) {
    translate: -50% 5rem;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(3):nth-child(even) {
    animation-name: end-state;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    scale: 1;
    opacity: 0;
    translate: 0rem 0;
  }
}
.c-hero__above-title > *:nth-child(4) {
  animation-delay: 0.4s;
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(4) {
    animation-name: end-state;
    animation-duration: 0.5s;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
    scale: 4;
    position: relative;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(4):nth-child(1) {
    translate: 100% 0.5rem;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(4):nth-child(3) {
    translate: 30% 3rem;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(4):nth-child(5) {
    translate: -50% 5rem;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(4):nth-child(even) {
    animation-name: end-state;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    scale: 1;
    opacity: 0;
    translate: 0rem 0;
  }
}
.c-hero__above-title > *:nth-child(5) {
  animation-delay: 0.5s;
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(5) {
    animation-name: end-state;
    animation-duration: 0.5s;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
    scale: 4;
    position: relative;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(5):nth-child(1) {
    translate: 100% 0.5rem;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(5):nth-child(3) {
    translate: 30% 3rem;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(5):nth-child(5) {
    translate: -50% 5rem;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(5):nth-child(even) {
    animation-name: end-state;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    scale: 1;
    opacity: 0;
    translate: 0rem 0;
  }
}
.c-hero__above-title > *:nth-child(6) {
  animation-delay: 0.6s;
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(6) {
    animation-name: end-state;
    animation-duration: 0.5s;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-delay: 0.6s;
    scale: 4;
    position: relative;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(6):nth-child(1) {
    translate: 100% 0.5rem;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(6):nth-child(3) {
    translate: 30% 3rem;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(6):nth-child(5) {
    translate: -50% 5rem;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(6):nth-child(even) {
    animation-name: end-state;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    scale: 1;
    opacity: 0;
    translate: 0rem 0;
  }
}
.c-hero__above-title > *:nth-child(7) {
  animation-delay: 0.7s;
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(7) {
    animation-name: end-state;
    animation-duration: 0.5s;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-delay: 0.7s;
    scale: 4;
    position: relative;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(7):nth-child(1) {
    translate: 100% 0.5rem;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(7):nth-child(3) {
    translate: 30% 3rem;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(7):nth-child(5) {
    translate: -50% 5rem;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(7):nth-child(even) {
    animation-name: end-state;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    scale: 1;
    opacity: 0;
    translate: 0rem 0;
  }
}
.c-hero__above-title > *:nth-child(8) {
  animation-delay: 0.8s;
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(8) {
    animation-name: end-state;
    animation-duration: 0.5s;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-delay: 0.8s;
    scale: 4;
    position: relative;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(8):nth-child(1) {
    translate: 100% 0.5rem;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(8):nth-child(3) {
    translate: 30% 3rem;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(8):nth-child(5) {
    translate: -50% 5rem;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(8):nth-child(even) {
    animation-name: end-state;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    scale: 1;
    opacity: 0;
    translate: 0rem 0;
  }
}
.c-hero__above-title > *:nth-child(9) {
  animation-delay: 0.9s;
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(9) {
    animation-name: end-state;
    animation-duration: 0.5s;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-delay: 0.9s;
    scale: 4;
    position: relative;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(9):nth-child(1) {
    translate: 100% 0.5rem;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(9):nth-child(3) {
    translate: 30% 3rem;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(9):nth-child(5) {
    translate: -50% 5rem;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(9):nth-child(even) {
    animation-name: end-state;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    scale: 1;
    opacity: 0;
    translate: 0rem 0;
  }
}
.c-hero__above-title > *:nth-child(10) {
  animation-delay: 1s;
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(10) {
    animation-name: end-state;
    animation-duration: 0.5s;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    scale: 4;
    position: relative;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(10):nth-child(1) {
    translate: 100% 0.5rem;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(10):nth-child(3) {
    translate: 30% 3rem;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(10):nth-child(5) {
    translate: -50% 5rem;
  }
}
@media (max-width: 767px) {
  .c-hero__above-title > *:nth-child(10):nth-child(even) {
    animation-name: end-state;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    scale: 1;
    opacity: 0;
    translate: 0rem 0;
  }
}

.c-hero__title {
  font-family: var(--font-secondary);
  font-weight: 400;
  margin-bottom: 2rem;
  text-shadow: 0.2rem 0.2rem 2rem rgba(0, 0, 0, 0.3);
  opacity: 0;
  translate: 0 0;
  animation-name: end-state;
  animation-duration: 1s;
  animation-delay: var(--hero-title-delay);
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.c-hero__title span {
  font-family: var(--font-primary);
  font-size: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  font-weight: 300;
  opacity: 0.5;
}

.c-hero__text {
  margin-left: 1.5rem;
  max-width: 70rem;
  opacity: 0;
  translate: 0 0;
  animation-name: end-state;
  animation-duration: 1s;
  animation-delay: var(--hero-title-delay);
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@media (min-width: 767px) {
  .c-hero__text {
    margin-left: var(--spacing);
  }
}
.c-hero__text strong {
  color: var(--spot);
}

.c-hero__image {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
}
@media (min-width: 767px) {
  .c-hero__image {
    position: absolute;
    right: 5%;
    bottom: 5%;
  }
}
.c-hero__image img {
  display: block;
  max-height: 45svh;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 10;
  opacity: 0;
  translate: 0 0;
  animation-name: end-state;
  animation-duration: 3s;
  animation-delay: var(--hero-title-delay);
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  object-fit: contain;
  object-position: center bottom;
}
@media (min-width: 767px) {
  .c-hero__image img {
    max-width: 70vw;
    max-height: 100vh;
    translate: 5% 0;
    object-position: right bottom;
    animation-name: end-state;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }
}
.c-hero__image::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
  height: 100%;
  filter: blur(10rem);
  transform: translateZ(-0.1rem);
  background: var(--spot2-dark);
  z-index: 9;
}

.c-hero__buttons {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 2rem;
  opacity: 0;
  animation-name: end-state;
  animation-duration: 1s;
  animation-delay: var(--hero-title-delay);
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@media (min-width: 767px) {
  .c-hero__buttons {
    gap: 1.5rem;
    margin-top: 3rem;
  }
}

.c-hero__label {
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: 15%;
  padding: 1rem 10% 1rem 1.6rem;
  opacity: 0;
  translate: 10% 0;
  animation-name: end-state;
  animation-duration: 1s;
  animation-delay: 1.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@media (min-width: 767px) {
  .c-hero__label {
    bottom: 15%;
  }
}
.c-hero__label > * {
  position: relative;
  z-index: 10;
}
.c-hero__label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  translate: 0 -50%;
  filter: blur(4rem);
  transform: translateZ(-0.1rem);
  background: rgba(0, 0, 0, 0.65);
  z-index: 9;
}

.c-hero__label-name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
}
@media (min-width: 767px) {
  .c-hero__label-name {
    font-size: 3.2rem;
  }
}
.c-hero__label-name span {
  color: var(--spot);
}

.c-hero__label-socials {
  margin-top: 0.5rem;
}
@media (min-width: 767px) {
  .c-hero__label-socials {
    margin-top: 1rem;
  }
}

.c-hero__label-note {
  font-weight: 300;
}

body:has(.l-header--scrolled) .c-hero__book-teaser {
  translate: 100% 0;
}

.c-hero__book-teaser {
  position: fixed;
  z-index: 100;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 700px;
  width: 90%;
  background: var(--book-bg);
  bottom: 1rem;
  right: 0;
  transition: all 1s;
  border-radius: var(--radius-default) 0 0 var(--radius-default);
}
@media (min-width: 767px) {
  .c-hero__book-teaser {
    width: auto;
    bottom: 2rem;
  }
}
.c-hero__book-teaser-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 0 2rem 2rem;
}
@media (min-width: 767px) {
  .c-hero__book-teaser-content {
    padding: 3rem 2rem 3rem 3rem;
    max-width: 400px;
  }
}

.c-hero__book-teaser-above-title {
  font-family: var(--p-xsmall-font-family);
  font-size: var(--p-xsmall-font-size);
  line-height: var(--p-xsmall-line-height);
  font-weight: var(--p-xsmall-font-weight);
  letter-spacing: var(--p-xsmall-letter-spacing);
  text-transform: var(--p-xsmall-text-transform);
  text-decoration: var(--p-xsmall-text-decoration);
  display: inline-flex;
  font-weight: 600;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  background: var(--spot);
  color: var(--spot2-dark);
  padding: 0 0.1rem;
}
.c-hero__book-teaser-above-title strong {
  font-family: var(--font-secondary);
  font-size: var(--p-xsmall-span-font-size);
  font-weight: 500;
}
@media (min-width: 767px) {
  .c-hero__book-teaser-above-title {
    padding: 0 0.3rem;
  }
}

.c-hero__book-teaser-title {
  font-family: var(--h6-font-family);
  font-size: var(--h6-font-size);
  line-height: var(--h6-line-height);
  font-weight: var(--h6-font-weight);
  letter-spacing: var(--h6-letter-spacing);
  text-transform: var(--h6-text-transform);
  text-decoration: var(--h6-text-decoration);
  color: var(--spot);
}
.c-hero__book-teaser-title strong {
  font-family: var(--font-secondary);
  font-size: var(--h6-span-font-size);
  font-weight: 500;
}
@media (min-width: 767px) {
  .c-hero__book-teaser-title {
    font-family: var(--h4-font-family);
    font-size: var(--h4-font-size);
    line-height: var(--h4-line-height);
    font-weight: var(--h4-font-weight);
    letter-spacing: var(--h4-letter-spacing);
    text-transform: var(--h4-text-transform);
    text-decoration: var(--h4-text-decoration);
  }
  .c-hero__book-teaser-title strong {
    font-family: var(--font-secondary);
    font-size: var(--h4-span-font-size);
    font-weight: 500;
  }
}

.c-hero__book-teaser-text {
  font-family: var(--p-xsmall-font-family);
  font-size: var(--p-xsmall-font-size);
  line-height: var(--p-xsmall-line-height);
  font-weight: var(--p-xsmall-font-weight);
  letter-spacing: var(--p-xsmall-letter-spacing);
  text-transform: var(--p-xsmall-text-transform);
  text-decoration: var(--p-xsmall-text-decoration);
}
.c-hero__book-teaser-text strong {
  font-family: var(--font-secondary);
  font-size: var(--p-xsmall-span-font-size);
  font-weight: 500;
}
@media (min-width: 767px) {
  .c-hero__book-teaser-text {
    font-family: var(--p-small-font-family);
    font-size: var(--p-small-font-size);
    line-height: var(--p-small-line-height);
    font-weight: var(--p-small-font-weight);
    letter-spacing: var(--p-small-letter-spacing);
    text-transform: var(--p-small-text-transform);
    text-decoration: var(--p-small-text-decoration);
  }
  .c-hero__book-teaser-text strong {
    font-family: var(--font-secondary);
    font-size: var(--p-small-span-font-size);
    font-weight: 500;
  }
}

.c-hero__book-teaser-button {
  margin-top: 1rem;
}
@media (min-width: 767px) {
  .c-hero__book-teaser-button {
    margin-left: auto;
  }
}

.c-hero__book-teaser-image {
  margin: 1rem 0 0;
  width: 100%;
  height: auto;
  max-width: 140px;
  position: relative;
}
@media (min-width: 767px) {
  .c-hero__book-teaser-image {
    margin: -4rem -2rem 0;
    max-width: 220px;
  }
}
.c-hero__book-teaser-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 10;
}
.c-hero__book-teaser-image::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 30%;
  height: 50%;
  top: 50%;
  left: 0;
  translate: 0% -50%;
  background: rgba(255, 255, 255, 0.5);
  filter: blur(100px);
}

body:has(.c-hero__book-teaser) .c-hero__label {
  bottom: 20vh;
}
@media (min-width: 767px) {
  body:has(.c-hero__book-teaser) .c-hero__label {
    bottom: 45vh;
  }
}

@keyframes above-title {
  to {
    scale: 1;
    top: 0;
    opacity: 1;
    translate: 0 0;
    left: var(--spacing);
  }
}
@keyframes book {
  to {
    opacity: 1;
    translate: 0 0;
  }
}
