.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.faq-accordion__item {
  box-sizing: border-box;
  border: 1.5px solid #000000;
  border-radius: 31px;
  background: #f0f0f0;
  overflow: hidden;
}

.faq-accordion__question {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 48px;
  padding: 10px 16px 10px 21px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.35;
  color: #000000;
}

.faq-accordion__question::-webkit-details-marker {
  display: none;
}

.faq-accordion__question-text {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.faq-accordion__chevron {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.faq-accordion__chevron-svg {
  display: block;
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease;
  transform-origin: 50% 50%;
}

.faq-accordion__item[open] .faq-accordion__chevron-svg {
  transform: rotate(90deg);
}

.faq-accordion__answer {
  box-sizing: border-box;
  padding: 0 21px 16px;
}

.faq-accordion__answer p {
  margin: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: #161616;
}

.faq-accordion__answer p + p {
  margin-top: 1.5em;
}

@media (prefers-reduced-motion: reduce) {
  .faq-accordion__chevron-svg {
    transition: none;
  }
}
.pre-footer {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  min-height: min(70px, 30vw);
  overflow-x: clip;
}

.pre-footer--legal {
  background: #f5f5f5;
}

.pre-footer--dark {
  background: #000000;
  min-height: min(80px, 18vw);
}

.pre-footer--dark .pre-footer__glow {
  display: block;
  opacity: 1;
  height: min(140px, 28vw);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.55) 45%, #000 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.55) 45%, #000 100%);
}

.pre-footer--dark .pre-footer__glow-blob {
  bottom: 0;
  width: 100%;
  max-width: none;
  height: min(160px, 32vw);
  transform: translate(-50%, 0);
  border-radius: 0;
  background: radial-gradient(ellipse 120% 100% at 50% 100%, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 72%);
  filter: blur(24px);
  opacity: 1;
}

.pre-footer__content {
  position: relative;
  z-index: 1;
}

.pre-footer__glow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: min(100px, 40vw);
  pointer-events: none;
  z-index: 0;
  opacity: 0.6;
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 38%, #000 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 38%, #000 100%);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}

.pre-footer__glow-blob {
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: min(100% - 32px, 1480px);
  height: 120px;
  transform: translate(-50%, 45%);
  background: linear-gradient(90deg, #1698f7 0%, #8571fa 26.44%, #e160cd 50.96%, #ed5094 75.96%, #f56f2d 100%);
  filter: blur(60px);
  border-radius: 52px;
  opacity: 0.88;
}
.contact-page {
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
  padding: clamp(132px, 10vw, 160px) clamp(20px, 5vw, 40px) clamp(32px, 4vw, 48px);
  background: #F0F0F0;
}

.contact-page__shell {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

.contact-page__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(10px, 1.4vw, 14px);
  width: 100%;
  margin-bottom: clamp(24px, 3.5vw, 36px);
}

.contact-page__title {
  margin: 0;
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #000000;
}

.contact-page__rule {
  width: 100%;
  height: 1px;
  background: #dddddd;
}

.contact-page__subtitle {
  margin: 0;
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 500;
  font-size: clamp(20px, 2.8vw, 36px);
  line-height: 1.35;
  letter-spacing: -0.004em;
  color: #000000;
}

.contact-page__panel-wrap {
  position: relative;
  width: 100%;
  padding-bottom: clamp(48px, 8vw, 96px);
}

.contact-page__panel-bg {
  position: absolute;
  left: 50%;
  top: clamp(120px, 18vw, 200px);
  bottom: clamp(-32px, -4vw, -16px);
  z-index: 0;
  width: min(108%, 1620px);
  height: auto;
  transform: translateX(-50%);
  object-fit: cover;
  object-position: center bottom;
  pointer-events: none;
  mask-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.92) 28%,
    rgba(0, 0, 0, 0.55) 58%,
    rgba(0, 0, 0, 0.12) 82%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.92) 28%,
    rgba(0, 0, 0, 0.55) 58%,
    rgba(0, 0, 0, 0.12) 82%,
    transparent 100%
  );
}

.contact-page__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: clamp(22px, 2.8vw, 32px);
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(24, 16, 40, 0.14);
}

.contact-page__panel-overlay {
  position: relative;
  isolation: isolate;
  background: rgba(98, 98, 98, 0.7);
  backdrop-filter: blur(18.75px);
  -webkit-backdrop-filter: blur(18.75px);
}


.contact-page__panel-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) auto minmax(0, 0.9fr);
  gap: clamp(20px, 3vw, 36px);
  align-items: start;
  padding: clamp(24px, 3.5vw, 40px) clamp(20px, 3vw, 36px);
  /* box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.25); */
}

.contact-page__panel-inner--form-only {
  grid-template-columns: minmax(0, 1fr);
  max-width: 720px;
  margin-inline: auto;
}

.contact-page__form {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.3vw, 35px);
  min-width: 0;
}

.contact-page__form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 3.4vw, 35px);
}

.contact-page__field,
.contact-page__submit,
.contact-page__map-btn {
  position: relative;
  isolation: isolate;
}

.contact-page__field::before,
.contact-page__submit::before,
.contact-page__map-btn::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: inherit;
  padding: 1px;
  background: var(--gradient-stroke-border);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.contact-page__field:has(.contact-page__textarea)::before {
  bottom: 4px !important;
}

.contact-page__field {
  display: block;
  width: 100%;
  min-width: 0;
  border-radius: 100px;
}

.contact-page__field:has(.contact-page__textarea) {
  border-radius: 30px;
}

.contact-page__field:has(.contact-page__textarea)::after {
  content: '';
  position: absolute;
  right: clamp(14px, 1.6vw, 20px);
  bottom: clamp(12px, 1.4vw, 18px);
  z-index: 2;
  width: 20px;
  height: 20px;
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.5 14.5C11 14.5 14.5 11 14.5 5.5' stroke='rgba(255,255,255,0.62)' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E")
    no-repeat center / contain;
}

.contact-page__input,
.contact-page__textarea {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  border: none;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  color: #ffffff;
  outline: none;
  font-family: var(--font-raleway);
  font-style: normal;
  font-weight: 500;
  font-size: clamp(16px, 1.45vw, 22px);
  line-height: 1.4;
}

.contact-page__input {
  min-height: clamp(52px, 4.5vw, 68px);
  padding: 0 clamp(20px, 2vw, 30px);
  border-radius: 100px;
}

.contact-page__textarea {
  min-height: clamp(120px, 11vw, 166px);
  padding: clamp(16px, 1.45vw, 22px) clamp(20px, 2vw, 30px);
  padding-right: clamp(36px, 3.5vw, 44px);
  padding-bottom: clamp(28px, 2.8vw, 36px);
  border-radius: 30px;
  resize: vertical;
}

.contact-page__textarea::-webkit-resizer {
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
}


.contact-page__input::placeholder,
.contact-page__textarea::placeholder {
  color: #ffffff;
  opacity: 1;
  font-weight: 200;
}

.contact-page__input::-webkit-input-placeholder,
.contact-page__textarea::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
  font-weight: 200;
}

.contact-page__submit {
  align-self: flex-start;
  z-index: 0;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(140px, 12vw, 181px);
  min-height: 44px;
  margin-top: 0;
  padding: 10px 24px;
  border: none;
  border-radius: 100px;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 200;
  font-size: clamp(18px, 1.45vw, 20px);
  line-height: 1.2;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.35);
  cursor: pointer;
  transition: background 0.15s ease;
}

.contact-page__divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 100%;
  padding: clamp(8px, 1vw, 12px) 0;
}

.contact-page__divider-line {
  flex: 1;
  width: 1px;
  min-height: 48px;
  background: rgba(255, 255, 255, 0.22);
}

.contact-page__divider-label {
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 500;
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.72);
  text-transform: lowercase;
}

.contact-page__details {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.8vw, 28px);
  min-width: 0;
  padding-top: clamp(2px, 0.5vw, 4px);
}

.contact-page__detail-block {
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 1vw, 8px);
}

.contact-page__detail-label {
  margin: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(20px, 2.2vw, 24px);
  line-height: 1.35;
  color: #ffffff;
}

.contact-page__detail-value {
  margin: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 200;
  font-size: clamp(19px, 2.2vw, 22px);
  line-height: 1.45;
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.contact-page__detail-value--plain {
  text-decoration: none;
}

.contact-page__detail-value--plain a {
  color: #ffffff;
  text-decoration: none;
}

.contact-page__detail-value--plain a:hover,
.contact-page__detail-value:hover {
  text-decoration: underline;
}

.contact-page__detail-note {
  margin: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 200;
  font-size: clamp(13px, 1.5vw, 14px);
  line-height: 1.4;
  color: #ffffff;
}

.contact-page__map-btn {
  z-index: 0;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  margin-top: clamp(4px, 0.8vw, 8px);
  padding: 10px 24px;
  border: none;
  border-radius: 100px;
  font-family: var(--font-sf-display);
  font-style: normal; 
  font-weight: 200;
  font-size: clamp(18px, 1.45vw, 20px);
  line-height: 1.2;
  color: #ffffff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.35);
  transition: background 0.15s ease;
}

.contact-page__faq {
  position: relative;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  padding: clamp(40px, 6vw, 72px) clamp(20px, 5vw, 40px) clamp(48px, 6vw, 72px);
  background: #F0F0F0;
}

.contact-page__faq-shell {
  width: 100%;
  margin: 0 auto;
}

.contact-page__faq-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(8px, 1.2vw, 12px);
  max-width: 900px;
  margin-bottom: clamp(22px, 3.2vw, 32px);
}

.contact-page__faq-title {
  margin: 0;
  font-family: var(--font-sf-display);
  font-weight: 400;
  font-size: clamp(28px, 4.2vw, 52px);
  line-height: 1.08;
  color: #000000;
}

.contact-page__faq-lead {
  margin: 0;
  font-family: var(--font-sf-display);
  font-weight: 500;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: 1.35;
  letter-spacing: -0.004em;
  color: #525252;
}

.contact-page__faq-list {
  width: 100%;
  max-width: 733px;
  margin-bottom: clamp(22px, 3.2vw, 32px);
}

.contact-page__faq-cta {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  min-height: 44px;
  padding: 10px 20px;
  border: 1.5px solid #000000;
  border-radius: 22px;
  font-family: var(--font-sf-display);
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  color: #161616;
  background: transparent;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.contact-page__faq-cta:hover {
  background: #000000;
  color: #ffffff;
}

.contact-page__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 960px) {
  .contact-page__panel-inner {
    grid-template-columns: 1fr;
  }

  .contact-page__divider {
    flex-direction: row;
    min-height: auto;
    width: 100%;
    padding: 0;
  }

  .contact-page__divider-line {
    width: auto;
    height: 1px;
    min-height: 0;
    flex: 1;
  }
}

@media (max-width: 640px) {
  .contact-page__form-row {
    grid-template-columns: 1fr;
  }

  .contact-page__panel-wrap {
    padding-bottom: clamp(32px, 6vw, 56px);
  }
}
.scroll-reveal-stagger {
  width: 100%;
}

.scroll-reveal-section {
  width: 100%;
  flex-shrink: 0;
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.68, 1);
}

.scroll-reveal-stagger .scroll-reveal-stagger__item {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.72, 1),
    transform 0.68s cubic-bezier(0.22, 1, 0.72, 1);
}

.scroll-reveal-stagger.scroll-reveal-stagger--visible .scroll-reveal-stagger__item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: calc(var(--sr-index, 0) * 78ms);
}

