@import url('https://fonts.googleapis.com/css2?family=Stack+Sans+Headline:wght@200..700&display=swap');

:root {
  --about-bg: #000;
  --about-fg: #f5f5f5;
  --about-accent: #58ee6e;
  --about-word-size: clamp(6.5rem, 16vw, 12rem);
  --about-logo-size: clamp(2.4rem, 6.5vw, 5.4rem);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
}

html {
  overflow-x: hidden !important;
}

body {
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background: var(--about-bg);
  color: var(--about-fg);
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

@media (min-width: 769px) {
  html,
  body {
    overflow-y: hidden;
  }
}

.topbar.about-header {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  padding: 18px 25px;
  background: #000 !important;
  box-shadow: none;
}

#scrollProgressBar {
  background: #58ee6e !important;
}

.about-header .left-header {
  position: relative;
  z-index: 3;
  min-width: 48px;
  overflow: visible;
  flex: 0 0 auto;
}

.about-header .right-header {
  position: relative;
  z-index: 3;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  padding-right: 32px;
  flex: 0 0 auto;
}

.about-header__back,
.stores-header-back.about-header__back {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  color: #fff;
  animation: aboutBounceLeft 2s infinite;
  z-index: 4;
}

.about-header__back svg,
.stores-header-back.about-header__back svg {
  width: 18px;
  height: 18px;
  display: block;
}

.about-header__logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about-header .logo-header {
  height: 80px;
  width: auto;
  max-width: min(75vw, 100%);
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  filter: brightness(0) invert(1);
}

.about-header__icon-link,
.stores-header-link.about-header__icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: inherit;
  text-decoration: none;
  line-height: 0;
}

.about-header .icon-btn {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

html[data-about-from-index="1"] .about-header__cart-link {
  display: none;
}

.about-hero {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 24px 10px;
}

.about-stage {
  width: min(1200px, 100%);
}

.principal-services__norris-list {
  --c-primary: #ffffff;
  --c-secondary: #31e64d;
  --font-size: clamp(4.8rem, 11vw, 8.8rem);
  --animation-time: 25ms;
  --norris-shift: var(--font-size);
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  font-family: "Stack Sans Headline", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.principal-services__link {
  position: relative;
  display: inline-block;
  color: var(--c-primary);
  text-decoration: none;
  font-size: var(--link-font-size, var(--font-size));
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  padding: 0.04em 0;
}

.principal-services__norris-list .principal-services__link:first-child {
  margin-top: 0.02em;
  margin-bottom: -0.2em;
}

.principal-services__norris-list .principal-services__link:nth-child(2) {
  margin-top: 0;
  margin-bottom: -0.08em;
}

html[data-about-lang="fr"] .principal-services__norris-list {
  --font-size: clamp(4.4rem, 10vw, 8rem);
}

html[data-about-lang="fr"] .principal-services__link {
  letter-spacing: 0.02rem;
}

html[data-about-lang="zh-CN"] .principal-services__norris-list {
  --font-size: clamp(3.9rem, 8vw, 5.8rem);
  --norris-shift: calc(var(--font-size) * 1.08);
  gap: 0.08em;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif;
}

html[data-about-lang="zh-CN"] .principal-services__link {
  line-height: 1.08;
  letter-spacing: 0;
  padding: 0;
}

html[data-about-lang="zh-CN"] .principal-services__norris-list .principal-services__link:first-child,
html[data-about-lang="zh-CN"] .principal-services__norris-list .principal-services__link:nth-child(2) {
  margin-top: 0;
  margin-bottom: 0;
}

.principal-services__link span {
  position: relative;
  display: inline-block;
  color: transparent;
  line-height: 1;
  vertical-align: top;
}

.principal-services__link span.norris-space {
  min-width: 0.34em;
}

.principal-services__link span::before,
.principal-services__link span::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: attr(data-char);
  color: var(--c-primary);
  transition: all ease-in-out calc(var(--animation-time) * 10);
  transition-delay: calc(var(--index) * var(--animation-time));
}

.principal-services__link span::before {
  transform: translateY(0);
}

.principal-services__link span::after {
  transform: translateY(var(--norris-shift));
}

.principal-services__link:hover,
.principal-services__link:focus-visible {
  color: var(--c-secondary);
}

.principal-services__link:hover span::before,
.principal-services__link:hover span::after,
.principal-services__link:focus-visible span::before,
.principal-services__link:focus-visible span::after {
  color: var(--c-secondary);
}

.principal-services__link:hover span::before,
.principal-services__link:focus-visible span::before {
  transform: translateY(calc(-1 * var(--norris-shift)));
  opacity: 0;
}

.principal-services__link:hover span::after,
.principal-services__link:focus-visible span::after {
  transform: translateY(0);
}

.principal-services__link.is-mobile-active {
  color: var(--c-secondary);
}

.principal-services__link.is-mobile-active span::before,
.principal-services__link.is-mobile-active span::after {
  color: var(--c-secondary);
}

.principal-services__link.is-mobile-active span::before {
  transform: translateY(calc(-1 * var(--norris-shift)));
  opacity: 0;
}

.principal-services__link.is-mobile-active span::after {
  transform: translateY(0);
}

.about-center-logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  text-decoration: none;
  --logo-source-display-width: clamp(180px, 22vw, 260px);
  --logo-display-height: calc(var(--logo-source-display-width) * 210 / 349);
  --logo-zero-gap: 0px;
  --logo-strip-overlap: 1px;
  width: var(--logo-source-display-width);
  height: var(--logo-display-height);
  overflow: hidden;
}

