@font-face {
  font-family: "F37 Kookie";
  src: url("assets/font/F37Kookie-Bold.otf") format("opentype"),
    url("assets/font/F37Kookie-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Livvic";
  src: url("assets/font/Livvic-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Livvic";
  src: url("assets/font/Livvic-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  --footer-bg: #f36d21;
  --footer-text: #fff;
  --footer-max-width: 1440px;
  --footer-side-padding: clamp(1.25rem, 4vw, 5rem);
  --footer-headline-size: clamp(2.5rem, 4vw, 46.776px);
  --footer-link-size: clamp(0.875rem, 1vw, 1rem);
  --footer-font-display: "F37 Kookie", "Trebuchet MS", "Segoe UI", sans-serif;
  --footer-font-accent: "Livvic", "Segoe UI", Arial, sans-serif;
  --footer-font-body: "Segoe UI", Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: var(--footer-font-body);
  background: #fff;
  color: #111827;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.page-content {
  min-height: 18vh;
}

.section-reveal__content {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.65s ease, transform 0.65s ease;
  will-change: opacity, transform;
}

.section-reveal.is-revealed .section-reveal__content {
  opacity: 1;
  transform: translateY(0);
}

.hero-section {
  position: relative;
  overflow: clip;
  color: #fff;
  background-color: var(--footer-bg);
  max-height: 55rem;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(18, 34, 62, 0.72) 0%, rgba(18, 34, 62, 0.48) 20%, rgba(18, 34, 62, 0) 45%),
    url("assets/images/1920x1080_v2.jpg") center top / cover no-repeat;
  transform: scale(1.01);
  transform-origin: center center;
  animation: heroZoomCover 10s ease-in-out infinite alternate;
    max-height: 55rem;
}

.hero-section__inner {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  min-height: 52rem;
  margin: 0 auto;
  padding: 0 var(--footer-side-padding);
}

.hero-section__topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.hero-section__logo-link {
  display: inline-flex;
  padding-top: 1.35rem;
}

.hero-section__logo-link:focus-visible,
.hero-section__badge:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.hero-section__logo {
  width: clamp(6.5rem, 10vw, 9.25rem);
}

.hero-section__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.02em;
  width: 12.3125rem;
  height: 15.875rem;
  padding: 7rem 1rem 2.25rem;
  border-radius: 0 0 9.38875rem 9.38875rem;
  background: #d8000b;
  color: #fff;
  font-family: var(--footer-font-display);
  font-size: 1.87775rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  opacity: 0;
  transform: translateY(-120%);
  transform-origin: top center;
  animation: heroBadgeRollIn 0.75s ease-out forwards 0.7s;
  overflow: hidden;
}

.hero-section__badge-letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(-14px);
  animation: heroBadgeLetterIn 0.38s ease-out forwards;
}

.hero-section__badge-letter:nth-child(1) {
  animation-delay: 1.45s;
}

.hero-section__badge-letter:nth-child(2) {
  animation-delay: 1.51s;
}

.hero-section__badge-letter:nth-child(3) {
  animation-delay: 1.57s;
}

.hero-section__badge-letter:nth-child(4) {
  animation-delay: 1.63s;
}

.hero-section__badge-letter:nth-child(5) {
  animation-delay: 1.69s;
}

.hero-section__badge-letter:nth-child(6) {
  animation-delay: 1.75s;
}

.hero-section__badge-letter:nth-child(7) {
  animation-delay: 1.81s;
}

.hero-section__content {
  display: block;
  align-items: start;
  min-height: calc(52rem - 8rem);
}

.hero-section__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  opacity: 0;
  transform: translateY(28px);
  animation: heroItemIn 0.9s ease forwards 0.25s;
}

.hero-section__heading {
  margin: 0;
  color: #fff;
  font-family: var(--footer-font-display);
  font-size: clamp(3rem, 6vw, 4.95rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.28);
}

.hero-section__text {
  margin: 1rem 0 0;
  color: #fff;
  font-family: var(--footer-font-display);
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.15;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.34);
}

.hero-section__packs {
  position: relative;
  z-index: 3;
  margin-top: 2.25rem;
  width: clamp(19rem, 34vw, 29rem);
  opacity: 0;
  transform: translateY(34px);
  animation: heroItemIn 0.85s ease forwards 0.6s;
}