@media (prefers-reduced-motion: reduce) {
  .scroll-reveal-section {
    transition: none;
  }

  .scroll-reveal-stagger .scroll-reveal-stagger__item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.custom-installations-page {
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
  padding: max(88px, 7vw) clamp(16px, 5vw, 48px) clamp(56px, 8vw, 96px);
  background: #e8e9ec;
}

.custom-installations-page__shell {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

.custom-installations-page__header {
  margin-bottom: clamp(28px, 4vw, 44px);
}

.custom-installations-page__title {
  margin: clamp(10px, 1.5vw, 16px) 0 0 0; 
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #000000;
}

.custom-installations-page__subtitle {
  margin: 0;
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 500;
  font-size: clamp(18px, 2.5vw, 24px);
  line-height: 1.35;
  color: #525252;
}

.custom-installations-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-installations-page__cell {
  margin: 0;
  padding: 0;
  min-width: 0;
}

.ci-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: clamp(10px, 1.8vw, 20px);
  min-height: clamp(168px, 24vw, 240px);
  padding: clamp(16px, 2.5vw, 22px) clamp(18px, 2.8vw, 28px);
  background: #000000;
  border-radius: 20px;
  overflow: hidden;
}

.ci-card__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  gap: clamp(12px, 2vw, 22px);
  flex: 1 1 48%;
  min-width: 0;
}

.ci-card__title {
  margin: 0;
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(30px, 3.8vw, 45px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.ci-card__cta {
  box-sizing: border-box;
  isolation: isolate;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 12px 22px;
  margin: 0;
  width: fit-content;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 9999px;
  background: rgba(39, 40, 42, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
}

.ci-card__cta-label {
  position: relative;
  z-index: 1;
  flex: none;
  order: 0;
  flex-grow: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 119px;
  height: 24px;
  padding: 0;
  margin: 0;
  overflow: visible;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(18px, 4.2vw, 22px);
  line-height: 24px;
  background-image:
    linear-gradient(0deg, #fff, #fff),
    linear-gradient(89.93deg, rgba(217, 217, 217, 0) -5.71%, rgba(217, 217, 217, 0.8) 26.07%, rgba(217, 217, 217, 0) 55.16%);
  background-blend-mode: color-dodge, lighten;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.ci-card__cta:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

@media (max-width: 420px) {
  .ci-card__cta-label {
    min-width: 96px;
    font-size: clamp(17px, 4.6vw, 22px);
    line-height: 1.2;
  }
}

.ci-card__media {
  flex: 0 1 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 52%;
  min-height: 0;
}

.ci-card__img {
  display: block;
  width: 100%;
  max-width: min(200px, 28vw);
  height: auto;
  max-height: min(170px, 22vw);
  object-fit: contain;
  object-position: center right;
}

@media (max-width: 720px) {
  .custom-installations-page__grid {
    grid-template-columns: 1fr;
  }

  .ci-card {
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
  }

  .ci-card__main {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .ci-card__title {
    flex: 1 1 auto;
  }

  .ci-card__media {
    max-width: 100%;
    justify-content: center;
  }

  .ci-card__img {
    max-width: min(190px, 55%);
    max-height: 145px;
    object-position: center center;
  }
}
.legal-page {
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
  padding: clamp(132px, 10vw, 160px) clamp(20px, 5vw, 40px) clamp(32px, 4vw, 48px);
  background: #f5f5f5;
}

.legal-page__shell {
  box-sizing: border-box;
  width: 100%;
}

.legal-page__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(6px, 1vw, 10px);
  width: 100%;
  margin: 0 0 clamp(20px, 3vw, 32px);
  padding-top: 0;
  text-align: left;
}

.legal-page__brand {
  margin: 0;
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(40px, 6vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #000000;
}

.legal-page__rule {
  width: 100%;
  height: 1px;
  margin: clamp(4px, 0.8vw, 8px) 0 clamp(6px, 1vw, 10px);
  background: #dddddd;
}

.legal-page__document-title {
  margin: 0 clamp(10px, 1vw, 20px);
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(28px, 3.6vw, 36px);
  line-height: 1.2;
  color: #000000;
}

.legal-page__updated {
  margin: 0 clamp(10px, 1vw, 20px);
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 300;
  font-size: clamp(14px, 1.8vw, 16px);
  line-height: 1.4;
  color: #000;
}

.legal-page__content {
  width: 100%;
  margin-inline: clamp(10px, 1vw, 20px);
}

.legal-page__section {
  margin-bottom: clamp(32px, 4.5vw, 44px);
}

.legal-page__section:last-child {
  margin-bottom: 0;
}

.legal-page__section-title {
  margin: 0 0 clamp(12px, 1.8vw, 16px);
  padding: 0;
  font-family: var(--font-sf-display);
  font-weight: 700;
  font-size: clamp(18px, 2.4vw, 24px);
  line-height: 1.45;
  color: #000000;
}

.legal-page__subheading {
  margin: clamp(14px, 2vw, 18px) 0 clamp(10px, 1.5vw, 12px);
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.45;
  color: #000000;
}

.legal-page__paragraph {
  margin: 0 0 clamp(12px, 1.8vw, 16px);
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(18px, 2.2vw, 21px);
  line-height: 1.5;
  color: #000000;
  letter-spacing: -0.008em;
}

.legal-page__paragraph:last-child {
  margin-bottom: 0;
}

.legal-page__paragraph--caps {
  text-transform: uppercase;
}

.legal-page__link {
  color: #8571fa;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.legal-page__link:hover {
  color: #6f5ce0;
}

.legal-page__cta {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(12px, 1.8vw, 16px);
  padding: 12px 28px;
  border: 0;
  border-radius: 999px;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 500;
  font-size: clamp(15px, 1.9vw, 17px);
  line-height: 1.2;
  text-decoration: none;
  color: #ffffff;
  background: #8a8a8a;
  transition: background 0.15s ease;
}

.legal-page__cta:hover {
  background: #6f6f6f;
}

.legal-page__list {
  margin: 0 0 clamp(12px, 1.8vw, 16px);
  padding: 0 0 0 1.35em;
  list-style: disc;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 300;
  font-size: clamp(18px, 2.2vw, 21px);
  line-height: 1.5;
  color: #000000;
  letter-spacing: -0.008em;
}

.legal-page__list:last-child {
  margin-bottom: 0;
}

.legal-page__list li + li {
  margin-top: clamp(4px, 0.8vw, 6px);
}

@media (max-width: 640px) {
  .legal-page__shell {
    max-width: 100%;
  }
}
.faq-page {
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
  padding: max(140px, 12vw) clamp(16px, 5vw, 48px) clamp(44px, 7vw, 96px);
  background: #f0f0f0;
}

.faq-page__shell {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

.faq-page__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(10px, 1.5vw, 16px);
  width: 100%;
  margin-bottom: clamp(28px, 4vw, 40px);
  padding-top: clamp(16px, 2.5vw, 32px);
  text-align: center;
}

.faq-page__title {
  margin: 0;
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(32px, 4.8vw, 56px);
  line-height: 1.08;
  color: #000000;
}

.faq-page__lead {
  margin: 0;
  padding: 0;
  max-width: 900px;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 500;
  font-size: clamp(13px, 1.6vw, 16px);
  line-height: 1.4;
  letter-spacing: -0.004em;
  color: #000000;
}

.faq-page__content {
  width: 100%;
  max-width: 733px;
  margin: 0 auto;
}

.faq-page__search-wrap {
  width: 100%;
  margin-bottom: clamp(24px, 3.5vw, 36px);
}

.faq-page__search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.faq-page__search-field {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.faq-page__search-input {
  box-sizing: border-box;
  width: 100%;
  min-height: 48px;
  padding: 10px 44px 10px 21px;
  border: 1.5px solid #000000;
  border-radius: 31px;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(15px, 1.9vw, 17px);
  line-height: 1.4;
  color: #161616;
  background: #f0f0f0;
  outline: none;
}

.faq-page__search-input::placeholder {
  color: #848484;
}

.faq-page__search-input:focus-visible {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #000000;
}

.faq-page__search-icon {
  position: absolute;
  right: 18px;
  width: 18px;
  height: 18px;
  color: #161616;
  pointer-events: none;
}

.faq-page__list {
  width: 100%;
  margin-bottom: clamp(24px, 3.5vw, 36px);
}

.faq-page__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

.faq-page__action-btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  min-height: 44px;
  padding: 10px 20px;
  border: 1.5px solid #000000;
  border-radius: 22px;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #161616;
  background: transparent;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.faq-page__action-btn:hover {
  background: #000000;
  color: #ffffff;
}

.faq-page__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(12px, 2vw, 16px);
  width: 100%;
  text-align: center;
}

.faq-page__empty-title {
  margin: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(15px, 1.9vw, 17px);
  line-height: 1.3;
  color: #d93025;
}

.faq-page__empty-hint {
  margin: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 500;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: 1.35;
  letter-spacing: -0.004em;
  color: #525252;
}

.faq-page__contact-cta {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  min-height: 44px;
  padding: 10px 20px;
  border: 1.5px solid #000000;
  border-radius: 22px;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  color: #161616;
  background: transparent;
  transition: background 0.15s ease, color 0.15s ease;
}

.faq-page__contact-cta:hover {
  background: #000000;
  color: #ffffff;
}
.axt-series {
  --axt-font-display: var(--font-sf-display);

  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  min-height: 0;
  isolation: isolate;
  overflow: hidden;
  background: #000;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

.axt-series__canvas {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  line-height: 0;
}

.axt-series__particles-img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 1023px) {
  .axt-series {
    height: 52svh;
    min-height: 320px;
    max-height: 560px;
  }

  .axt-series__canvas {
    position: absolute;
    inset: 0;
  }

  .axt-series__particles-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
  }
}

@media (min-width: 1024px) {
  .axt-series {
    height: min(70svh, calc(100vw * 870 / 2268));
  }

  .axt-series__canvas {
    position: absolute;
    inset: 0;
  }

  .axt-series__particles-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
  }
}

.axt-series__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0.42) 28%,
    rgba(0, 0, 0, 0.12) 55%,
    rgba(0, 0, 0, 0) 75%
  );
}

.axt-series__inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 32px var(--content-inline);
}

.axt-series__label {
  position: absolute;
  top: var(--section-title-top);
  left: var(--content-inline);
  box-sizing: border-box;
  width: min(700px, calc(100% - (2 * var(--content-inline))));
  min-height: 53px;
  margin: 0;
  display: flex;
  align-items: center;
  font-family: var(--axt-font-display);
  font-style: normal;
  font-weight: 500;
  font-size: var(--series-label-size);
  line-height: 1.2;
  color: #c4c4e2;
}

.axt-series__cta {
  box-sizing: border-box;
  position: absolute;
  right: var(--content-inline);
  bottom: clamp(24px, 4vw, 32px);
  z-index: 2;
  isolation: isolate;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 12px 22px;
  margin: 0;
  width: fit-content;
  max-width: calc(100% - (2 * var(--content-inline)));
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 9999px;
  background: rgba(105, 105, 105, 0.3);
  backdrop-filter: blur(18.75px);
  -webkit-backdrop-filter: blur(18.75px);
}

.axt-series__cta-label {
  position: relative;
  z-index: 1;
  flex: none;
  order: 0;
  flex-grow: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 119px;
  height: 24px;
  padding: 0;
  margin: 0;
  overflow: visible;
  font-family: var(--axt-font-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(18px, 4.2vw, 22px);
  line-height: 24px;
  background-image:
    linear-gradient(0deg, #7ea1ff, #7ea1ff),
    linear-gradient(89.93deg, rgba(217, 217, 217, 0) -5.71%, rgba(217, 217, 217, 0.8) 26.07%, rgba(217, 217, 217, 0) 55.16%);
  background-blend-mode: color-dodge, lighten;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

@supports not (background-clip: text) {
  .axt-series__cta-label {
    color: #7a879c;
    background-image: none;
    -webkit-text-fill-color: unset;
  }
}

.axt-series__cta:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

@media (max-width: 767px) {
  .axt-series__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.32) 0%,
        rgba(0, 0, 0, 0.18) 22%,
        rgba(0, 0, 0, 0) 55%
      ),
      linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.78) 0%,
        rgba(0, 0, 0, 0.28) 36%,
        rgba(0, 0, 0, 0) 70%
      );
  }

  .axt-series__inner {
    padding: 28px var(--content-inline);
  }

  .axt-series__label {
    top: var(--section-title-top-mobile);
    left: var(--content-inline);
    width: min(499px, calc(100% - 40px));
    font-size: var(--series-label-size-mobile);
    line-height: 1.2;
  }

  .axt-series__cta {
    right: var(--content-inline);
    bottom: 20px;
  }
}

