﻿.page-home {
  gap: var(--padding-y);
  padding-bottom: 0;
   max-width: 1440px;
	width: 100%;
   margin: 0 auto;
}

.page-home > section.wow.animate__animated {
  animation-name: home-section-reveal;
  animation-duration: 1.2s !important;
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1) !important;
  animation-fill-mode: both;
  will-change: opacity, transform;
}

@keyframes home-section-reveal {
  from {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .wow {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }
}

/* ========== Hero slider ========== */
.hero-slider {
  position: relative;
}

.hero-slider__swiper .swiper {
  width: 100%;
}

.hero-slide {
  position: relative;
  height: auto;
  aspect-ratio: 24 / 11;
  overflow: hidden;
  background: #111;
}

.hero-slide picture,
.hero-slide__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero-slider__video {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.hero-slide__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.12) 55%, rgba(0, 0, 0, 0.16) 100%);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hero-slide__logo {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 5;
  display: block;
  width: 62px;
  height: 28px;
}

.hero-slide__content {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  -webkit-transform: translate3d(0, -50%, 1px);
  transform: translate3d(0, -50%, 1px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
}

.hero-slide__title {
  font-family: "TT Runs", Helvetica, Arial, sans-serif;
  font-size: 100px;
  font-weight: 800;
  line-height: 100px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0;
  position:relative;
}

.hero-slide__title-line {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
}

.hero-slide__mobile-break {
  display: none;
}

.hero-slide__title-star {
  width: 23.94px;
  height: 21.54px;
  flex: 0 0 auto;
}

.hero-slide__button,
.tech-slide__button {
  height: 52px;
  padding: 0 32px;
  border: 1px solid #dfdfdf;
  border-radius: 16px 0;
  box-shadow: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0;
  pointer-events: auto;
}

.tech-slide__button {
  margin: auto auto 0;
}

.hero-slide__label {
  position: absolute;
  right: 40px;
  bottom: 114px;
  z-index: 2;

  color: #fff;
  font-family: "Montserrat", "TT Runs", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.hero-slider__controls {
  position: absolute;
  left: 40px;
  right: auto;
  bottom: 40px;
  z-index: 5;
  	width: calc(100% - 80px);
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.hero-slider__controls .swiper-pagination {
  --swiper-pagination-color: #181818;
  --swiper-pagination-inactive-border: #fff;
  --swiper-pagination-active-border: #fff;

  position: static;
  width: 112px;
}

.hero-slider__nav {
  display: flex;
  gap: 4px;
}

.hero-slider__arrow {
  width: 42px;
  height: 42px;
  padding: 9px;
  border-radius: 50%;
  border: 0.5px solid #dfdfdf;
  background: #ffffff;
  position: relative;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.hero-slider__arrow:hover {
  transform: translateY(-1px);
  background: #fff;
}

.hero-slider__arrow::before {
  content: "";
  position: absolute;
  width: 8.94px;
  height: 16.77px;
  top: 50%;
  left: 50%;
  background: center / contain no-repeat url('/assets/image/hero-arrow-next.svg');
}

.hero-slider__arrow--next::before {
  transform: translate(-50%, -50%);
}

.category-card__overlay {
	width: 100%;
   height: 100%;
   position: absolute;
   display: flex;
	z-index: 1;
}

.hero-slider__arrow--prev::before {
  width: 9.11px;
  height: 16.62px;
  background-image: url('/assets/image/hero-arrow-prev.svg');
  transform: translate(-50%, -50%);
}

/* ========== Intro ========== */
.brand-intro {
  width: min(1200px, calc(100% - 80px));
  max-width: 1200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}

.brand-intro__title {
  font-family: "TT Runs", Helvetica, Arial, sans-serif;
  font-size: 120px;
  font-weight: 800;
  line-height: 120px;
  letter-spacing: -0.02em;
  color: #14151a;
  text-transform: uppercase;
}

.brand-intro__subtitle {
  width: 521px;
  font-size: 22px;
  line-height: 32px;
  color: #2b2d34;
}

/* ========== Video ========== */
.brand-video__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1280 / 586;
  min-height: 360px;
  overflow: hidden;
  background: #0f0f10;
}

.brand-video__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 72px;
  height: 72px;
  padding: 0;
  transform: translate(-50%, -50%);
}

.brand-video__play img {
  display: block;
  width: 100%;
  height: 100%;
}

.sound-toggle {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;

  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(4px);
}

.sound-toggle::before,
.sound-toggle::after {
  content: "";
  width: 76%;
  height: 76%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.25s ease;
}

.sound-toggle::before {
  background-image: url('/assets/image/icon-sound-max.svg');
  opacity: 0;
}

.sound-toggle::after {
  position: absolute;
  background-image: url('/assets/image/icon-sound-mute.svg');
  opacity: 1;
}

.sound-toggle.sound-on::before {
  opacity: 1;
}

.sound-toggle.sound-on::after {
  opacity: 0;
}

/* ========== Values ========== */
.values .wrapper-mvn {
  width: 100%;
  max-width: none;
  padding: 0;
}

.values__stage {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1280 / 586;
  overflow: hidden;
}

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

.values__card {
  position: absolute;
  width: 495px;
  height: auto;
  min-height: 0;
  margin: 0;
  border: 0;
  border-radius: 32px 0;
  background: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  transform-origin: top left;
  transition: left 0.38s ease, top 0.38s ease, bottom 0.46s cubic-bezier(0.22, 1, 0.36, 1), transform 0.46s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.32s ease, box-shadow 0.46s ease;
}

.values__card.is-active {
  left: 40px;
  top: calc(50% + 12px);
  z-index: 3;
  opacity: 1;
  transform: translateY(-50%);
  pointer-events: auto;
}

.values__card.is-inactive {
  left: 64px;
  top: calc(50% - 19px);
  z-index: 2;
  opacity: 1;
  transform: translateY(-50%);
  pointer-events: none;
}

.values__card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 40px 32px;
}

.values__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin-bottom: 0;
}