.about-center-logo__norris {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.about-center-logo__zone {
  position: relative;
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip-path: inset(0 var(--zone-right, 0) 0 var(--zone-left, 0));
}

.about-center-logo__zone::before,
.about-center-logo__zone::after {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-mask-image: url('../logo.png');
  mask-image: url('../logo.png');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: var(--logo-source-display-width) var(--logo-display-height);
  mask-size: var(--logo-source-display-width) var(--logo-display-height);
  -webkit-mask-position: center;
  mask-position: center;
  transition: transform ease-in-out calc(var(--animation-time) * 10);
  transition-delay: calc(var(--zone-index) * var(--animation-time));
  will-change: transform;
}

.about-center-logo__zone::before {
  background-color: var(--c-primary);
  transform: translateY(0);
}

.about-center-logo__zone::after {
  background-color: var(--c-secondary);
  transform: translateY(100%);
}

.about-center-logo:hover .about-center-logo__zone::before,
.about-center-logo:focus-visible .about-center-logo__zone::before {
  transform: translateY(-100%);
}

.about-center-logo:hover .about-center-logo__zone::after,
.about-center-logo:focus-visible .about-center-logo__zone::after {
  transform: translateY(0);
}

.about-center-logo.is-mobile-active .about-center-logo__zone::before {
  transform: translateY(-100%);
}

.about-center-logo.is-mobile-active .about-center-logo__zone::after {
  transform: translateY(0);
}

.footer-zone {
  width: 100%;
  flex-shrink: 0;
  margin-top: auto;
  line-height: normal;
}

.footer-zone > .container.text-center.pt-4.pb-0 {
  width: 100%;
  max-width: none;
  padding-top: 0 !important;
  padding-right: 0;
  padding-bottom: 0 !important;
  padding-left: 0;
  margin: 0;
  text-align: center;
}

.socials {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 10px;
}

.socials img {
  width: 15px;
  height: 15px;
  cursor: pointer;
  user-select: none;
  filter: brightness(0) invert(1);
}

.socials a img {
  vertical-align: baseline;
}

.brand {
  margin-bottom: 10px;
}

.footer-zone .brand.mb-4 {
  margin-bottom: 10px !important;
}

.brand img {
  max-width: 180px;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  filter: brightness(0) invert(1) !important;
}

.images-banner {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  background: #000;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.images-banner .image-ticker {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
}

.images-banner .image-ticker ul {
  list-style: none;
  flex-shrink: 0;
  min-width: 100%;
  display: flex;
  gap: 0;
  padding: 0;
  margin: 0;
  animation: scrollRight 240s linear infinite reverse;
}

.images-banner .image-ticker ul li {
  flex-shrink: 0;
}

.images-banner .image-ticker ul li img {
  height: 24px;
  width: auto;
  display: block;
}

.images-banner .image-ticker:hover ul {
  animation-play-state: paused;
}

footer {
  background-color: #000;
  color: #fff;
  padding: 50px 20px;
  text-align: left;
  font-size: 10px;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  box-sizing: border-box;
}

footer > .container {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

footer .footer-sections {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

footer .footer-sections.row {
  --bs-gutter-x: 0;
  margin-left: auto;
  margin-right: auto;
}

footer .footer-sections.row > * {
  width: auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  flex: 0 0 auto;
}

footer .footer-sections strong {
  display: block;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

footer .footer-sections .col-6,
footer .footer-sections .col-md-3 {
  text-align: center;
}

footer .footer-sections a {
  color: #fff;
  text-decoration: none;
  display: table;
  margin: 5px auto;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  position: relative;
  line-height: 1.35;
  padding: 0;
  border: 0;
  background: transparent;
}

footer .footer-sections a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .18s ease;
}

footer .footer-bottom span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .18s ease;
}

footer .footer-sections a:hover::after,
footer .footer-sections a.footer-link-active::after,
footer .footer-bottom span:hover::after,
footer .footer-bottom span.lang-active::after {
  transform: scaleX(1);
}

footer .footer-bottom {
  border-top: 1px solid #555;
  margin-top: 30px !important;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 10px;
  gap: 8px;
}

footer .footer-bottom > div:first-child {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.15;
}

footer .footer-lang {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}

footer .footer-lang span {
  cursor: pointer;
  position: relative;
  display: inline-block;
  line-height: 1.2;
  color: #fff;
}

footer .footer-lang .lang-separator {
  opacity: 0.85;
  cursor: default;
  pointer-events: none;
}

@keyframes aboutBounceLeft {
  0%, 20%, 50%, 80%, 100% { transform: translateY(-50%) translateX(0); }
  40% { transform: translateY(-50%) translateX(-8px); }
  60% { transform: translateY(-50%) translateX(-4px); }
}

@keyframes scrollRight {
  to {
    transform: translateX(calc(-100%));
  }
}

@media (max-width: 1024px) {
  body {
    height: auto;
    min-height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
  }

  :root {
    --about-word-size: clamp(3.9rem, 15.5vw, 5.8rem);
    --about-logo-size: clamp(1.8rem, 7.6vw, 3rem);
  }

  .topbar.about-header {
    display: flex;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: auto !important;
    min-height: 74px !important;
    padding: 14px 16px 10px !important;
  }

  .about-header__back,
  .stores-header-back.about-header__back {
    left: 4px !important;
    width: 22px;
    height: 22px;
  }

  .about-header .logo-header {
    top: 50%;
    width: auto;
    height: 44px;
    max-width: calc(100% - 96px) !important;
    object-fit: contain;
    margin: 0 !important;
    display: block !important;
    transform: translate(-50%, -50%);
  }

  .about-header .left-header,
  .about-header .right-header {
    flex: 0 0 28px;
    min-width: 28px;
  }

  .about-header .right-header {
    gap: 10px;
    padding-right: 0;
  }

  .principal-services__norris-list {
    --font-size: clamp(5.25rem, 21vw, 7.3rem);
    min-height: 0;
    gap: 0.08em;
  }

  .about-center-logo {
    --logo-source-display-width: clamp(168px, 38vw, 230px);
    --logo-zero-gap: 0px;
  }

  .about-hero {
    flex: 1 1 auto;
    align-items: center;
    padding: 54px 20px 92px;
  }

  .about-stage {
    width: min(1200px, 100%);
    padding: 26px 0 56px;
  }

  footer {
    padding: 34px 16px 22px;
  }

  .footer-zone > .container,
  footer > .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  footer .footer-sections {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 32px 20px !important;
    max-width: 520px !important;
    margin: 0 auto !important;
    padding: 0 12px !important;
  }

  footer .footer-sections .col-6,
  footer .footer-sections .col-md-3 {
    padding: 0 2px !important;
    text-align: center !important;
  }

  footer .footer-sections.row > * {
    width: auto;
    max-width: none;
    flex: 0 0 auto;
  }

  footer .footer-sections a {
    margin: 5px auto;
    padding: 0 8px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
  }

  footer .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    gap: 8px;
    text-align: left;
    align-items: center;
    margin-top: 28px;
    padding-top: 16px;
  }

  footer .footer-lang {
    justify-content: flex-end;
  }
}

@media (max-width: 480px) {
  body {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .topbar.about-header {
    min-height: 74px !important;
    padding: 14px 16px 10px !important;
  }

  .about-header__back,
  .stores-header-back.about-header__back {
    left: 4px !important;
  }

  .about-header .logo-header {
    width: auto;
    height: 44px;
    max-width: calc(100% - 96px) !important;
  }


body[data-scroll-header-fixed="1"] .topbar.about-header {
  background: #000 !important;
}

body #scrollProgressBar {
  background: #58ee6e !important;
}
  .about-header .left-header,
  .about-header .right-header {
    flex-basis: 28px;
    min-width: 28px;
  }

  .about-header__icon-link,
  .stores-header-link.about-header__icon-link,
  .about-header .icon-btn {
    width: 20px;
    height: 20px;
  }

  footer .footer-sections {
    grid-template-columns: repeat(2, 1fr) !important;
    max-width: 92vw !important;
    gap: 32px 20px !important;
    padding: 0 12px !important;
    transform: scale(0.92);
    transform-origin: top center;
  }

  footer .footer-sections a,
  footer .footer-sections button {
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
  }

  footer .footer-lang {
    justify-content: center;
  }

  footer .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    align-items: center;
  }

  footer {
    text-align: center;
  }

  .about-hero {
    padding: 64px 18px 104px;
  }

  .about-stage {
    padding: 34px 0 68px;
  }

  .principal-services__norris-list {
    --font-size: clamp(5.7rem, 22vw, 7.7rem);
    gap: 0.1em;
  }

  .about-center-logo {
    --logo-source-display-width: clamp(184px, 44vw, 244px);
  }

  .about-hero {
    padding: 4px 14px 6px;
  }
}