@media (max-width: 420px) {
  .axt-series__cta-label {
    min-width: 96px;
    height: auto;
    min-height: 24px;
    font-size: clamp(17px, 4.6vw, 25px);
    line-height: 1;
  }
}
.crafted-space {
  --crafted-reserve: clamp(118px, 20vh, 188px);

  position: relative;
  z-index: 1;
  width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: clamp(56px, 8vw, 96px) var(--content-inline) clamp(72px, 10vw, 120px);
  background: #e8e9ec;
  overflow-x: clip;
  overflow-y: visible;
}

.crafted-space__inner {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

.crafted-space__title {
  margin: 0 0 clamp(20px, 3vw, 32px);
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(20px, 3.2vw, 34px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000000;
}

.crafted-space__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.5vw, 20px);
  align-items: start;
  justify-items: center;
  list-style: none;
  margin: 0;
  padding: clamp(4px, 1vw, 10px) 0 0;
}

.crafted-space__item {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 380px;
}

.crafted-space__card {
  position: relative;
  display: block;
  width: min(100%, 380px, max(180px, calc((100svh - var(--crafted-reserve)) * 380 / 484)));
  max-width: 380px;
  margin: 0 auto;
  aspect-ratio: 380 / 484;
  max-height: min(484px, max(200px, calc(100svh - var(--crafted-reserve))));
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  outline: none;
}

.crafted-space__surface {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: clamp(28px, 4vw, 44px);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition:
    box-shadow 0.28s ease,
    transform 0.28s cubic-bezier(0.33, 1, 0.68, 1);
}

.crafted-space__card:hover .crafted-space__surface,
.crafted-space__card:focus-visible .crafted-space__surface {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
}

.crafted-space__media {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
  padding: clamp(10px, 1.6vw, 18px);
}

.crafted-space__img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.crafted-space__label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(44px, 6vw, 56px);
  padding: clamp(10px, 1.4vw, 14px) clamp(10px, 1.4vw, 14px) 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 500;
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.25;
  text-align: center;
  color: #101010;
}

.crafted-space__card:focus-visible {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 5px #000000;
}

@media (max-width: 1023px) {
  .crafted-space__grid {
    grid-template-columns: 1fr;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .crafted-space__item {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .crafted-space__surface {
    transition: none;
  }

  .crafted-space__card:hover .crafted-space__surface,
  .crafted-space__card:focus-visible .crafted-space__surface {
    transform: none;
  }
}
.faq {
  position: relative;
  z-index: 1;
  width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: clamp(40px, 6vw, 72px) var(--content-inline) clamp(44px, 7vw, 96px);
  background: transparent;
}

.faq__shell {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.faq__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(8px, 1.2vw, 12px);
  max-width: 900px;
  margin-bottom: clamp(22px, 3.2vw, 32px);
}

.faq__title {
  margin: 0;
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(28px, 4.2vw, 52px);
  line-height: 1.08;
  display: flex;
  align-items: center;
  color: #000000;
}

.faq__lead {
  margin: 0;
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 500;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: 1.35;
  letter-spacing: -0.004em;
  color: #525252;
}

.faq__list {
  width: 100%;
  max-width: 733px;
  margin-bottom: clamp(22px, 3.2vw, 32px);
}

.faq__cta {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  min-height: 44px;
  padding: 10px 20px;
  border: 1.5px solid #000000;
  border-radius: 22px;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  color: #161616;
  background: transparent;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.faq__cta:hover {
  background: #000000;
  color: #ffffff;
}
.series-technology {
  width: 100%;
}

.series-technology__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(8px, 1.2vw, 12px);
  margin-bottom: clamp(24px, 3.5vw, 36px);
}

.series-technology__title {
  margin: 0;
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(28px, 3.8vw, 48px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #000000;
}

.series-technology__subtitle {
  margin: 0;
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 500;
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.35;
  color: #525252;
}

.series-technology__poster {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  width: 100%;
  min-height: clamp(280px, 38vw, 588px);
  padding: clamp(28px, 4vw, 48px) clamp(20px, 4vw, 48px);
  border-radius: 20px;
  overflow: hidden;
}

.series-technology__poster-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.series-technology__video-link {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: clamp(64px, 10vw, 88px);
  height: clamp(44px, 7vw, 60px);
  transform: translate(-50%, -50%);
  border-radius: 12px;
  cursor: pointer;
}

.series-technology__video-link:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

.series-technology__video-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.series-technology__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.8vw, 18px);
  width: min(420px, 42%);
  max-width: 100%;
}

.series-technology__feature-title {
  margin: 0;
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.series-technology__body {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.4vw, 14px);
}

.series-technology__paragraph {
  margin: 0;
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 200;
  font-size: clamp(13px, 1.4vw, 18px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 767px) {
  .series-technology__poster {
    align-items: flex-end;
    justify-content: stretch;
    min-height: clamp(320px, 72vw, 520px);
    padding: clamp(16px, 3vw, 24px);
  }

  .series-technology__copy {
    width: 100%;
  }
}
.home-technology {
  position: relative;
  z-index: 1;
  width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: clamp(56px, 8vw, 96px) var(--content-inline);
  background: #f0f0f0;
  overflow-x: clip;
}

.home-technology__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
}
.pro-series {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  min-height: 0;
  isolation: isolate;
  overflow: hidden;
  background: #050304;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

.pro-series__canvas {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  line-height: 0;
}

.pro-series__particles-img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 1023px) {
  .pro-series {
    height: 52svh;
    min-height: 320px;
    max-height: 560px;
  }

  .pro-series__canvas {
    position: absolute;
    inset: 0;
  }

  .pro-series__particles-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media (min-width: 1024px) {
  .pro-series {
    height: min(70svh, calc(100vw * 870 / 2268));
  }

  .pro-series__canvas {
    position: absolute;
    inset: 0;
  }

  .pro-series__particles-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.pro-series__inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 32px var(--content-inline);
}

.pro-series__heading {
  position: absolute;
  top: var(--section-title-top);
  left: var(--content-inline);
  box-sizing: border-box;
  width: min(586px, calc(100% - clamp(80px, 11vw, 160px)));
  min-height: 0;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  font-style: normal;
  font-weight: 400;
}

.pro-series__title-pro {
  margin: 0;
  padding: 0;
  font-family: var(--font-equinox);
  font-style: normal;
  font-weight: 400;
  font-size: calc(var(--series-label-size) * 1.5);
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ffbeac 27.3%, rgba(255, 190, 172, 0.3) 92.58%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

@supports not (background-clip: text) {
  .pro-series__title-pro {
    color: #ffbeac;
    background: none;
    -webkit-text-fill-color: unset;
  }
}

.pro-series__title-series {
  margin: 0;
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 200;
  font-size: var(--series-label-size);
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: rgba(255, 214, 204, 0.95);
}

.pro-series__cta {
  box-sizing: border-box;
  position: absolute;
  right: var(--content-inline);
  bottom: clamp(24px, 4vw, 32px);
  z-index: 2;
  isolation: isolate;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 12px 22px;
  margin: 0;
  width: fit-content;
  max-width: calc(100% - (2 * var(--content-inline)));
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 9999px;
  background: rgba(105, 105, 105, 0.3);
  backdrop-filter: blur(18.75px);
  -webkit-backdrop-filter: blur(18.75px);
}

.pro-series__cta-label {
  position: relative;
  z-index: 1;
  flex: none;
  order: 0;
  flex-grow: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 119px;
  height: 24px;
  padding: 0;
  margin: 0;
  overflow: visible;
  font-family: var(--axt-font-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(18px, 4.2vw, 22px);
  line-height: 24px;
  background-blend-mode: color-dodge, lighten;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-image:
  linear-gradient(0deg, #b1b1b1, #b1b1b1),
  linear-gradient(89.93deg, rgba(217, 217, 217, 0) -5.71%, rgba(217, 217, 217, 0.8) 26.07%, rgba(217, 217, 217, 0) 55.16%);
}

@supports not (background-clip: text) {
  .pro-series__cta-label {
    color: #a8b8d4;
    background-image: none;
    -webkit-text-fill-color: unset;
  }
}

.pro-series__cta:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

@media (max-width: 767px) {
  .pro-series__inner {
    padding: 28px var(--content-inline);
  }

  .pro-series__heading {
    top: var(--section-title-top-mobile);
    left: var(--content-inline);
    width: min(586px, calc(100% - 40px));
  }

  .pro-series__title-pro {
    font-size: calc(var(--series-label-size-mobile) * 1.7);
  }

  .pro-series__title-series {
    font-size: var(--series-label-size-mobile);
  }

  .pro-series__cta {
    right: var(--content-inline);
    bottom: 20px;
  }
}

@media (max-width: 420px) {
  .pro-series__cta-label {
    min-width: 96px;
    height: auto;
    min-height: 24px;
    font-size: clamp(17px, 4.6vw, 22px);
    line-height: 1;
  }
}
.signature-series {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  min-height: 0;
  isolation: isolate;
  overflow: hidden;
  background: #1a1d22;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

.signature-series__canvas {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  line-height: 0;
}

.signature-series__particles-img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 1023px) {
  .signature-series {
    height: 52svh;
    min-height: 320px;
    max-height: 560px;
  }

  .signature-series__canvas {
    position: absolute;
    inset: 0;
  }

  .signature-series__particles-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media (min-width: 1024px) {
  .signature-series {
    height: min(70svh, calc(100vw * 870 / 2268));
  }

  .signature-series__canvas {
    position: absolute;
    inset: 0;
  }

  .signature-series__particles-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.signature-series__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.28) 0%,
    rgba(0, 0, 0, 0.05) 45%,
    rgba(0, 0, 0, 0) 100%
  );
}

.signature-series__inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 32px var(--content-inline);
}

.signature-series__heading {
  position: absolute;
  top: var(--section-title-top);
  left: var(--content-inline);
  box-sizing: border-box;
  width: min(947px, calc(100% - clamp(80px, 11vw, 160px)));
  min-height: 53px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: var(--series-label-size);
  line-height: 1.17;
  color: #000000;
}

@media (max-width: 767px) {
  .signature-series__heading {
    top: var(--section-title-top-mobile);
    left: var(--content-inline);
    width: min(947px, calc(100% - 40px));
    font-size: var(--series-label-size-mobile);
  }
}

.signature-series__title-main {
  font-family: var(--font-futurism);
  font-style: normal;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-right: 12px;
  margin-left: var(--font-futurism-optical-shift);
}

.signature-series__title-series {
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0;
}

.signature-series__cta {
  box-sizing: border-box;
  position: absolute;
  right: var(--content-inline);
  bottom: clamp(24px, 4vw, 32px);
  z-index: 2;
  isolation: isolate;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 12px 22px;
  margin: 0;
  width: fit-content;
  max-width: calc(100% - (2 * var(--content-inline)));
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 9999px;
  background: rgba(105, 105, 105, 0.3);
  backdrop-filter: blur(18.75px);
  -webkit-backdrop-filter: blur(18.75px);
}

.signature-series__cta-label {
  position: relative;
  z-index: 1;
  flex: none;
  order: 0;
  flex-grow: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 119px;
  height: 24px;
  padding: 0;
  margin: 0;
  overflow: visible;
  font-family: var(--axt-font-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(18px, 4.2vw, 22px);
  line-height: 24px;
  background-blend-mode: color-dodge, lighten;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-image:
  linear-gradient(0deg, #fff, #fff),
  linear-gradient(89.93deg, rgba(217, 217, 217, 0) -5.71%, rgba(217, 217, 217, 0.8) 26.07%, rgba(217, 217, 217, 0) 55.16%);
}

.signature-series__cta:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

@media (max-width: 767px) {
  .signature-series__overlay {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.22) 0%,
      rgba(0, 0, 0, 0) 45%
    ),
      linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.35) 0%,
        rgba(0, 0, 0, 0.06) 55%,
        rgba(0, 0, 0, 0) 100%
      );
  }

  .signature-series__inner {
    padding: 28px var(--content-inline);
  }

  .signature-series__heading {
    top: var(--section-title-top-mobile);
    font-size: var(--series-label-size-mobile);
  }

  .signature-series__cta {
    right: var(--content-inline);
    bottom: 20px;
  }
}

@media (max-width: 420px) {
  .signature-series__cta-label {
    min-width: 96px;
    font-size: clamp(17px, 4.6vw, 22px);
    line-height: 1.2;
  }
}
.why-snyder {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
  /* min-height: 520vh; */
  background: #000000;
}

.why-snyder__pin {
  position: sticky;
  top: 88px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: calc(100svh - 88px);
  min-height: calc(100dvh - 88px);
  overflow: hidden;
}

.why-snyder__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  /* height: min(70vh, 700px); */
  max-height: 80vh;
  pointer-events: none;
}