.values__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0;
}

.values__actions {
  display: flex;
  flex-shrink: 0;
  gap: 8px;
}

.values__arrow {
  width: 42px;
  height: 42px;
  padding: 9px;
  border-radius: 50%;
  border: 0.5px solid #dfdfdf;
  background: #fff;
  position: relative;
}

.values__arrow::before {
  content: "";
  position: absolute;
  width: 8.94px;
  height: 16.77px;
  top: 50%;
  left: 50%;
  background: center / contain no-repeat url('/assets/image/hero-arrow-next.svg');
}

.values__arrow--prev::before {
  width: 9.11px;
  height: 16.62px;
  background-image: url('/assets/image/hero-arrow-prev.svg');
  transform: translate(-50%, -50%);
}

.values__arrow--next::before {
  transform: translate(-50%, -50%);
}

.values__text {
  display: grid;
  gap: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #252830;
}

.values__text p {
  margin: 0;
}

/* ========== Category carousel ========== */
.collection {
  position: relative;
}

.category-carousel {
  position: relative;
}

.category-carousel__nav {
  right: 0;
  z-index: 2;
  display: flex;
  gap: 4px;
  position: relative;
  justify-content: flex-end;
  margin-bottom: 32px;
}

.category-carousel__arrow {
  position: relative;
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 0.5px solid #dfdfdf;
  border-radius: 50%;
  background: #fff;
}

.category-carousel__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8.94px;
  height: 16.77px;
  background: center / contain no-repeat url('/assets/image/hero-arrow-next.svg');
  transform: translate(-50%, -50%);
}

.category-carousel__arrow--prev::before {
  width: 9.11px;
  height: 16.62px;
  background-image: url('/assets/image/hero-arrow-prev.svg');
}

.category-card {
  position: relative;
  aspect-ratio: 672 / 361;
  border-radius: 24px 0;
  overflow: hidden;
}

.category-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card__content {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 16px;
   flex-direction: column;
}

.category-card__title {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  z-index: 0;
}

.category-card__title--dark {
  color: #181818;
}

.category-card__button {
	height: 40px;
	padding: 14px 20px;
  	border-radius: 8px;
  	font-size: 12px;
   border-radius: 12px 0;
	border: 1px solid #DFDFDF;
	z-index: 1;
}

.category-carousel .swiper-pagination {
  --swiper-pagination-color: #181818;

  position: static;
  width: 112px;
  margin: 25px auto 0;
}