.hero-section__bottom {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: 100vw;
  min-width: 100vw;
  transform: translateX(-50%);
  pointer-events: none;
}

.hero-section__bottom--wide {
  display: none;
}

@keyframes heroZoomCover {
  0% {
    transform: scale(1.01);
  }

  100% {
    transform: scale(1.04);
  }
}

@keyframes heroItemIn {
  0% {
    opacity: 0;
    transform: translateY(28px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroBadgeRollIn {
  0% {
    opacity: 0;
    transform: translateY(-120%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroBadgeLetterIn {
  0% {
    opacity: 0;
    transform: translateY(-14px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.moments-section {
  position: relative;
  overflow-x: clip;
  background: var(--footer-bg);
  color: #fff;
  padding: 6rem 0;
}

.moments-section__inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 var(--footer-side-padding);
}

.moments-section__heading {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #fff;
  font-family: var(--footer-font-display);
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}

.moments-section__rotating {
  display: block;
  min-height: 1.15em;
  margin-top: 0.08em;
  opacity: 0;
  transform: translateY(14px) scale(0.985);
  transition: opacity 0.24s ease, transform 0.32s ease;
  will-change: opacity, transform;
}

.moments-section__rotating.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.moments-section__rotating.is-changing {
  opacity: 0;
  transform: translateY(-10px) scale(0.985);
}

.moments-section__video-card {
  position: relative;
  z-index: 1;
  margin: clamp(2rem, 5vw, 3rem) auto 0;
  width: min(100%, 83.75rem);
  aspect-ratio: 1280 / 721;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.15);
  background: #111827;
}

.moments-section__video-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.moments-section__video-overlay.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.moments-section__video-thumb {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.moments-section__video-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.moments-section__play {
  position: absolute;
  inset: 50% auto auto 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(4.5rem, 8vw, 6.25rem);
  height: clamp(4.5rem, 8vw, 6.25rem);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.moments-section__video-overlay:hover .moments-section__play,
.moments-section__video-overlay:focus-visible .moments-section__play {
  background: #fff;
  transform: translate(-50%, -50%) scale(1.04);
}

.moments-section__video-overlay:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.moments-section__play-icon {
  width: 0;
  height: 0;
  margin-left: 0.35rem;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1.6rem solid #f36d21;
}

.products-slider {
  position: relative;
  overflow-x: clip;
  background: var(--footer-bg);
  color: #fff;
  padding: 5rem 0;
}

.products-slider__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 var(--footer-side-padding);
}

.products-slider__heading {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-family: var(--footer-font-display);
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}

.products-slider__subheading {
  position: relative;
  z-index: 1;
  margin: 1.5rem 0 0;
  color: #fff;
  font-family: var(--footer-font-accent);
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.products-slider__stage {
  position: relative;
  z-index: 1;
  margin: 3rem auto 0;
  width: min(100%, 82rem);
}

.floating-elements {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 4;
}

.floating-elements__item {
  position: absolute;
  display: block;
  max-width: clamp(4rem, 10vw, 10rem);
  opacity: 1;
  transform-origin: center;
  will-change: transform;
}

.floating-elements__item--slider-01 {
  top: -10%;
  right: -2%;
  width: 157.19px;
  height: auto;
  animation: floatDriftA 8s ease-in-out infinite alternate;
}

.floating-elements__item--slider-02 {
  top: 18%;
  left: -1%;
  width: 112.887px;
  height: auto;
  right: auto;
  animation: floatRotateB 11s ease-in-out infinite alternate;
}

.floating-elements__item--slider-03 {
  right: -2%;
  bottom: 32%;
  width: 83.422px;
  height: auto;
  animation: floatPulseC 7s ease-in-out infinite alternate;
}

.floating-elements__item--video-01 {
  top: 0rem;
  left: -1rem;
  width: 157.19px;
  height: auto;
  max-width: none;
  animation: floatDriftB 9s ease-in-out infinite alternate;
}

.floating-elements__item--video-02 {
  top: 15rem;
  right: -1rem;
  width: 123.862px;
  height: auto;
  max-width: none;
  animation: floatRotateA 10s ease-in-out infinite alternate;
}

.floating-elements__item--footer-01 {
  top: 5%;
  left: -10px;
  width: 83.422px;
  height: auto;
  max-width: none;
  animation: floatDriftA 10s ease-in-out infinite alternate;
}

.floating-elements__item--footer-02 {
  right: 25%;
  top: 14%;
  width: 73.571px;
  height: auto;
  max-width: none;
  animation: floatPulseB 7.5s ease-in-out infinite alternate;
}

.floating-elements__item--footer-03 {
  right: 4%;
  bottom: 45%;
  width: 110.536px;
  height: auto;
  max-width: none;
  animation: floatRotateB 12s ease-in-out infinite alternate;
}

.products-slider__viewport {
  position: relative;
  min-height: 48rem;
  border-radius: 2rem;
  background:
    radial-gradient(circle at center, rgba(255, 187, 133, 0.58) 0%, rgba(249, 115, 22, 0) 54%),
    url("assets/images/product-slider bg.png") center center / contain no-repeat,
    var(--footer-bg);
  overflow: hidden;
}

.product-card {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: center;
  justify-items: center;
  padding: 2rem 2rem 2.5rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(40px);
  transition: opacity 0.48s ease, transform 0.48s ease;
}

.product-card__background {
  position: absolute;
  top: 10vh;
  inset: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(18px) scale(0.96);
  transition: opacity 0.42s ease, transform 0.55s ease;
  pointer-events: none;
  overflow: hidden;
}

.product-card__background img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.product-card__visual,
.product-card__copy {
  position: relative;
  z-index: 1;
}

.product-card.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.product-card.is-active .product-card__background {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.product-card.is-active .product-card__visual,
.product-card.is-active .product-card__copy {
  opacity: 1;
  transform: translateY(0);
}

.product-card.is-active .product-card__copy {
  transition-delay: 0.08s;
}

.product-card.is-active .product-card__visual {
  transition-delay: 0.26s;
}

.product-card.is-exiting-next,
.product-card.is-exiting-prev {
  opacity: 0;
}

.product-card.is-exiting-next {
  transform: translateY(24px);
}

.product-card.is-exiting-prev {
  transform: translateY(24px);
}

.product-card.is-entering-next {
  transform: translateY(40px);
}

.product-card.is-entering-prev {
  transform: translateY(40px);
}

.product-card__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 100%;
  min-height: 34rem;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.36s ease, transform 0.45s ease;
}

.product-card__visual img {
  width: auto;
  max-width: min(100%, 54rem);
  height: 34rem;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.18));
}

.product-card__copy {
  width: min(100%, 37rem);
  padding-top: 1.6rem;
  border-top: 2px solid rgba(255, 255, 255, 0.9);
  text-align: center;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.36s ease, transform 0.45s ease;
}

.product-card__copy h4 {
  margin: 20px 0 0;
  color: #fff;
  font-family: var(--footer-font-display);
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.product-card__copy p {
  max-width: 34rem;
  margin: 0.9rem auto 0;
  color: #fff;
  font-family: var(--footer-font-accent);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
}

.products-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24.5px;
  height: 49px;
  border: 0;
  padding: 0;
  background: transparent;
  opacity: 0;
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.products-slider__stage:hover .products-slider__arrow,
.products-slider__stage:focus-within .products-slider__arrow {
  opacity: 1;
}

.products-slider__arrow:hover,
.products-slider__arrow:focus-visible {
  transform: translateY(-50%) scale(1.03);
}

.products-slider__arrow:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.products-slider__arrow--prev {
  left: -1rem;
}

.products-slider__arrow--prev svg {
  transform: rotate(180deg);
}

.products-slider__arrow--next {
  right: -1rem;
}

.site-footer {
  position: relative;
  overflow: clip;
  background-color: var(--footer-bg);
  background-image: url("assets/images/vlna.svg");
  background-repeat: no-repeat;
  background-position: center bottom 80%;
  background-size: 102% auto;
  color: var(--footer-text);
}

.site-footer__inner {
  position: relative;
  z-index: 1;
  max-width: var(--footer-max-width);
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3rem) var(--footer-side-padding) clamp(2rem, 4vw, 2.5rem);
}

.site-footer__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 22rem);
  grid-template-rows: auto auto;
  align-items: end;
  column-gap: clamp(2rem, 6vw, 6rem);
  min-height: clamp(30rem, 52vw, 43rem);
}

.site-footer__left {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  align-content: stretch;
}

.site-footer__products {
  width: min(43rem, 100%);
  margin-left: clamp(-0.75rem, -1vw, -0.25rem);
}

.site-footer__content {
  margin-top: clamp(1rem, 2vw, 1.75rem);
}

.site-footer__headline {
  margin: 0;
  color: #fff;
  font-family: var(--footer-font-display);
  font-size: var(--footer-headline-size);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-wrap: balance;
}

.site-footer__aside {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  column-gap: clamp(1rem, 2vw, 1.75rem);
  row-gap: 4.5rem;
  align-items: start;
  justify-content: end;
  align-content: start;
  min-height: auto;
  padding-bottom: 0;
}

.site-footer__legal,
.site-footer__visit {
  color: #fff;
  font-family: var(--footer-font-accent);
  font-style: normal;
  transition: opacity 0.2s ease;
}

.site-footer__legal {
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1.17px;
}

.site-footer__legal--desktop {
  align-self: start;
  justify-self: start;
  margin-top: 100px;
}

.site-footer__legal--mobile {
  display: none;
}

.site-footer__visit {
  grid-column: 1;
  grid-row: 2;
  justify-self: center;
  align-self: start;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.413px;
  text-align: center;
}

.site-footer__brand-link {
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  flex: 0 0 auto;
}

.site-footer__logo {
  width: 195.799px;
  height: 178px;
}

.site-footer__socials {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  align-self: center;
  justify-content: center;
  margin-top: 0;
}

.site-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-footer__socials a:hover,
.site-footer__socials a:focus-visible,
.site-footer__legal:hover,
.site-footer__legal:focus-visible,
.site-footer__visit:hover,
.site-footer__visit:focus-visible {
  opacity: 0.8;
}

.site-footer__socials a:hover,
.site-footer__socials a:focus-visible {
  transform: translateY(-1px);
}

.site-footer__socials a:focus-visible,
.site-footer__legal:focus-visible,
.site-footer__visit:focus-visible,
.site-footer__brand-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

@keyframes floatDriftA {
  0% {
    transform: translate3d(0, 0, 0) rotate(-4deg) scale(1);
  }

  50% {
    transform: translate3d(0.8rem, -0.9rem, 0) rotate(3deg) scale(1.04);
  }

  100% {
    transform: translate3d(-0.65rem, 0.75rem, 0) rotate(-2deg) scale(0.98);
  }
}

@keyframes floatDriftB {
  0% {
    transform: translate3d(0, 0, 0) rotate(2deg) scale(0.98);
  }

  50% {
    transform: translate3d(-0.9rem, -0.7rem, 0) rotate(-4deg) scale(1.03);
  }

  100% {
    transform: translate3d(0.6rem, 0.9rem, 0) rotate(4deg) scale(1);
  }
}

@keyframes floatRotateA {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  50% {
    transform: translate3d(0.55rem, -1rem, 0) rotate(6deg) scale(1.05);
  }

  100% {
    transform: translate3d(-0.5rem, 0.8rem, 0) rotate(-5deg) scale(0.99);
  }
}

@keyframes floatRotateB {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  50% {
    transform: translate3d(-0.8rem, -0.85rem, 0) rotate(-7deg) scale(1.02);
  }

  100% {
    transform: translate3d(0.85rem, 0.7rem, 0) rotate(5deg) scale(0.97);
  }
}

@keyframes floatPulseB {
  0% {
    transform: translate3d(0, 0, 0) scale(0.96);
  }

  50% {
    transform: translate3d(0.45rem, -0.8rem, 0) scale(1.06);
  }

  100% {
    transform: translate3d(-0.45rem, 0.6rem, 0) scale(0.99);
  }
}

@keyframes floatPulseC {
  0% {
    transform: translate3d(0, 0, 0) rotate(-2deg) scale(1);
  }

  50% {
    transform: translate3d(-0.7rem, -0.7rem, 0) rotate(2deg) scale(1.08);
  }

  100% {
    transform: translate3d(0.6rem, 0.7rem, 0) rotate(-1deg) scale(0.97);
  }
}

@media (max-width: 1600px) {
 /* .hero-section::before {
    inset: -6%;
    background:
      linear-gradient(90deg, rgba(18, 34, 62, 0.78) 0%, rgba(18, 34, 62, 0.48) 48%, rgba(18, 34, 62, 0) 100%) left top / 52% 100% no-repeat,
      linear-gradient(180deg, rgba(18, 34, 62, 0.28) 0%, rgba(18, 34, 62, 0) 42%) left top / 100% 100% no-repeat,
      url("assets/images/1920x1080_v2.webp") center top / cover no-repeat;
  }*/
}

@media (max-width: 900px) {
  .hero-section::before {
    background:
      linear-gradient(90deg, rgba(18, 34, 62, 0.82) 0%, rgba(18, 34, 62, 0.54) 42%, rgba(18, 34, 62, 0) 76%),
      linear-gradient(180deg, rgba(18, 34, 62, 0.64) 0%, rgba(18, 34, 62, 0.28) 28%, rgba(18, 34, 62, 0) 52%),
      url("assets/images/mobil_v3.jpg") center bottom / cover no-repeat;
  }

  .hero-section__inner {
    min-height: 50rem;
  }

  /* .hero-section__topbar: empty ruleset removed to avoid lint warning */

  .hero-section__logo-link {
    padding-top: 0.75rem;
  }

  .hero-section__badge {
          width: 8.85rem;
            height: 10.7rem;
            padding: 5rem 0.8rem 1.6rem;
            font-size: 1.3rem;
            margin-top: -60px;
  }

  .hero-section__content {
    grid-template-columns: 1fr;
    min-height: auto;
    margin-top: 30px;
  }

  .hero-section__copy {
    padding-top: 0;
  }

  .hero-section__heading {
    font-size: clamp(2.1rem, 11vw, 3.4rem);
    line-height: 1.08;
  }

  .hero-section__text {
    font-size: clamp(1.3rem, 5.8vw, 1.3rem);
  }

  .hero-section__packs {
    display: none;
  }

  .hero-section__bottom {
    width: 140vw;
    max-width: none;
  }

  .moments-section {
    padding-top: 0;
  }

  .moments-section__heading {
    font-size: clamp(1.6rem, 5vw, 45px);
  }

  .moments-section__rotating,
  .moments-section__video-card {
    min-height: 0;
  }

  .products-slider {
    padding-bottom: 0;
  }

  .products-slider__heading {
    font-size: clamp(1.6rem, 5vw, 45px);
  }

  .products-slider__subheading {
    font-size: clamp(1.1rem, 4.8vw, 1.6rem);
  }

  .products-slider__stage {
    margin-top: 0;
  }

  .products-slider__viewport {
    min-height: 30rem;
    border-radius: 1.5rem;
    margin-top: 30px;
  }

  .floating-elements__item--slider-01 {
    width: clamp(5.5rem, 18vw, 157.19px);
    top: 0%;
    right: -2%;
  }

  .floating-elements__item--slider-02 {
    width: clamp(4.25rem, 13vw, 112.887px);
    top: 27%;
    left: -2%;
  }

  .floating-elements__item--slider-03 {
    width: clamp(3.5rem, 10vw, 83.422px);
    right: -3%;
    bottom: 15%;
  }

  .floating-elements__item--video-01 {
    width: clamp(5.5rem, 14vw, 157.19px);
    top: -5rem;
    left: -2rem;
  }

  .floating-elements__item--video-02 {
    width: clamp(4.75rem, 14vw, 123.862px);
    top: 86%;
    right: -1rem;
  }

  .floating-elements__item--footer-01 {
    width: clamp(3.5rem, 10vw, 83.422px);
  }

  .floating-elements__item--footer-02 {
    width: clamp(3.1rem, 9vw, 73.571px);
    display: none;
  }

  .floating-elements__item--footer-03 {
    width: clamp(4.5rem, 12vw, 110.536px);
  }

  .product-card {
    grid-template-rows: auto auto;
    align-items: start;
    align-content: start;
    padding: 0 1rem 5rem;
  }

  .product-card__visual {
    margin-top: 50px;
    min-height: 0;
    align-items: flex-end;
  }

  .product-card__background {
    display: none;
  }

  .product-card__background img {
    width: min(100%, 30rem);
    max-height: 20rem;
  }

  .product-card__visual img {
    max-width: min(100%, 27rem);
    height: 18rem;
  }

  .product-card__copy {
    width: min(100%, 22rem);
    padding-top: 1.2rem;
    margin-top: 0.5rem;
  }

  .product-card__copy h4 {
    font-size: 1.2rem;
  }

  .product-card__copy p {
    font-size: 0.98rem;
  }

  .products-slider__arrow {
    top: 35%;
    bottom: auto;
    width: 13.5px;
    height: auto;
    opacity: 1;
    transform: translateY(-50%);
  }

  .products-slider__arrow:hover,
  .products-slider__arrow:focus-visible {
    transform: translateY(-50%) scale(1.03);
  }

  .products-slider__arrow--prev {
    left: 1rem;
  }

  .products-slider__arrow--next {
    right: 1rem;
  }

  .site-footer__layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    min-height: auto;
    row-gap: 2rem;
  }

  .site-footer__left {
    grid-column: 1;
    grid-row: 1;
    grid-template-rows: auto auto;
    gap: 1.5rem;
  }

  .site-footer__products {
    width: min(40rem, 100%);
    margin-left: 0;
    justify-self: center;
  }

  .site-footer__content {
    max-width: 38rem;
    justify-self: center;
  }

  .site-footer__aside {
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    justify-content: center;
    justify-items: center;
    row-gap: 1rem;
  }

  .site-footer__headline {
    text-align: center;
  }

  .site-footer__brand-link {
    order: 1;
    justify-self: center;
  }

  .site-footer__socials {
    grid-column: 1;
    grid-row: 3;
    align-self: auto;
    justify-content: center;
  }

  .site-footer__visit {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
    line-height: 1.5;
    text-align: center;
  }

  .site-footer__legal--desktop {
    display: none;
  }

  .site-footer__legal--mobile {
    display: block;
    grid-column: 1;
    grid-row: 4;
    justify-self: center;
    margin-top: 50px;
    text-align: center;
  }
}

@media (max-width: 900px) {
  .site-footer__inner {
    padding-top: 1.5rem;
  }

  .site-footer__headline {
    font-size: clamp(1.6rem, 5vw, 45px);
  }

  .site-footer__socials {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0;
    justify-content: center;
  }

  .site-footer {
    /*background-position: center bottom 80%;*/
    background-size: 140% auto;
  }
}

@media (min-width: 1601px) {
  .hero-section__bottom--default {
    display: none;
  }

  .hero-section__bottom--wide {
    display: block;
  }
}

.legal-page {
  min-height: 100vh;
  background: var(--footer-bg);
}

.legal-hero {
  position: relative;
  overflow: clip;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(18, 34, 62, 0.78) 0%, rgba(18, 34, 62, 0.54) 24%, rgba(18, 34, 62, 0.14) 56%, rgba(18, 34, 62, 0.04) 100%),
    url("assets/images/hero-bg.jpg") center center / cover no-repeat;
}

.legal-hero__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 1rem var(--footer-side-padding) 5rem;
}

.legal-hero__topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.legal-hero__logo-link {
  display: inline-flex;
}

.legal-hero__logo {
  width: clamp(6.5rem, 10vw, 9.25rem);
}

.legal-hero__back,
.legal-footer__home,
.legal-footer__site {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.75rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  color: #fff;
  font-family: var(--footer-font-accent);
  font-size: 0.98rem;
  font-weight: 600;
  transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.legal-hero__back:hover,
.legal-hero__back:focus-visible,
.legal-footer__home:hover,
.legal-footer__home:focus-visible,
.legal-footer__site:hover,
.legal-footer__site:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.legal-hero__back:focus-visible,
.legal-footer__home:focus-visible,
.legal-footer__site:focus-visible,
.legal-hero__logo-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.legal-hero__content {
  max-width: 54rem;
  padding-top: clamp(2rem, 6vw, 4rem);
  padding-bottom: 1rem;
}

.legal-hero__eyebrow {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--footer-font-accent);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.legal-hero__heading {
  margin: 0;
  color: #fff;
  font-family: var(--footer-font-display);
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  font-weight: 600;
  line-height: 1.1;
}

.legal-hero__lead {
  max-width: 40rem;
  margin: 1rem 0 0;
  color: #fff;
  font-family: var(--footer-font-accent);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  line-height: 1.5;
}

.legal-content {
  position: relative;
  z-index: 1;
  margin-top: -1.5rem;
  padding: 0 var(--footer-side-padding) 4rem;
  background: var(--footer-bg);
}

.legal-content__inner {
  max-width: 1040px;
  margin: 0 auto;
}

.legal-card {
  margin-top: 5rem;
  padding: clamp(1.5rem, 3vw, 3rem);
  border-radius: 2rem;
  background: #fff7f0;
  box-shadow: 0 24px 60px rgba(120, 52, 16, 0.16);
  color: #56321e;
}

.legal-card p,
.legal-card li {
  font-family: var(--footer-font-accent);
  font-size: 1rem;
  line-height: 1.75;
}

.legal-card p {
  margin: 0;
}

.legal-card a {
  color: #c94f08;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.legal-section h2 {
  margin: 0 0 0.9rem;
  color: #c94f08;
  font-family: var(--footer-font-display);
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 600;
  line-height: 120%;
}

section.legal-section {
  padding: 2rem 0 0;
  margin-top: 0;
}

.legal-section ul {
  margin: 0.9rem 0 0;
  padding-left: 1.2rem;
}

.legal-footer {
  background: var(--footer-bg);
  padding: 0 var(--footer-side-padding) 3rem;
}

.legal-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 1rem;
}

@media (max-width: 900px) {
  .legal-hero__inner {
    padding-bottom: 3rem;
  }

  .legal-hero__topbar,
  .legal-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .legal-hero__content {
    padding-top: 1.5rem;
  }

  .legal-content {
    margin-top: -0.75rem;
    padding-bottom: 2.5rem;
  }

  .legal-card {
    border-radius: 1.5rem;
  }

  .legal-footer {
    padding-bottom: 2rem;
  }
}

.cky-consent-bar {
  background-color: #f36d21 !important;
  border: 2px solid rgba(255, 255, 255, 0.42) !important;
  box-shadow: 0 18px 40px rgba(92, 39, 8, 0.2) !important;
}

.cky-title {
  color: #ffffff !important;
  font-family: "F37 Kookie", "Trebuchet MS", "Segoe UI", sans-serif !important;
}

.cky-consent-bar .cky-notice-des p {
  color: #ffffff !important;
  font-family: "Livvic", "Segoe UI", Arial, sans-serif !important;
}

.cky-btn {
  color: #ffffff !important;
  border-color: #d8000b !important;
  background-color: #d8000b !important;
  border-radius: 50px !important;
  font-family: "Livvic", "Segoe UI", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.cky-btn-customize {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background-color: transparent !important;
}

a.cky-policy {
  color: #ffffff !important;
}

.cky-preference-center {
  background-color: #f36d21 !important;
}

.cky-btn-revisit-wrapper {
  background-color: #d8000b !important;
}

@media (max-width: 520px) {
  .hero-section::before {
    background:
      linear-gradient(113deg, rgba(18, 34, 62, 0.82) 0%, rgba(18, 34, 62, 0.48) 26%, rgba(18, 34, 62, 0) 58%),
        url("assets/images/mobil_v3.jpg") center bottom / cover no-repeat;
  }

  .hero-section__copy {
    width: 80%;
  }

  .hero-section__text {
    width: 50%;
    font-size: 16px;
    line-height: 25px;
  }

  .hero-section__inner {
    min-height: 47rem;
  }

  .moments-section__play-icon {
    border-top-width: 0.75rem;
    border-bottom-width: 0.75rem;
    border-left-width: 1.2rem;
  }
}