.why-snyder__bg-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.why-snyder__inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding:
    var(--section-title-top)
    var(--content-inline)
    clamp(28vh, 28vmin, 220px);
}

.why-snyder__title {
  margin: 0 0 clamp(28px, 5vmin, 48px);
  padding: 0;
  max-width: 720px;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.why-snyder__body {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3.5vmin, 36px);
  max-width: 720px;
}

.why-snyder__text {
  margin: 0;
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(16px, 2.1vw, 19px);
  line-height: 1.65;
  letter-spacing: 0.01em;
  color: #AFAFAF;
}

@media (prefers-reduced-motion: reduce) {
  .why-snyder {
    min-height: auto;
  }

  .why-snyder__pin {
    min-height: auto;
    overflow: visible;
  }

  .why-snyder__text {
    opacity: 1 !important;
    transition: none;
  }
}
@media (max-width: 767px) {
  .why-snyder__inner {
    padding:
      var(--section-title-top-mobile)
      var(--content-inline)
      clamp(22vh, 24vmin, 180px);
  }
}

.hero {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100svh;
  max-height: 100dvh;
  min-height: 0;
  isolation: isolate;
  overflow: hidden;
  touch-action: pan-y;
}

.hero__slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.06);
  transition: none;
  pointer-events: none;
}

.hero__slides--ready .hero__slide {
  transition:
    opacity 0.9s cubic-bezier(0.45, 0, 0.15, 1),
    transform 1.15s cubic-bezier(0.45, 0, 0.15, 1);
}

.hero__slide--active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
  pointer-events: auto;
}

.hero__media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  height: 100%;
  min-height: 0;
  max-height: 100%;
  padding: calc(88px + clamp(16px, 4vmin, 96px)) var(--content-inline) clamp(56px, 8vmin, 120px);
  text-align: left;
}

.hero__story {
  display: flex;
  flex-direction: column;
  align-items: inherit;
  justify-content: center;
  gap: clamp(6px, 1.5vmin, 24px);
  width: 100%;
  min-height: 0;
}