/* ========== Tech ========== */
.tech {
  min-height: 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
}

.tech__title {
  font-family: "TT Runs", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 60px;
  font-weight: 800;
  line-height: 64px;
  letter-spacing: -1px;
  color: #15161b;
  margin: 0;
}

.tech__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 32px;
  margin: 16px 0 32px;
}

.tech__tab {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #8b8e96;
  text-transform: uppercase;
	padding-block: 0px;
   padding-inline: 0px;
}

.tech__tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: #8b8e96;
  transform: scaleX(0);
  transition: transform 0.2s ease;
}

.tech__tab.is-active {
  color: #171820;
}

.tech__tab.is-active::after {
  background: #171820;
  transform: scaleX(1);
}

.tech__tab:hover::after {
  transform: scaleX(1);
}

.tech-grid {
  display: none;
  width: 100%;
}

.tech-grid.is-active {
  display: block;
  animation: tech-panel-reveal 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

@keyframes tech-panel-reveal {
  from {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tech-grid.is-active {
    animation: none;
  }
}

.tech-carousel {
  width: 100%;
}

.tech-carousel .swiper-wrapper {
  align-items: stretch;
   margin-bottom: 32px;
}

.tech-carousel .swiper-pagination {
  display: none;
}

.tech-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: auto;
}

.tech-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 442.667 / 310;
  object-fit: cover;
  border-radius: 24px 0;
}

.tech-card:first-child .tech-card__image {
  border-radius: 32px 0;
}

.tech-card__badge {
  margin: 0;
}