.hero__line1,
.hero__title {
  animation: heroStoryEnter 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero:not(.hero--motion-ready) .hero__line1,
.hero:not(.hero--motion-ready) .hero__title {
  animation: none;
}

@keyframes heroStoryEnter {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero__line1 {
  margin: 0;
  max-width: 22ch;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(28px, min(10vw, 8vmin), 106px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  color: #ffffff;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}

.hero__title {
  margin: 0;
  padding: 0;
  max-width: min(95vw, 1138px);
  font: inherit;
  flex-shrink: 0;
}

.hero__title-text {
  display: block;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(40px, min(22vw, 28vmin), 300px);
  line-height: 1.3;
  letter-spacing: -0.03em;
  background: linear-gradient(88.53deg, #ffffff -0.13%, rgba(255, 255, 255, 0.5) 84.95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 25px rgba(0, 0, 0, 0.15));
}

.hero__cta {
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 12px 22px;
  margin-top: clamp(8px, 2vmin, 40px);
  width: fit-content;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  align-self: flex-start;
  flex-shrink: 0;
  border-radius: 9999px;
  background: rgba(105, 105, 105, 0.3);
  backdrop-filter: blur(18.75px);
  -webkit-backdrop-filter: blur(18.75px);
}

.hero__cta-label {
  position: relative;
  z-index: 1;
  flex: none;
  order: 0;
  flex-grow: 0;
  box-sizing: border-box;
  width: auto;
  min-width: 78px;
  height: auto;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  overflow: visible;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(18px, 4.2vw, 22px);
  line-height: 24px;
  background-image:
  linear-gradient(0deg, #B1B1B1, #B1B1B1), linear-gradient(89.93deg, rgba(217, 217, 217, 0) -5.71%, rgba(217, 217, 217, 0.23) 26.07%, rgba(217, 217, 217, 0) 55.16%);
  background-blend-mode: color-dodge, lighten;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

@supports not (background-clip: text) {
  .hero__cta-label {
    color: #b1b1b1;
    background-image: none;
    -webkit-text-fill-color: unset;
  }
}

@media (max-width: 420px) {
  .hero__cta-label {
    min-width: 96px;
    height: auto;
    min-height: 24px;
    font-size: clamp(17px, 4.6vw, 25px);
    line-height: 1;
  }
}

.hero__cta:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

.hero__pager {
  position: absolute;
  left: calc(50% - 104px / 2);
  bottom: clamp(16px, 4vmin, 48px);
  z-index: 3;
  box-sizing: border-box;
  width: 104px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  isolation: isolate;
  padding: 16px 24px;
  border: none;
  border-radius: 55px;
  background: rgba(105, 105, 105, 0.3);
  backdrop-filter: blur(18.75px);
  -webkit-backdrop-filter: blur(18.75px);
}

.hero__pager-dot {
  position: relative;
  z-index: 1;
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50px;
  background: #ffffff;
  opacity: 0.3;
  cursor: pointer;
  flex: none;
  -webkit-tap-highlight-color: transparent;
}

.hero__pager-dot--active {
  opacity: 1;
}

.hero__pager-dot:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

@media (max-width: 767px) {
  .hero__content {
    align-items: center;
    text-align: center;
    padding-left: var(--content-inline);
    padding-right: var(--content-inline);
    padding-bottom: clamp(72px, 12vmin, 120px);
  }

  .hero__line1 {
    justify-content: center;
    text-align: center;
    max-width: 18ch;
  }

  .hero__title {
    width: 100%;
    text-align: center;
  }

  .hero__title-text {
    margin: 0 auto;
  }

  .hero__cta {
    align-self: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__slide,
  .hero__slide--active {
    transform: none;
  }

  .hero__slides--ready .hero__slide {
    transition: opacity 0.35s ease;
  }

  .hero__story {
    animation: none !important;
  }

  .hero__line1,
  .hero__title {
    animation: none !important;
  }
}
.technologies-page {
  position: relative;
  z-index: 1;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  flex-shrink: 0;
  box-sizing: border-box;
  background: #000000;
  color: #ffffff;
  overflow-x: clip;
}

.technologies-page__hero {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100svh;
  max-height: 100dvh;
  min-height: 100svh;
  overflow: hidden;
  padding-top: calc(88px + clamp(24px, 4vw, 48px));
  padding-bottom: clamp(32px, 5vw, 64px);
  padding-left: clamp(20px, 5vw, 48px);
  padding-right: 0;
}

.technologies-page__hero-inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
}

.technologies-page__hero-copy {
  position: relative;
  z-index: 2;
  max-width: 420px;
  padding-top: clamp(4px, 0.8vw, 8px);
}

.technologies-page__title {
  margin: 0 0 clamp(8px, 1.2vw, 12px);
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(48px, 5.5vw, 72px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.technologies-page__subtitle {
  margin: 0;
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 18px);
  line-height: 1.4;
  letter-spacing: -0.004em;
  color: rgba(255, 255, 255, 0.55);
}

.technologies-page__hero-mid {
  position: absolute;
  z-index: 1;
  left: 0;
  right: min(42vw, 540px);
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(2px, 0.5vw, 8px);
  pointer-events: none;
}

.technologies-page__hero-feature-title {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  max-width: min(550px, 52vw);
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(24px, 2.8vw, 36px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.technologies-page__hero-watermark {
  position: relative;
  z-index: 0;
  margin: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 200;
  font-size: clamp(200px, 24vw, 400px);
  line-height: 0.88;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  background: linear-gradient(
    180deg,
    #707070 0%,
    rgba(112, 112, 112, 0.55) 32%,
    rgba(48, 48, 48, 0.18) 68%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.technologies-page__hero-art {
  position: absolute;
  z-index: 1;
  right: -50px;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: min(44vw, 560px);
  overflow: hidden;
  pointer-events: none;
}

.technologies-page__hero-schematic {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  object-fit: contain;
  object-position: right bottom;
  mask-image: linear-gradient(
    90deg,
    #000000 0%,
    #000000 72%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    #000000 0%,
    #000000 72%,
    transparent 100%
  );
}

.technologies-page__section {
  box-sizing: border-box;
  width: 100%;
  padding: clamp(40px, 6vw, 88px) clamp(20px, 5vw, 48px);
}

.technologies-page__section-inner {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

.technologies-page__section--high-frequencies {
  padding-top: clamp(24px, 4vw, 48px);
}

.technologies-page__section-title {
  margin: 0 0 clamp(14px, 2vw, 20px);
  padding: 0;
  max-width: 760px;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(28px, 3.8vw, 48px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.technologies-page__section-text {
  margin: 0 0 clamp(28px, 4vw, 44px);
  padding: 0;
  max-width: 520px;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 300;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.72);
}

.technologies-page__split-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
  margin-bottom: clamp(40px, 6vw, 72px);
}

.technologies-page__split-intro .technologies-page__section-title {
  margin-bottom: 0;
  max-width: none;
}

.technologies-page__section-title--split {
  justify-self: end;
  max-width: min(100%, 480px);
  font-weight: 600;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.1;
  text-align: right;
}

.technologies-page__section-text--intro {
  margin: 0;
  justify-self: start;
  padding-top: clamp(4px, 0.6vw, 8px);
  font-weight: 400;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #909090;
}

.technologies-page__media {
  width: 100%;
  overflow: hidden;
}

.technologies-page__media-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.technologies-page__media--high-frequencies {
  width: calc(100% + 2 * clamp(20px, 5vw, 48px));
  max-width: none;
  margin-top: clamp(8px, 1.2vw, 16px);
  margin-left: calc(-1 * clamp(20px, 5vw, 48px));
  margin-right: calc(-1 * clamp(20px, 5vw, 48px));
}

.technologies-page__media--exploded {
  width: calc(100% + 2 * clamp(20px, 5vw, 48px));
  max-width: none;
  margin-left: calc(-1 * clamp(20px, 5vw, 48px));
  margin-right: calc(-1 * clamp(20px, 5vw, 48px));
  margin-bottom: clamp(32px, 5vw, 48px);
}

.technologies-page__caption {
  margin: 0 auto;
  padding: 0;
  max-width: 760px;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 300;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.55;
  letter-spacing: 0.01em;
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
}

.technologies-page__section--closeup {
  padding: 0;
}

.technologies-page__media--closeup {
  width: 100%;
  max-width: none;
}

.technologies-page__section--brilliance,
.technologies-page__section--immersive {
  padding-top: clamp(40px, 6vw, 88px);
  padding-bottom: clamp(40px, 6vw, 88px);
}

.technologies-page__section--immersive {
  padding-top: 0;
}

.technologies-page__brilliance-card,
.technologies-page__immersive-card,
.technologies-page__overview-card {
  position: relative;
  isolation: isolate;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
}

.technologies-page__brilliance-card {
  border-radius: 25px;
  background: radial-gradient(80.8% 159.59% at -1.89% 108.34%, #1d1d1d 0%, #000000 100%);
  aspect-ratio: 2864 / 1450;
  min-height: clamp(280px, 42vw, 520px);
}

.technologies-page__immersive-card {
  border-radius: 25px;
  background: #000000;
}

.technologies-page__brilliance-card::before,
.technologies-page__immersive-card::before,
.technologies-page__overview-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  padding: 2px;
  background: var(--gradient-stroke-border);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.technologies-page__brilliance-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.technologies-page__brilliance-copy {
  position: absolute;
  z-index: 1;
  top: clamp(24px, 5vw, 56px);
  right: clamp(24px, 5vw, 64px);
  width: min(calc(100% - clamp(48px, 10vw, 128px)), 440px);
  max-width: 46%;
}

.technologies-page__brilliance-title {
  margin: 0 0 clamp(12px, 1.8vw, 20px);
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(28px, 3.8vw, 48px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.technologies-page__brilliance-text {
  margin: 0;
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 300;
  font-size: clamp(14px, 1.4vw, 17px);
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.72);
}

.technologies-page__immersive-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  padding: 0;
}

.technologies-page__immersive-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 5vw, 56px) clamp(28px, 4vw, 48px);
}

.technologies-page__immersive-title {
  margin: 0 0 clamp(20px, 3vw, 32px);
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(28px, 3.8vw, 48px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.technologies-page__immersive-text {
  margin: 0 0 clamp(16px, 2vw, 24px);
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 300;
  font-size: clamp(14px, 1.4vw, 17px);
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.72);
}

.technologies-page__immersive-text:last-child {
  margin-bottom: 0;
}

.technologies-page__immersive-media {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  min-height: 0;
  overflow: hidden;
}

.technologies-page__immersive-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(280px, 38vw, 520px);
  object-fit: cover;
  object-position: center right;
  mask-image: linear-gradient(90deg, transparent 0%, #000000 16%, #000000 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000000 16%, #000000 100%);
}

.technologies-page__section--overview {
  padding-top: clamp(40px, 6vw, 88px);
  padding-bottom: clamp(48px, 7vw, 96px);
}

.technologies-page__overview-intro {
  margin: 0 auto clamp(32px, 5vw, 56px);
  max-width: 760px;
  text-align: center;
}

.technologies-page__overview-title {
  margin: 0 0 clamp(14px, 2vw, 20px);
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(28px, 3.8vw, 48px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.technologies-page__overview-subtitle {
  margin: 0;
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 300;
  font-size: clamp(14px, 1.4vw, 17px);
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.55);
}

.technologies-page__overview-card {
  width: 100%;
  border-radius: 25px;
  background: linear-gradient(180deg, #1d1d1d 0%, #000000 100%);
}

.technologies-page__overview-specs {
  margin: 0;
  padding: clamp(20px, 3vw, 36px) clamp(24px, 4vw, 56px);
}

.technologies-page__overview-spec-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(16px, 3vw, 48px);
  align-items: baseline;
  padding: clamp(14px, 2vw, 20px) 0;
}

.technologies-page__overview-spec-row:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.5px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.12) 18%,
    rgba(255, 255, 255, 0.12) 82%,
    rgba(255, 255, 255, 0) 100%
  );
}

.technologies-page__overview-spec-label,
.technologies-page__overview-spec-value {
  margin: 0;
}

.technologies-page__overview-spec-label {
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.4;
  color: #ffffff;
}

.technologies-page__overview-spec-value {
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
}

.technologies-page__section--experience {
  --experience-viewport-offset: calc(88px + clamp(32px, 5vw, 64px));
  display: flex;
  align-items: center;
  min-height: calc(100svh - 88px);
  padding-top: clamp(16px, 2.5vw, 32px);
  padding-bottom: clamp(16px, 2.5vw, 32px);
}

.technologies-page__section--experience .technologies-page__section-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 0;
}

.technologies-page__experience-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: min(725px, calc(100svh - var(--experience-viewport-offset)));
  max-height: min(725px, calc(100svh - var(--experience-viewport-offset)));
  min-height: 0;
  padding: clamp(24px, 4vw, 48px) clamp(20px, 4vw, 40px) 0;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  background: radial-gradient(
    69.73% 137.72% at 50% 118.41%,
    rgba(29, 29, 29, 0.8) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  overflow: hidden;
}

.technologies-page__experience-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.technologies-page__experience-title {
  margin: 0 0 clamp(14px, 2vw, 20px);
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(28px, 3.8vw, 48px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.technologies-page__experience-subtitle {
  margin: 0 0 clamp(24px, 3.5vw, 36px);
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 300;
  font-size: clamp(14px, 1.4vw, 17px);
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.55);
}

.technologies-page__experience-cta {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 28px;
  border: none;
  border-radius: 9999px;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.55);
  background: rgba(40, 40, 40, 0.55);
  transition: background 0.15s ease, color 0.15s ease;
}

.technologies-page__experience-cta:hover {
  color: rgba(255, 255, 255, 0.85);
  background: rgba(55, 55, 55, 0.7);
}

.technologies-page__experience-cta:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

.technologies-page__experience-media {
  display: flex;
  flex: 1 1 auto;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 0;
  margin-top: -110px;
  padding-top: 0;
}

.technologies-page__experience-img {
  display: block;
  width: min(100%, 1200px);
  max-height: 100%;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
}

.technologies-page__section--questions {
  padding-top: clamp(48px, 7vw, 96px);
  padding-bottom: clamp(64px, 10vw, 128px);
}

.technologies-page__questions-title {
  margin: 0 0 clamp(16px, 2.4vw, 24px);
  padding: 0;
  max-width: 900px;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(32px, 4.5vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.technologies-page__questions-text {
  margin: 0;
  padding: 0;
  max-width: 760px;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 300;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.72);
}

.technologies-page__questions-rule {
  width: 70%;
  max-width: 760px;
  height: 1px;
  margin: clamp(24px, 3.5vw, 36px) 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.55) 0%,
    rgba(255, 255, 255, 0.28) 45%,
    rgba(255, 255, 255, 0.08) 70%,
    rgba(255, 255, 255, 0) 70%
  );
}

.technologies-page__questions-cta {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  min-height: 44px;
  padding: 10px 24px;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  border-radius: 22px;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: transparent;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.technologies-page__questions-cta:hover {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

.technologies-page__questions-cta:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .technologies-page__hero {
    height: auto;
    min-height: auto;
    padding-right: clamp(20px, 5vw, 48px);
    padding-top: calc(88px + clamp(20px, 4vw, 32px));
  }

  .technologies-page__hero-art {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: clamp(24px, 5vw, 36px);
    overflow: visible;
  }

  .technologies-page__hero-schematic {
    width: min(100%, 360px);
    max-width: none;
    margin-left: auto;
    object-position: right bottom;
    mask-image: linear-gradient(
      90deg,
      #000000 0%,
      #000000 70%,
      transparent 100%
    );
    -webkit-mask-image: linear-gradient(
      90deg,
      #000000 0%,
      #000000 70%,
      transparent 100%
    );
  }

  .technologies-page__hero-inner {
    height: auto;
  }

  .technologies-page__hero-copy {
    max-width: none;
  }

  .technologies-page__hero-mid {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: clamp(20px, 5vw, 32px);
  }

  .technologies-page__hero-feature-title {
    max-width: min(320px, 78%);
    font-size: clamp(16px, 4.2vw, 22px);
  }

  .technologies-page__hero-watermark {
    font-size: clamp(100px, 28vw, 180px);
  }

  .technologies-page__split-intro {
    grid-template-columns: 1fr;
    gap: clamp(14px, 2.4vw, 20px);
  }

  .technologies-page__section-title--split {
    justify-self: start;
    max-width: none;
    text-align: left;
  }

  .technologies-page__section-text--intro {
    justify-self: start;
    max-width: 520px;
  }

  .technologies-page__brilliance-card {
    aspect-ratio: auto;
    min-height: clamp(360px, 95vw, 520px);
  }

  .technologies-page__brilliance-copy {
    top: clamp(20px, 4vw, 32px);
    right: clamp(20px, 5vw, 32px);
    left: clamp(20px, 5vw, 32px);
    width: auto;
    max-width: none;
  }

  .technologies-page__brilliance-title {
    font-size: clamp(24px, 6vw, 36px);
  }

  .technologies-page__immersive-card {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }

  .technologies-page__immersive-copy {
    padding: clamp(28px, 5vw, 40px) clamp(20px, 5vw, 32px);
  }

  .technologies-page__immersive-img {
    min-height: clamp(240px, 55vw, 360px);
    object-position: center;
    mask-image: linear-gradient(180deg, transparent 0%, #000000 14%, #000000 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000000 14%, #000000 100%);
  }

  .technologies-page__immersive-title {
    font-size: clamp(24px, 6vw, 36px);
    margin-bottom: clamp(16px, 3vw, 24px);
  }

  .technologies-page__overview-spec-row {
    grid-template-columns: 1fr;
    gap: clamp(4px, 1vw, 8px);
    padding: clamp(12px, 2vw, 16px) 0;
  }

  .technologies-page__experience-card {
    height: min(725px, calc(100svh - var(--experience-viewport-offset)));
    max-height: min(725px, calc(100svh - var(--experience-viewport-offset)));
    padding-top: clamp(20px, 4vw, 32px);
  }

  .technologies-page__experience-title {
    font-size: clamp(24px, 6vw, 36px);
  }

  .technologies-page__experience-subtitle {
    margin-bottom: clamp(16px, 3vw, 24px);
    font-size: clamp(13px, 3.4vw, 16px);
  }
}

@media (max-width: 520px) {
  .technologies-page__hero {
    padding-top: calc(88px + clamp(16px, 4vw, 24px));
  }
}
.axt-tech-highlights {
  width: 100%;
  --axt-pillar-icon-size: clamp(140px, 22vw, 298.5px);
  --axt-spec-icon-size: clamp(120px, 14vw, 200px);
  --axt-content-max: min(1310px, 100%);
  --axt-content-pad: clamp(24px, 4vw, 56px);
}

.axt-tech-highlights__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.axt-tech-highlights__panel {
  background: #ffffff;
  padding: clamp(32px, 4.5vw, 48px) var(--axt-content-pad);
}

.axt-tech-highlights__icon-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 40px);
  justify-items: center;
  max-width: var(--axt-content-max);
  margin: 0 auto;
}

.axt-tech-highlights__icon-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(14px, 1.6vw, 20px);
  text-align: center;
}

.axt-tech-highlights__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--axt-pillar-icon-size);
  height: var(--axt-pillar-icon-size);
}

.axt-tech-highlights__icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.axt-tech-highlights__icon-title {
  margin: 0;
  padding: 0;
  max-width: min(260px, 100%);
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(15px, 1.45vw, 18px);
  line-height: 1.25;
  color: #000000;
}

.axt-tech-highlights__copy-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 3.5vw, 40px);
  max-width: var(--axt-content-max);
  margin-block: clamp(40px, 5vw, 56px) 0;
  text-align: left;
}

.axt-tech-highlights__copy-block {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.2vw, 14px);
}

.axt-tech-highlights__copy-title {
  margin: 0;
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.3;
  color: #000000;
}

.axt-tech-highlights__copy-text {
  margin: 0;
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(14px, 1.35vw, 16px);
  line-height: 1.55;
  color: #000000;
}

.axt-tech-highlights__extras {
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 6vw, 80px);
  background: #f0f0f0;
  padding: clamp(48px, 6vw, 72px) var(--axt-content-pad) clamp(56px, 7vw, 88px);
}

.axt-tech-highlights__specs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: clamp(64px, 10vw, 160px);
  row-gap: clamp(40px, 5vw, 56px);
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: min(1600px, 100%);
  margin-inline: auto;
}

.axt-tech-highlights__spec {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(24px, 3vw, 36px);
  text-align: center;
}

.axt-tech-highlights__spec-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--axt-spec-icon-size);
  height: var(--axt-spec-icon-size);
}

.axt-tech-highlights__spec-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.axt-tech-highlights__spec-label {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.2vw, 14px);
  margin: 0;
  padding: 0;
  max-width: min(260px, 100%);
}

.axt-tech-highlights__spec-primary {
  margin: 0;
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.15;
  color: #5c5c5c;
}

.axt-tech-highlights__spec-number {
  font-size: 1em;
}

.axt-tech-highlights__spec-unit {
  font-size: 0.58em;
  font-weight: 600;
  vertical-align: baseline;
}

.axt-tech-highlights__spec-separator {
  font-size: 0.9em;
  font-weight: 500;
}

.axt-tech-highlights__spec-secondary {
  margin: 0;
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.3;
  color: #9a9a9a;
}

.axt-tech-highlights__info {
  display: grid;
  grid-template-columns: minmax(200px, 300px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 3vw, 40px);
  max-width: var(--axt-content-max);
  margin-inline: auto;
  width: 100%;
}

.axt-tech-highlights__info-badge {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  object-fit: contain;
}

.axt-tech-highlights__info-copy {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.2vw, 14px);
  text-align: left;
}

.axt-tech-highlights__info-title {
  margin: 0;
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.25;
  color: #000000;
}

.axt-tech-highlights__info-text {
  margin: 0;
  padding: 0;
  max-width: 760px;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.55;
  color: #000000;
}

@media (max-width: 1023px) {
  .axt-tech-highlights__icon-row,
  .axt-tech-highlights__specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .axt-tech-highlights {
    --axt-content-pad: clamp(16px, 4vw, 24px);
  }

  .axt-tech-highlights__icon-row,
  .axt-tech-highlights__specs {
    grid-template-columns: 1fr;
  }

  .axt-tech-highlights__info {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .axt-tech-highlights__info-badge {
    max-width: 240px;
  }
}
.product-full-preview {
  --preview-pad: clamp(12px, 1.5vw, 20px);
  --preview-gap: min(40px, 3vw);
  --preview-thumb: 80px;
  position: fixed;
  top: 88px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 150;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: #f0f0f0;
  padding: var(--preview-pad);
  box-sizing: border-box;
  height: calc(100dvh - 88px);
}

.product-full-preview__backdrop {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.product-full-preview__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  gap: var(--preview-gap);
  width: 100%;
  min-height: 0;
  height: 100%;
}

.product-full-preview__thumbs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
  align-self: center;
}

.product-full-preview__thumb {
  box-sizing: border-box;
  display: block;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  margin: 0;
  padding: 0;
  border: 2px solid #e2e2e2;
  border-radius: 5px;
  background: #ffffff;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.15s ease;
}

.product-full-preview__thumb--active {
  border-color: #000000;
}

.product-full-preview__thumb-img {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.product-full-preview__dialog {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  justify-content: center;
  align-self: stretch;
  min-width: 0;
  width: 100%;
  min-height: 0;
  height: 100%;
  padding: var(--preview-pad);
  border-radius: 24px;
  background: #e8e9ec;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
}

.product-full-preview__close {
  position: absolute;
  top: max(10px, var(--preview-pad));
  right: max(10px, var(--preview-pad));
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: grey;
  opacity: 0.5;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.product-full-preview__stage {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
  height: 100%;
}

.product-full-preview__frame {
  box-sizing: border-box;
  height: 100%;
  width: auto;
  max-width: min(
    calc(100vw - (2 * var(--preview-pad)) - var(--preview-thumb) - var(--preview-gap) - (2 * var(--preview-pad))),
    100%
  );
  max-height: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
}

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

@media (max-width: 900px) {
  .product-full-preview__content {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .product-full-preview__dialog {
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    height: auto;
  }

  .product-full-preview__thumbs {
    flex-direction: row;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    width: 100%;
    max-width: none;
    padding-bottom: 4px;
    scrollbar-width: thin;
    align-self: auto;
  }

  .product-full-preview__frame {
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-full-preview__thumb {
    transition: none;
  }
}
.product-detail-page {
  --navbar-height: 88px;
  --stage-hint-space: 44px;
  --thumb-size: 80px;
  --shell-inline-pad: clamp(16px, 4vw, 48px);
  --hero-top-space: calc(var(--navbar-height) + 50px);
  --stage-viewport-width: calc(
    100vw - (2 * var(--shell-inline-pad)) - var(--thumb-size) - clamp(16px, 2vw, 24px) - min(420px, 38vw)
  );
  --stage-height: calc(100dvh - var(--hero-top-space) - var(--stage-hint-space));
  --stage-max: min(var(--stage-height), var(--stage-viewport-width));
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
  background: #f0f0f0;
  overflow-x: clip;
}

.product-detail-page__shell {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: var(--hero-top-space) var(--shell-inline-pad) 0;
}

.product-detail-page__hero {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: clamp(16px, 2vw, 24px);
  row-gap: clamp(16px, 2vw, 28px);
  align-items: start;
  min-height: 0;
  margin-bottom: clamp(28px, 4vw, 48px);
}

.product-detail-page__gallery {
  display: grid;
  grid-template-columns: var(--thumb-size) minmax(0, var(--stage-max));
  grid-template-rows: auto auto;
  column-gap: clamp(16px, 2vw, 24px);
  row-gap: 12px;
  align-items: stretch;
  grid-column: 1;
  grid-row: 1;
  width: fit-content;
  max-width: 100%;
  min-width: 0;
}

.product-detail-page__thumbs {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  box-sizing: border-box;
  grid-column: 1;
  grid-row: 1;
  width: var(--thumb-size);
  min-height: 0;
  height: auto;
  max-height: var(--stage-max);
  overflow-y: auto;
  overscroll-behavior-y: contain;
  scrollbar-width: thin;
}

.product-detail-page__stage {
  display: contents;
}

.product-detail-page__stage-frame {
  position: relative;
  display: block;
  grid-column: 2;
  grid-row: 1;
  width: var(--stage-max);
  max-width: 100%;
  aspect-ratio: 1 / 1;
  max-height: var(--stage-max);
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #d4d4d4 0%, #c9c9c9 100%);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  cursor: zoom-in;
  line-height: 0;
}

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

.product-detail-page__thumb {
  box-sizing: border-box;
  display: block;
  flex: 0 0 var(--thumb-size);
  width: var(--thumb-size);
  height: var(--thumb-size);
  max-height: var(--thumb-size);
  min-width: var(--thumb-size);
  min-height: var(--thumb-size);
  margin: 0;
  padding: 0;
  border: 2px solid #e2e2e2;
  border-radius: 5px;
  background: #ffffff;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.15s ease;
}

.product-detail-page__thumb--active {
  border-color: #000000;
}

.product-detail-page__thumb-img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: var(--thumb-size);
  object-fit: cover;
}

.product-detail-page__preview-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 200;
  font-size: 15px;
  line-height: 1;
  color: #666666;
  cursor: pointer;
}

.product-detail-page__preview-icon {
  display: block;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.product-detail-page__info {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 36px);
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  min-width: 0;
}

.product-detail-page__intro {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-detail-page__title {
  margin: 0;
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 500;
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1.1;
  color: #000000;
}

.product-detail-page__subtitle {
  margin: 0;
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.35;
  color: #000000;
}

.product-detail-page__description {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.6vw, 18px);
}

.product-detail-page__paragraph {
  margin: 0;
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.45;
  color: #000000;
}

.product-detail-page__variants {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.product-detail-page__variants-label {
  margin: 0;
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 500;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.2;
  color: #000000;
}

.product-detail-page__variant-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.product-detail-page__variant {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  height: 45px;
  margin: 0;
  padding: 0 18px;
  border: 2px solid #000000;
  border-radius: 27px;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1;
  text-decoration: none;
  color: #000000;
  background: transparent;
  box-sizing: border-box;
  cursor: pointer;
}

.product-detail-page__variant--active {
  border-color: #000000;
  background: #000000;
  color: #ffffff;
}

.product-detail-page__variant--unavailable {
  position: relative;
  border-color: #c8c8c8;
  color: #b3b3b3;
  cursor: not-allowed;
  pointer-events: none;
  overflow: hidden;
}

.product-detail-page__variant--unavailable::after {
  content: '';
  position: absolute;
  left: 10%;
  right: 10%;
  top: 50%;
  height: 2px;
  background: #b3b3b3;
  transform: rotate(-24deg);
  pointer-events: none;
}

.product-detail-page__section-title {
  margin: 0 0 clamp(28px, 4vw, 40px);
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(32px, 4.5vw, 50px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000000;
}

.product-detail-page__features {
  margin-bottom: clamp(48px, 6vw, 72px);
}

.product-detail-page__features .product-detail-page__section-title {
  margin: 0 0 clamp(20px, 2.5vw, 32px);
  font-size: clamp(32px, 3.5vw, 42px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.product-detail-page__features-card {
  display: grid;
  grid-template-columns: minmax(42%, 1fr) minmax(0, 1fr);
  align-items: stretch;
  height: clamp(380px, 38vw, 520px);
  border-radius: 22px;
  overflow: hidden;
  background: #000000;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

.product-detail-page__features-media {
  min-height: 0;
  height: 100%;
  overflow: hidden;
}

.product-detail-page__features-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-page__features-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(16px, 1.8vw, 22px);
  min-height: 0;
  margin: 0;
  padding: clamp(32px, 4vw, 56px) clamp(28px, 3.5vw, 48px);
  list-style: disc;
  list-style-position: outside;
  padding-left: clamp(36px, 3.5vw, 48px);
  overflow-y: auto;
}

.product-detail-page__features-item {
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 200;
  font-size: clamp(14px, 1.45vw, 17px);
  line-height: 1.45;
  color: #ffffff;
  padding-left: 0.25em;
}

.product-detail-page__specs {
  margin-bottom: clamp(40px, 6vw, 64px);
}

.product-detail-page__specs .product-detail-page__section-title {
  margin-bottom: clamp(18px, 2.5vw, 28px);
  font-size: clamp(28px, 3.5vw, 42px);
}

.product-detail-page__specs-card {
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.product-detail-page__specs-list {
  margin: 0;
  padding: clamp(16px, 2.2vw, 24px) clamp(20px, 3vw, 40px);
}

.product-detail-page__spec-row {
  display: grid;
  grid-template-columns: minmax(130px, 300px) minmax(0, 1fr);
  gap: clamp(14px, 2.5vw, 36px);
  padding: clamp(10px, 1.4vw, 14px) 0;
  border-bottom: 1px solid #dddddd;
}

.product-detail-page__spec-row:last-child {
  border-bottom: none;
}

.product-detail-page__spec-label,
.product-detail-page__spec-value {
  margin: 0;
}

.product-detail-page__spec-label {
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.4;
  color: #000000;
}

.product-detail-page__spec-value {
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.4;
  color: #000000;
}

@media (min-width: 900px) {
  .product-detail-page__hero {
    min-height: calc(100dvh - var(--navbar-height));
  }
}

@media (max-width: 1279px) and (min-width: 900px) {
  .product-detail-page__hero {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto;
  }

  .product-detail-page__gallery {
    grid-column: 1;
    grid-row: 1;
  }

  .product-detail-page__info {
    grid-column: 2;
    grid-row: 1;
    max-width: none;
  }
}

@media (max-width: 899px) and (min-width: 768px) {
  .product-detail-page__hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    min-height: 0;
    justify-items: center;
  }

  .product-detail-page__gallery {
    grid-column: 1;
    grid-row: 1;
  }

  .product-detail-page__info {
    grid-column: 1;
    grid-row: 2;
    margin-left: 0;
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .product-detail-page__features-card {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(220px, 42vw) minmax(0, 1fr);
    height: auto;
    min-height: clamp(480px, 72vw, 620px);
    max-height: none;
  }

  .product-detail-page__features-media {
    min-height: clamp(220px, 42vw, 320px);
  }

  .product-detail-page__features-img {
    min-height: 100%;
  }

  .product-detail-page__features-list {
    gap: clamp(14px, 2vw, 20px);
    padding: clamp(28px, 5vw, 40px) clamp(24px, 4vw, 36px);
    padding-left: clamp(32px, 5vw, 44px);
    overflow-y: visible;
  }
}

@media (max-width: 767px) {
  .product-detail-page {
    --thumb-size: 64px;
    --hero-top-space: calc(var(--navbar-height) + 16px);
    --stage-hint-space: 36px;
    --stage-viewport-width: calc(100vw - (2 * var(--shell-inline-pad)));
    --stage-height: min(calc(100vw - (2 * var(--shell-inline-pad))), calc(100dvh - var(--hero-top-space) - 180px));
    --stage-max: var(--stage-height);
  }

  .product-detail-page__shell {
    padding-top: var(--hero-top-space);
    padding-inline: 16px;
  }

  .product-detail-page__hero {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 16px;
    min-height: auto;
    align-items: start;
    justify-items: stretch;
  }

  .product-detail-page__gallery {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    row-gap: 12px;
    column-gap: 0;
  }

  .product-detail-page__thumbs {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-bottom: 4px;
    scroll-padding-inline: 16px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .product-detail-page__thumbs::-webkit-scrollbar {
    height: 4px;
  }

  .product-detail-page__thumb {
    flex: 0 0 var(--thumb-size);
    width: var(--thumb-size);
    height: var(--thumb-size);
    min-height: var(--thumb-size);
  }

  .product-detail-page__stage-frame {
    grid-column: 1;
    grid-row: 2;
    width: min(100%, var(--stage-max));
    max-width: 100%;
    margin-inline: auto;
    border-radius: 16px;
  }

  .product-detail-page__preview-hint {
    grid-column: 1;
    grid-row: 3;
    font-size: 14px;
  }

  .product-detail-page__info {
    grid-column: 1;
    grid-row: auto;
    max-width: none;
  }

  .product-detail-page__spec-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .product-detail-page__variant {
    min-width: 88px;
    height: 42px;
    padding: 0 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-detail-page__thumb {
    transition: none;
  }
}
.product-series-page {
  --psp-card-gap: clamp(14px, 2vw, 24px);

  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
  background: #f0f0f0;
}

.product-series-page__shell {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: clamp(132px, 10vw, 160px) clamp(20px, 5vw, 48px) clamp(56px, 8vw, 96px);
}

.product-series-page__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(10px, 1.4vw, 14px);
  width: 100%;
  margin-bottom: clamp(20px, 2.8vw, 28px);
}

.product-series-page__title {
  margin: 0;
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #000000;
}

.product-series-page__rule {
  width: 100%;
  height: 1px;
  background: #dddddd;
}

.product-series-page__eyebrow {
  margin: 0;
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 500;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.35;
  letter-spacing: -0.004em;
  color: #000000;
}

.product-series-page__hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1512 / 545;
  min-height: clamp(180px, 32vw, 360px);
  max-height: 480px;
  margin-bottom: clamp(28px, 4vw, 40px);
  border-radius: 20px;
  overflow: hidden;
  background: #1a1a1a;
}

.product-series-page__hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-series-page__hero-copy {
  position: absolute;
  z-index: 1;
  left: clamp(20px, 3.5vw, 40px);
  top: clamp(20px, 3.5vw, 40px);
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.2vw, 14px);
}

.product-series-page__hero-title {
  margin: 0;
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 300;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1;
  color: #ffffff;
}

.product-series-page__hero-title--axt {
  background-image: linear-gradient(90deg, #FFFFFF 0%, #94D2D9 43.57%);
  background-blend-mode: color-dodge, lighten;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.product-series-page__hero-title--futurism {
  font-family: var(--font-futurism);
  font-weight: 300;
  margin-left: -18px;
  letter-spacing: -0.1em;
}

.product-series-page__hero-caption {
  margin: 0;
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 300;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.88);
}

.product-series-page__explore {
  margin: 0 0 clamp(28px, 3.5vw, 40px);
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(22px, 2.8vw, 34px);
  line-height: 1.15;
  letter-spacing: -0.015em;
  text-align: center;
  color: #000000;
}

.product-series-page__category {
  margin-bottom: clamp(36px, 4.5vw, 52px);
}

.product-series-page__category:last-child {
  margin-bottom: clamp(36px, 4.5vw, 52px);
}

.product-series-page__category-title {
  margin: 0 0 clamp(16px, 2.2vw, 22px);
  padding: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #000000;
}

.product-series-page__track {
  width: 100%;
  overflow: hidden;
}

.product-series-page__track--scrollable {
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.22) transparent;
  padding-bottom: 6px;
  container-type: inline-size;
}

.product-series-page__track--scrollable::-webkit-scrollbar {
  height: 5px;
}

.product-series-page__track--scrollable::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.22);
  border-radius: 999px;
}

.product-series-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--psp-card-gap);
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.product-series-page__track--scrollable .product-series-page__grid {
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: calc((100cqi - 2 * var(--psp-card-gap)) / 3);
  width: max-content;
  min-width: 100%;
}

.product-series-page__cell {
  margin: 0;
  padding: 0;
  min-width: 0;
}

.product-series-page__card {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  pointer-events: none;
}

.product-series-page__card--link {
  text-decoration: none;
  color: inherit;
  pointer-events: auto;
  cursor: pointer;
}

.product-series-page__surface {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  aspect-ratio: 380 / 484;
  padding-bottom: clamp(28px, 4vw, 44px);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.product-series-page__media {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
  padding: clamp(10px, 1.6vw, 18px);
}

.product-series-page__img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-series-page__label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(44px, 6vw, 56px);
  padding: clamp(10px, 1.4vw, 14px) clamp(10px, 1.4vw, 14px) 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 500;
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.25;
  text-align: center;
  color: #101010;
}

@media (min-width: 768px) {
  .product-series-page__explore {
    margin-bottom: clamp(16px, 2vw, 24px);
  }

  .product-series-page__category {
    margin-bottom: clamp(28px, 3.5vw, 40px);
  }

  .product-series-page__category:last-child {
    margin-bottom: clamp(28px, 3.5vw, 40px);
  }

  .product-series-page__category-title {
    margin-bottom: clamp(12px, 1.5vw, 16px);
  }

  .product-series-page__track--scrollable {
    overflow: hidden;
    overflow-x: hidden;
    padding-bottom: 0;
    scrollbar-width: none;
  }

  .product-series-page__track--scrollable .product-series-page__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: row;
    grid-auto-columns: unset;
    width: 100%;
    min-width: 0;
  }

  .product-series-page__surface {
    aspect-ratio: 370 / 440;
    max-height: min(500px, 60svh);
    padding-bottom: clamp(22px, 3vw, 38px);
  }

  .product-series-page__media {
    padding: clamp(10px, 1.5vw, 17px);
  }

  .product-series-page__label {
    min-height: 48px;
    padding: 10px 12px 0;
    font-size: clamp(16px, 1.9vw, 23px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 767px) {
  .product-series-page__track {
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.22) transparent;
    padding-bottom: 6px;
    container-type: inline-size;
  }

  .product-series-page__track::-webkit-scrollbar {
    height: 5px;
  }

  .product-series-page__track::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.22);
    border-radius: 999px;
  }

  .product-series-page__grid,
  .product-series-page__track--scrollable .product-series-page__grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: calc((100cqi - 0.35 * var(--psp-card-gap)) / 1.35);
    width: max-content;
    min-width: 100%;
  }

  .product-series-page__label {
    font-size: clamp(14px, 3.6vw, 17px);
    padding-inline: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-series-page__surface {
    transition: none;
  }
}
.footer {
  position: relative;
  z-index: 0;
  flex-shrink: 0;
  width: 100%;
  background: #111111;
  overflow-x: clip;
}

.footer__inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: clamp(48px, 7vw, 72px) clamp(16px, 5vw, 80px) clamp(28px, 4vw, 40px);
}