.tech-card__text {
  font-size: 16px;
  line-height: 22px;
  color: #181818;
}
@media (max-width: 1920px) {
	.hero-slider__controls {
	   width: calc(100% - 80px);
	}
}
@media (max-width: 1279px) {
  .hero-slide {
    height: 512px;
  }

  .hero-slide__content {
    left: 24px;
  }

  .hero-slider__controls {
    left: 0;
    right: 0;
    width: auto;
    bottom: 20px;
    height: auto;
    padding: 0 24px;
  }

  .brand-intro__subtitle {
    width: min(521px, 100%);
    font-size: 20px;
    line-height: 1.35;
  }

  .values__stage {
    aspect-ratio: 1440 / 660;
  }

  .values__card {
    width: min(460px, calc(100% - 48px));
    height: auto;
    min-height: 300px;
  }

  .values__card.is-active {
    left: 24px;
    top: 120px;
  }

  .values__card.is-inactive {
    left: 40px;
    top: 96px;
  }

  .values__card-content {
    padding: 28px 24px;
  }

  .values__title {
    font-size: 28px;
  }

  .values__text {
    font-size: 16px;
  }

  .collection {
    width: 100%;
    max-width: none;
  }

  .tech-card__image {
    aspect-ratio: 348 / 202;
  }

  .tech-carousel .swiper-pagination {
    --swiper-pagination-color: #181818;

    position: static;
    display: flex;
    width: 112px;
    margin: 18px auto 0;
  }

  .tech {
    min-height: 0;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
	.tech-slide__button {
		height: 40px;
		padding: 0 20px;
		font-size: 12px;
		line-height: 12px;
		letter-spacing: 0.12px;
	}
	.page-home {
		max-width:100%;
	}
  .hero-slider,
  .hero-slider__swiper .swiper {
    width: 100vw;
  }

  .hero-slide {
    height: clamp(587px, calc(1475px - 69.4vw), 942px);
    aspect-ratio: auto;
  }

  .hero-slide picture {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }

  .hero-slide__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
  }

  .hero-slide__content {
    top: clamp(151px, calc(1018px - 67.7vw), 498px);
    left: 30px;
    width: calc(100% - 60px);
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
  }

  .hero-slide__title {
    font-size: 100px;
    line-height: 100px;
    letter-spacing: -2px;
	 width: 50%;
  }
  .hero-slider__controls {
    top: calc(clamp(455px, calc(1343px - 69.4vw), 810px) + 54px);
    right: auto;
    bottom: auto;
    left: 50%;
    width: auto;
    height: auto;
    flex-direction: column;
    gap: 32px;
    justify-content: flex-start;
    transform: translateX(-50%);
  }

  .hero-slide__label {
    top: clamp(455px, calc(1343px - 69.4vw), 810px);
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .hero-slide__logo {
    top: 40px;
    right: 40px;
  }

  .hero-slider__nav {
    display: none;
  }

  .brand-intro {
    width: 100vw;
    max-width: none;
    height: auto;
    gap: 16px;
  }

  .brand-intro__title {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -1.6px;
  }

  .brand-intro__subtitle {
    width: 502.922px;
    font-size: 22px;
    line-height: 32px;
  }

  .brand-video__frame {
    width: 100vw;
    min-height: 0;
    aspect-ratio: 768 / 942;
  }

  .brand-video__media {
    position: absolute;
    top: 0;
    left: -63.85%;
    width: 218.59%;
    max-width: none;
    height: 100%;
  }

  .sound-toggle {
    display: none;
  }
  .tech-carousel .swiper-wrapper {
	 margin-bottom: 0;
  }

}

@media (max-width: 767px) {
	.tech-slide__button {
		height: 40px;
		padding: 0 20px;
		font-size: 12px;
		line-height: 12px;
		letter-spacing: 0.12px;
	}
	.page-home {
		max-width:100%;
	}
  .hero-slide__mobile-break {
    display: block;
  }

  .hero-slide {
    height: auto;
    aspect-ratio: 16 / 23;
  }

  .hero-slide__content {
    left: 16px;
    top: auto;
    right: auto;
    bottom: 100px;
    width: calc(100% - 32px);
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
    gap: 32px;
  }

  .hero-slide__title {
    font-size: 46px;
    line-height: 46px;
    letter-spacing: -1px;
    white-space: normal;
    margin: 0;
  }

  .hero-slide__button {
    width: auto;
    height: 40px;
    padding: 0 20px;
    border-radius: 12px 0;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.12px;
  }

  .hero-slide__label {
    left: 50%;
    right: auto;
    bottom: 66px;
    width: max-content;
    margin: 0;
    transform: translateX(-50%);
    font-size: 10px;
    line-height: 16px;
  }

  .hero-slider__controls {
    left: 0;
    right: 0;
    width: auto;
    bottom: 24px;
    height: auto;
    flex-direction: column;
    gap: 12px;
    justify-content: flex-start;
    padding: 0;
  }

  .hero-slide__logo {
    top: 16px;
    right: 16px;
  }

  .hero-slider__nav,
  .category-carousel__nav {
    display: none;
  }

  .hero-slider__controls .swiper-pagination,
  .category-carousel .swiper-pagination,
  .tech-carousel .swiper-pagination {
    width: 80px;
  }

  .brand-intro {
    width: 100%;
    height: auto;
    gap: 16px;
    padding: 0 16px;
	 justify-content: flex-start;
  }

  .brand-intro__subtitle {
    width: min(100%, 340px);
    font-size: 12px;
    line-height: 16px;
  }

  .brand-intro__title {
    font-size: 52px;
	 line-height: 52px;
    letter-spacing: -0.02em;
  }

  .brand-video__frame {
    min-height: 260px;
    aspect-ratio: 9 / 13;
  }

  .sound-toggle {
    right: 10px;
    bottom: 10px;
    width: 32px;
    height: 32px;
  }

  .values__stage {
    height: auto;
    aspect-ratio: 320 / 600;
    touch-action: pan-y;
  }

  .values__stage::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 10px;
    background: #fff;
    pointer-events: none;
  }

  .values__card {
    min-height: 174px;
    margin: 0;
    transition: bottom 0.46s cubic-bezier(0.22, 1, 0.36, 1), transform 0.46s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.32s ease, box-shadow 0.46s ease;
    will-change: bottom, transform, opacity;
  }

  .values__card.is-active {
    right: 0;
    bottom: 5px;
    left: 0;
    top: auto;
    width: 100%;
    transform: translateY(0) scale(1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  }

  .values__card.is-active .values__card-content {
    animation: values-card-content-reveal 0.5s ease-out both;
  }

  @keyframes values-card-content-reveal {
    from {
      opacity: 0.35;
    }

    to {
      opacity: 1;
    }
  }

  .values__card.is-inactive {
    right: 0;
    bottom: var(--values-inactive-offset, 0px);
    left: 0;
    top: auto;
    width: 100%;
    height: auto;
    opacity: 1;
    transform: translateY(0) scale(1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  }

  .values__card-content {
    gap: 16px;
    padding: 24px 16px;
  }

  .values__head {
    position: relative;
    min-height: 22px;
    align-items: flex-start;
  }

  .values__title {
    min-width: 0;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
  }

  .values__text {
    font-size: 12px;
    gap: 8px;
    line-height: 16px;
  }

  .values__actions {
    position: absolute;
    top: 0;
    right: 0;
    gap: 4px;
  }

  .values__arrow {
    width: 30px;
    height: 30px;
    padding: 7px;
  }

  .category-card {
    aspect-ratio: 1 / 1;
  }

  .category-card__title {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
  }

  .collection {
    width: calc(100% - var(--padding-x) * 2);
  }

  .category-carousel .swiper {
    width: 100%;
  }

  .category-card__content {
    right: 12px;
    bottom: 24px;
    left: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .category-card__button {
    height: 40px;
    padding: 0 20px;
    border-radius: 12px 0;
    font-size: 12px;
  }

  .category-carousel .swiper-pagination {
    margin-top: 24px;
  }

  .tech-grid {
    width: 100%;
    margin-bottom: 0;
  }

  .tech-card {
    gap: 14px;
  }

  .tech-card__image {
    aspect-ratio: 288 / 202;
    border-radius: 18px;
  }

  .tech-carousel .swiper-pagination {
    margin-top: 16px;
  }


@media (prefers-reduced-motion: reduce) {
  .values__card {
    transition: none;
  }
}
  .tech-card__text {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .values__stage {
    width: 100vw;
    aspect-ratio: 768 / 942;
  }

  .values__image {
    inset: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
  }

  .values__card {
    width: 431px;
    min-height: 0;
  }

  .values__card.is-active {
    top: auto;
    bottom: 40px;
    left: 30px;
    transform: none;
  }

  .values__card.is-inactive {
    top: auto;
    bottom: 56px;
    left: 54px;
    transform: none;
  }

  .values__card-content {
    gap: 16px;
    padding: 40px 32px;
  }

  .values__head {
    position: relative;
  }

  .values__title {
    font-size: 30px;
    line-height: 32px;
  }

  .values__actions {
    position: absolute;
    top: 0;
    right: -16px;
    gap: 4px;
  }

  .values__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {

  .sound-toggle {
    display: flex;
  }

  .collection {
    width: 100%;
    max-width: none;
	 padding: 0;
    box-sizing: border-box;
  }

  .category-carousel__nav {
	 margin-bottom: 32px;
	 padding-right: 40px;
  }
   
  .category-carousel_stack {
		padding: 0 30px;
  }
  .tech-carousel {
	 	padding: 0 30px;
  }

  .category-card {
    width: 588px !important;
    aspect-ratio: 588 / 316;
  }

  .category-card__content {
    right: 24px;
    bottom: 24px;
    left: 24px;
    gap: 16px;
  }

  .category-card__title {
    font-size: 30px;
    line-height: 32px;
  }

  .tech {
    min-height: 0;
	 width: 100%;
  }

  .tech__title {
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -1px;
  }

  .tech__tabs {
    gap: 24px;
  }

  .tech__tab {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
  }

  .tech-card__image {
	     aspect-ratio: 348 / 202;
  }

  .tech-card__text {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .values {
    overflow: hidden;
  }

  .values__stage {
    width: 100vw;
  }

  .collection,
  .tech {
	 width: 100%;
  }

  .tech-carousel,
  .category-carousel_stack {
	 padding: 0 16px;
  }

  .tech__title {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.5px;
  }

  .tech__tabs {
    gap: 16px;
    margin: 8px 0 16px;
  }

  .tech__tab {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.12px;
  }

  .tech-card {
    gap: 20px;
  }

  .tech-card__image {
    aspect-ratio: 288 / 202;
    border-radius: 24px 0;
  }

  .tech-card:first-child .tech-card__image {
    border-radius: 32px 0;
  }

  .tech-card__text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1000px) and (max-width: 1279px) {
  .hero-slide > picture img{
    object-position: top;
  }
}