.footer__main {
  display: grid;
  grid-template-columns: minmax(160px, 240px) minmax(220px, 380px) minmax(180px, 300px);
  justify-content: space-between;
  gap: clamp(24px, 4vw, 40px);
  margin-bottom: clamp(24px, 4vw, 36px);
}

.footer__heading {
  margin: 0 0 clamp(12px, 1.8vw, 18px);
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(18px, 2.4vw, 24px);
  line-height: 1.3;
  text-transform: capitalize;
  color: #ebebeb;
}

.footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__link {
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 300;
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: 1.45;
  letter-spacing: 0.17px;
  color: #848484;
  text-decoration: none;
  transition: color 0.15s ease;
}

.footer__link:hover {
  color: #ebebeb;
}

.footer__col--products .footer__list li + li {
  margin-top: 6px;
}

.footer__dist-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(12px, 2vw, 28px);
}

.footer__plain {
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 300;
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: 1.5;
  letter-spacing: 0.17px;
  color: #848484;
}

.footer__col--distributions .footer__list li + li {
  margin-top: 6px;
}

.footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(10px, 1.5vw, 14px);
}

.footer__contact-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  max-width: 100%;
}

.footer__contact-label {
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 300;
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: 1.45;
  letter-spacing: 0.17px;
  color: #848484;
}

.footer__contact-value {
  margin: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 300;
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: 1.45;
  letter-spacing: 0.17px;
  color: #848484;
}

.footer__contact-value a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}

.footer__contact-value a:hover {
  color: #ebebeb;
}

.footer__contact-block--signup {
  width: 100%;
  max-width: 360px;
}

.footer__signup {
  display: flex;
  align-items: stretch;
  width: 100%;
  gap: 0;
}

.footer__signup-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.footer__signup-input {
  box-sizing: border-box;
  flex: 1 1 auto;
  min-width: 0;
  height: 40px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid #ffffff;
  border-right: none;
  border-radius: 0;
  background: transparent;
  font-family: var(--font-sf-display);
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
  outline: none;
}

.footer__signup-input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.footer__signup-submit {
  box-sizing: border-box;
  flex: 0 0 auto;
  height: 40px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid #ffffff;
  border-radius: 0;
  background: transparent;
  font-family: var(--font-sf-display);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.footer__signup-submit:hover {
  background: #ffffff;
  color: #000000;
}

.footer__socials {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 420px;
  min-height: 48px;
  margin: 0 auto clamp(24px, 4vw, 36px);
  padding: 10px clamp(14px, 3vw, 22px);
  border: 1px solid #515151;
  border-radius: 100px;
}

.footer__social-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  width: 100%;
  max-width: 380px;
}

.footer__social-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #ffffff;
  line-height: 0;
  transition: opacity 0.15s ease;
}

.footer__social-link:hover {
  opacity: 0.75;
}

.footer__social-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.footer__social-link--youtube {
  width: 28px;
  height: 28px;
}

.footer__social-icon--youtube {
  width: 28px;
  height: 28px;
}

.footer__social-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px 24px;
  padding-top: 20px;
  border-top: 1px solid #888888;
}

.footer__legal-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: min(100%, 280px);
}

.footer__made {
  margin: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.17px;
  color: #cfcfcf;
}

.footer__copyright {
  margin: 0;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.17px;
  color: #7c7c7c;
}

.footer__legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 3vw, 28px);
}

.footer__legal-link {
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.17px;
  text-decoration-line: underline;
  color: #7c7c7c;
  transition: color 0.15s ease;
}

.footer__legal-link:hover {
  color: #cfcfcf;
}

@media (max-width: 960px) {
  .footer__main {
    grid-template-columns: 1fr 1fr;
  }

  .footer__col--contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .footer__main {
    grid-template-columns: 1fr;
  }

  .footer__dist-grid {
    grid-template-columns: 1fr;
  }

  .footer__bottom {
    flex-direction: column;
  }

  .footer__legal-links {
    width: 100%;
  }
}
.menu-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 200;
}

.menu-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--menu-overlay-height, 100px);
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  transition: height 0.2s ease;
}
.menu-bar__inner,
.menu-bar__nav {
  position: relative;
  z-index: 1;
}

.menu-bar__inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 100px;
  margin: 0 auto;
  padding: 12px clamp(20px, 5vw, 48px);
}

.menu-bar__logo-link {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
}

.menu-bar__logo-link:focus-visible {
  outline: 2px solid #000;
  outline-offset: 4px;
}

.menu-bar__logo {
  display: block;
  width: clamp(110px, 18vw, 155px);
  height: auto;
  aspect-ratio: 162 / 25;
  object-fit: contain;
  pointer-events: none;
}

.menu-bar.menu-bar--mobile-open {
  --menu-overlay-height: 320px;
}

.menu-bar__toggle {
  display: none;
  position: relative;
  z-index: 210;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 44px;
  min-height: 44px;
  padding: 8px 10px;
  margin: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #000;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.menu-bar__toggle:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.menu-bar__toggle-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.menu-bar__toggle-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 22px;
}

.menu-bar__toggle-line {
  display: block;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 1px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-bar__toggle--open .menu-bar__toggle-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-bar__toggle--open .menu-bar__toggle-line:nth-child(2) {
  opacity: 0;
}

.menu-bar__toggle--open .menu-bar__toggle-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.menu-bar__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu-bar__nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 3vw, 56px);
  row-gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-bar__link {
  font-family: var(--font-raleway);
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  padding: 10px 4px 6px;
  border-bottom: 3px solid transparent;
  transition: border-color 0.15s ease;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.menu-bar__link:hover {
  border-bottom-color: #000;
  font-weight: 600;
}

.menu-bar__link--active {
  border-bottom-color: #000;
  font-weight: 600;
}

.menu-bar__link:active {
  border-bottom-color: #000;
  font-weight: 600;
}

.menu-bar__link:focus-visible {
  outline: 2px solid #000;
  outline-offset: 4px;
}

.menu-bar__item--products {
  position: relative;
}

.menu-bar__products-panel {
  position: relative;
  box-sizing: border-box;
}

.menu-bar__products-panel--mobile {
  width: 208px;
  padding: 18px 13px;
  display: flex;
  flex-direction: column;
}

.menu-bar__products-panel--mega {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) minmax(0, 0.95fr);
  align-items: stretch;
  gap: clamp(12px, 1.6vw, 20px);
  width: min(960px, calc(100vw - 32px));
  min-height: 220px;
  padding: clamp(14px, 1.6vw, 18px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.26) 100%);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  border-radius: 16px;
}

.menu-bar__mega-media {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  align-self: stretch;
  border-radius: 14px;
  overflow: hidden;
  background: #2a2a2a;
}

.menu-bar__mega-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.menu-bar__mega-image--active {
  opacity: 1;
}

.menu-bar__mega-series {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  min-width: 0;
}

.menu-bar__mega-series-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.menu-bar__mega-series-link {
  display: block;
  padding: 7px 14px;
  border-radius: 999px;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(16px, 1.2vw, 17px);
  line-height: 1.2;
  color: #1a1a1a;
  text-decoration: none;
  transition: background-color 0.15s ease;
}

.menu-bar__mega-series-link:hover,
.menu-bar__mega-series-link--active {
  background: rgba(255, 255, 255, 0.38);
}

.menu-bar__mega-series-link:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.menu-bar__mega-products {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  min-width: 0;
  border-left: 1px solid #000;
  padding-left: clamp(12px, 1.4vw, 18px);
}

.menu-bar__mega-products-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.menu-bar__mega-product-link {
  display: block;
  padding: 7px 14px;
  border-radius: 999px;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(16px, 1.2vw, 17px);
  line-height: 1.2;
  color: #1a1a1a;
  text-decoration: none;
  transition: background-color 0.15s ease;
}

.menu-bar__mega-product-link:hover,
.menu-bar__mega-product-link--active {
  background: rgba(255, 255, 255, 0.38);
}

.menu-bar__mega-product-link:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.menu-bar__products-panel-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 325px / 2);
  height: 325px;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.26) 100%);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  border-radius: 20px;
}

.menu-bar__products-list {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  gap: 4px;
  min-height: 0;
}

.menu-bar__products-list li {
  display: block;
  width: 100%;
}

.menu-bar__products-link {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 16px;
  font-family: var(--font-sf-display);
  font-style: normal;
  font-weight: 400;
  font-size: 16.39px;
  line-height: 20px;
  color: #000;
  text-decoration: none;
  transition:
    background-color 0.15s ease,
    font-weight 0.15s ease;
}

.menu-bar__products-link:hover {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}

.menu-bar__products-link:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.menu-bar__backdrop {
  display: none;
}

@media (min-width: 768px) {
  .menu-bar__item--products {
    display: inline-flex;
    align-items: center;
  }

  .menu-bar__products-wrap {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 88px;
    z-index: 220;
    padding-top: 12px;
    width: min(960px, calc(100vw - 32px));
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 0.2s ease,
      visibility 0.2s ease;
  }

  .menu-bar__products-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 24px;
  }

  .menu-bar__products-wrap--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

@media (max-width: 767px) {
  .menu-bar {
    box-shadow: none;
  }

  .menu-bar__toggle {
    display: inline-flex;
  }

  .menu-bar__nav {
    position: fixed;
    top: 88px;
    left: 0;
    right: 0;
    z-index: 205;
    align-items: center;
    justify-content: flex-start;
    padding: 12px clamp(16px, 4vw, 24px) 20px;
    margin: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;    
    box-shadow: none;
    border-bottom: none;
    max-height: min(85vh, 680px);
    overflow-y: auto;
    overscroll-behavior: contain;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition:
      opacity 0.2s ease,
      visibility 0.2s ease,
      transform 0.2s ease,
      box-shadow 0.2s ease;
  }

  .menu-bar__nav--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .menu-bar__nav-list {
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
  }

  .menu-bar__nav-list li {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .menu-bar__link {
    width: auto;
    justify-content: center;
    text-align: center;
    padding: 14px 12px;
    min-height: 48px;
    border-bottom: 3px solid transparent;
  }

  .menu-bar__link--active {
    border-bottom-color: #000;
    font-weight: 600;
  }

  .menu-bar__link--products-active {
    font-weight: 600;
    border-bottom-color: #000;
  }

  .menu-bar__products-link {
    justify-content: center;
    text-align: center;
  }

  .menu-bar__item--products {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .menu-bar__products-wrap {
    position: static;
    left: auto;
    transform: none;
    align-self: center;
    width: 100%;
    max-width: 208px;
    margin: 0;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    padding-top: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }

  .menu-bar__products-wrap--open {
    position: fixed;
    overflow: hidden;
    max-height: none;
    opacity: 1;
    visibility: visible;
    padding-top: 0;
    pointer-events: auto;
    align-self: auto;
    width: 100%;
    max-width: none;
    margin: 0;
    filter: none;
  }

  .menu-bar__products-wrap--portal {
    isolation: isolate;
    left: 8px !important;
    right: 8px !important;
    transform: none;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: transparent;
    border-radius: 20px;
  }

  .menu-bar__products-panel--mobile-sheet {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 12px;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.26) 100%);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    border-radius: 20px;
    overflow: hidden;
  }

  .menu-bar__mobile-media {
    flex-shrink: 0;
    width: 100%;
    aspect-ratio: 5 / 3;
    height: auto;
    border-radius: 14px;
    overflow: hidden;
    background: #7a7a7a;
  }

  .menu-bar__mobile-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .menu-bar__mobile-series-scroll {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    margin-top: 10px;
    padding-bottom: 2px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .menu-bar__mobile-series-scroll::-webkit-scrollbar {
    display: none;
  }

  .menu-bar__mobile-series-chip {
    flex: 0 0 auto;
    margin: 0;
    padding: 8px 12px;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.45);
    font-family: var(--font-sf-display);
    font-size: 13px;
    line-height: 1.2;
    color: #1a1a1a;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }

  .menu-bar__mobile-series-chip--active {
    background: #fff;
    font-weight: 600;
  }

  .menu-bar__mobile-series-chip:focus-visible {
    outline: 2px solid #000;
    outline-offset: 2px;
  }

  .menu-bar__mobile-products-list {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .menu-bar__mobile-product-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 6px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.38);
    font-family: var(--font-sf-display);
    font-size: 13px;
    line-height: 1.2;
    color: #1a1a1a;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.15s ease;
  }

  .menu-bar__mobile-product-link:active,
  .menu-bar__mobile-product-link--active {
    background: rgba(255, 255, 255, 0.65);
  }

  .menu-bar__mobile-product-link:focus-visible {
    outline: 2px solid #000;
    outline-offset: 2px;
  }

  .menu-bar__backdrop {
    display: block;
    position: fixed;
    /* inset: 88px 0 0 0; */
    z-index: 199;
    margin: 0;
    padding: 0;
    border: none;
    background: rgba(0, 0, 0, 0.35);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

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

  .menu-bar__nav,
  .menu-bar__mobile-products-list {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .menu-bar__nav::-webkit-scrollbar,
  .menu-bar__mobile-products-list::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .menu-bar__products-wrap {
    width: min(100%, calc(100vw - 20px));
  }

  .menu-bar__products-panel--mega {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 0.95fr);
    width: 100%;
    gap: 12px;
    padding: 12px;
  }

  .menu-bar__mega-series-link,
  .menu-bar__mega-product-link {
    padding: 6px 12px;
    font-size: 15px;
  }

  .menu-bar__mega-products {
    padding-left: 12px;
  }
}

@media (min-width: 768px) {
  .menu-bar__backdrop {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .menu-bar__nav,
  .menu-bar__toggle-line,
  .menu-bar__link,
  .menu-bar__mega-image {
    transition: none;
  }

  .menu-bar__products-wrap {
    transition: none;
  }
}.app {
  position: relative;
  min-height: 100vh;
  width: 100%;
}

.app__main {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  background-color: #F0F0F0;
}

.app__main > * {
  flex-shrink: 0;
}

.app__main--technologies {
  gap: 0;
  background-color: #000000;
}

.app__main--technologies .pre-footer {
  background: #000000;
}
@font-face {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/San%20Francisco/San%20Francisco/pro/SF-Pro-Display-Thin.otf') format('opentype');
}

@font-face {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/San%20Francisco/San%20Francisco/pro/SF-Pro-Display-Light.otf') format('opentype');
}

@font-face {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/San%20Francisco/San%20Francisco/pro/SF-Pro-Display-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/San%20Francisco/San%20Francisco/pro/SF-Pro-Display-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/San%20Francisco/San%20Francisco/pro/SF-Pro-Display-Semibold.otf') format('opentype');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Raleway/static/Raleway-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/Raleway/static/Raleway-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Futurism';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Futurism.otf') format('opentype');
}

@font-face {
  font-family: 'Equinox';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Equinox%20Regular.otf') format('opentype');
}

:root {
  --font-sf-display: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
    sans-serif;
  --font-raleway: 'Raleway', sans-serif;
  --font-futurism: 'Futurism', var(--font-sf-display);
  --font-equinox: 'Equinox', var(--font-sf-display);
  --content-inline: clamp(20px, 5vw, 48px);
  --content-inline-mobile: clamp(20px, 5vw, 48px);
  --section-title-top: 54px;
  --section-title-top-mobile: 40px;
  --series-label-size: clamp(28px, 5vw, 58.9273px);
  --series-label-size-mobile: clamp(24px, 6vw, 36px);
  --font-futurism-optical-shift: -0.42em;
}
:root {
  --gradient-stroke-border: linear-gradient(
    to bottom right,
    rgba(255, 255, 255, 0.41) 0%,
    rgba(255, 255, 255, 0.1) 22%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0) 56%,
    rgba(255, 255, 255, 0.08) 100%
  );
}

.technologies-page__experience-cta,
.axt-series__cta,
.wave-series__cta,
.pro-series__cta,
.signature-series__cta,
.custom-install-series__cta,
.hero__cta,
.hero__pager {
  isolation: isolate;
}

.technologies-page__experience-cta::before,
.axt-series__cta::before,
.wave-series__cta::before,
.pro-series__cta::before,
.signature-series__cta::before,
.custom-install-series__cta::before,
.hero__cta::before,
.hero__pager::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  padding: 1.5px;
  background: var(--gradient-stroke-border);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

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

html {
  scroll-padding-top: 88px;
  overflow-x: clip;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: clip;
  font-family: var(--font-sf-display);
  -webkit-font-smoothing: antialiased;
  background: #232323;
  color: #ababab;
}
