body:has(.home-page) {
  margin: 0;
  padding: 0;
  background: #fbfcf6;
}

.home-page {
  max-width: none;
  margin: 0;
  overflow: hidden;
  background: #fbfcf6;
}

.home-hero {
  position: relative;
  height: min(50vw, 960px);
  min-height: 0;
  overflow: hidden;
  background: #07090d;
  color: #fff;
}

.home-banner-item {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .6s ease;
}

.home-banner-item.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

body:has(.home-page) .home-banner-item::after {
  content: none;
}

.home-banner-item .banner-media,
.hero-poster {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-poster {
  z-index: 0;
}

.home-banner-item .banner-media {
  z-index: 1;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, .34);
}

.video-fallback {
  opacity: 0;
}

.home-hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  width: 100%;
  margin-top: clamp(170px, 11.7vw, 225px);
  padding: 0 24px;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
}

.hero-kicker {
  margin: 0 0 19px;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.home-hero h1 {
  max-width: none;
  margin: 0 0 10px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 46px;
  white-space: nowrap;
}

.home-hero-content > p:not(.hero-kicker) {
  max-width: 718px;
  margin: 0;
  color: rgba(255, 255, 255, .94);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.home-button {
  display: inline-flex;
  min-width: 200px;
  height: 44px;
  padding: 0 28px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  transition: background-color .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.home-button-light,
.home-button-primary {
  margin-top: 28px;
  background: #1746b8;
  color: #fff;
}

.home-button-light:hover,
.home-button-light:focus-visible,
.home-button-primary:hover,
.home-button-primary:focus-visible {
  background: #2a60ce;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(23, 70, 184, .22);
}

.home-section {
  padding: 100px 0;
}

.section-shell {
  width: min(1800px, calc(100% - 120px));
  margin: 0 auto;
}

.home-section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.home-section-heading h2 {
  margin: 0;
  color: #222;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
}

.home-section-heading p {
  margin: 17px 0 0;
  color: #3b3b3b;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
}

.home-tech {
  padding: 100px 0;
  background: #fbfcf6;
}

.tech-stats {
  display: flex;
  height: 412px;
  margin: 52px auto 0;
  border-top: 1px solid #e5e7e7;
  border-bottom: 1px solid #e5e7e7;
}

.tech-stat {
  display: flex;
  min-width: 0;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e5e7e7;
  text-align: center;
}

.tech-stat:last-child {
  border-right: 0;
}

.tech-icon {
  display: flex;
  width: 108px;
  height: 108px;
  margin-bottom: 36px;
  align-items: center;
  justify-content: center;
  border: 2px solid #8aa4d7;
  border-radius: 19px;
  background: #fff;
  overflow: visible;
  transition: background-color .25s ease, border-color .25s ease;
}

.tech-icon img {
  display: block;
  width: 100%;
  height: 100%;
  filter: invert(26%) sepia(56%) saturate(1836%) hue-rotate(209deg) brightness(83%) contrast(101%);
  transition: filter .25s ease;
}

@media (hover: hover) {
  .tech-stat:hover .tech-icon {
    border-color: #1d46b2;
    background: #1d46b2;
  }

  .tech-stat:hover .tech-icon img {
    filter: brightness(0) invert(1);
  }
}

.tech-stat strong {
  color: #252525;
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.tech-stat > span:last-child {
  margin-top: 13px;
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}

.home-products {
  padding: 100px 0;
  background: #fbfcf6;
}

.product-section-heading p {
  margin-top: 16px;
}

.product-section-heading .home-button {
  margin-top: 31px;
}

.featured-products {
  display: flex;
  margin-top: 65px;
  gap: 36px;
}

.featured-product {
  display: flex;
  min-width: 0;
  flex: 1 1 0;
  overflow: hidden;
  border-radius: 12px;
  background: #e8ebee;
  transition: transform .3s ease, box-shadow .3s ease;
}

.featured-product img {
  display: block;
  width: 100%;
  aspect-ratio: 900 / 990;
  object-fit: cover;
  transition: transform .35s ease;
}

.featured-product:hover img {
  transform: scale(1.04);
}

.featured-product:hover,
.featured-product:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(25, 45, 90, .16);
}

.featured-product:focus-visible img {
  transform: scale(1.04);
}

.product-category-tabs {
  margin-top: 56px;
  border-top: 1px solid #e5e7e7;
}

.product-category-row {
  display: flex;
  min-height: 98px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e5e7e7;
}

.product-category-tab {
  display: inline-flex;
  min-width: 0;
  padding: 12px 40px;
  align-items: center;
  justify-content: center;
  color: #707070;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  transition: color .25s ease, background-color .25s ease, opacity .25s ease;
}

.product-category-tab:hover,
.product-category-tab:focus-visible,
.product-category-tab.is-active {
  color: #1746b8;
}

.product-category-tab:hover,
.product-category-tab:focus-visible {
  background-color: rgba(23, 70, 184, .05);
}

.home-principle {
  padding: 100px 0;
  background: #f1f3f7;
}

.principle-section-heading h2 {
  font-size: 56px;
  line-height: 1.08;
}

.principle-stage {
  position: relative;
  display: flex;
  min-height: 650px;
  margin-top: 67px;
  align-items: flex-start;
  justify-content: center;
}

.principle-center {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.principle-swiper {
  position: relative;
  width: min(29.2vw, 560px);
  max-width: 100%;
}

.principle-viewport {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.principle-step,
.principle-side > span {
  color: #252525;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.principle-step {
  margin-bottom: 15px;
}

.principle-visual {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.principle-main-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border-radius: 12px;
}

.principle-orbit {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  display: block;
  width: 164.3%;
  max-width: none;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.principle-slide > strong {
  margin-top: 15px;
  color: #252525;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
}

.principle-slide > span:not(.principle-step) {
  margin-top: 6px;
  color: #535353;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.principle-side {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: flex;
  width: 270px;
  flex-direction: column;
  color: #252525;
  transform: translateY(-50%);
}

.principle-side-left {
  left: 0;
  align-items: flex-start;
  text-align: left;
}

.principle-side-right {
  right: 0;
  align-items: flex-end;
  text-align: right;
}

.principle-side strong {
  margin-top: 18px;
  color: #252525;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: .95;
}

.principle-side-right strong {
  width: 205px;
}

.principle-benefits {
  display: flex;
  margin-top: 60px;
  gap: 36px;
}

.principle-benefit {
  display: flex;
  min-height: 174px;
  min-width: 0;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 0;
  background: #fff;
  color: #252525;
  font: inherit;
  text-align: center;
  cursor: pointer;
  transition: background-color .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.principle-benefit img {
  display: block;
  width: 49px;
  height: 49px;
  margin-bottom: 18px;
  object-fit: contain;
}

.principle-benefit:nth-child(2) img {
  filter: brightness(0);
}

.principle-benefit strong {
  padding: 0 18px;
  color: inherit;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

.principle-benefit:hover,
.principle-benefit:focus-visible {
  background: #1c46b0;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(28, 70, 176, .14);
}

.principle-benefit:focus-visible {
  outline: 3px solid rgba(28, 70, 176, .3);
  outline-offset: 3px;
}

.principle-benefit:hover img,
.principle-benefit:focus-visible img {
  filter: brightness(0) invert(1);
}

@media (max-width: 1500px) {
  .home-section-heading h2 {
    font-size: 48px;
  }

  .principle-section-heading h2 {
    font-size: 46px;
  }
}

@media (max-width: 1100px) {
  .home-hero {
    height: 52.083vw;
  }

  .home-hero h1 {
    max-width: calc(100vw - 56px);
    font-size: 30px;
    line-height: 1.28;
    white-space: normal;
  }

  .hero-kicker {
    font-size: 48px;
  }

  .home-hero-content > p:not(.hero-kicker) {
    font-size: 16px;
  }

  .home-section-heading p {
    font-size: 20px;
  }

  .home-section-heading h2 {
    font-size: 42px;
  }

  .principle-section-heading h2 {
    font-size: 40px;
  }

  .tech-stats {
    height: 340px;
  }

  .tech-icon {
    width: 92px;
    height: 92px;
    margin-bottom: 28px;
  }

  .tech-stat strong {
    font-size: 26px;
  }

  .tech-stat > span:last-child {
    font-size: 17px;
  }

  .product-category-tab {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 16px;
  }

  .principle-side {
    width: 210px;
  }

  .principle-side strong {
    font-size: 17px;
  }
}

@media (max-width: 900px) {
  .section-shell {
    width: min(100% - 64px, 1800px);
  }

  .featured-products,
  .principle-benefits {
    gap: 20px;
  }

  .principle-stage {
    min-height: 0;
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
    gap: 34px;
  }

  .principle-center {
    width: min(100%, 560px);
  }

  .principle-center {
    order: 1;
  }

  .principle-side {
    position: static;
    width: auto;
    align-items: center;
    text-align: center;
  }

  .principle-side-left {
    order: 2;
  }

  .principle-side-right {
    order: 3;
  }

  .principle-benefits {
    margin-top: 60px;
  }

}

@media (max-width: 800px) {
  .home-hero {
    height: 620px;
  }

  .home-banner-item {
    align-items: center;
  }

  .home-hero-content {
    margin-top: 0;
    padding: 32px 24px;
    transform: translateY(-8%);
  }

  .hero-kicker {
    font-size: 38px;
  }

  .home-hero h1 {
    font-size: 24px;
  }

  .home-tech,
  .home-products,
  .home-principle {
    padding: 100px 0;
  }

  .home-section-heading h2,
  .principle-section-heading h2 {
    font-size: 38px;
  }

  .home-section-heading p {
    font-size: 17px;
  }

  .tech-stats {
    height: 285px;
    margin-top: 52px;
  }

  .tech-icon {
    width: 74px;
    height: 74px;
    margin-bottom: 22px;
    border-radius: 14px;
  }

  .tech-stat strong {
    font-size: 20px;
  }

  .tech-stat > span:last-child {
    margin-top: 9px;
    font-size: 14px;
  }

  .featured-products {
    margin-top: 48px;
    gap: 16px;
  }

  .product-category-tab {
    padding: 12px 12px;
    font-size: 13px;
  }

  .principle-swiper {
    width: min(70vw, 560px);
  }

  .principle-benefit {
    min-height: 145px;
  }
}

@media (max-width: 600px) {
  .section-shell {
    width: calc(100% - 48px);
  }

  .home-hero {
    height: 560px;
  }

  .hero-kicker {
    font-size: 34px;
  }

  .home-hero h1 {
    font-size: 21px;
  }

  .home-hero-content > p:not(.hero-kicker) {
    font-size: 14px;
    line-height: 1.55;
  }

  .home-button {
    min-width: 174px;
    height: 46px;
    font-size: 14px;
  }

  .home-section-heading h2,
  .principle-section-heading h2 {
    font-size: 32px;
  }

  .home-section-heading p {
    font-size: 16px;
  }

  .tech-stats {
    height: auto;
    flex-direction: column;
  }

  .tech-stat {
    min-height: 190px;
    border-right: 0;
    border-bottom: 1px solid #e5e7e7;
  }

  .tech-stat:last-child {
    border-bottom: 0;
  }

  .featured-products,
  .principle-benefits {
    flex-direction: column;
  }

  .featured-products {
    gap: 16px;
  }

  .featured-product {
    width: 100%;
    flex: 0 0 auto;
  }

  .product-category-row {
    min-height: 0;
    flex-wrap: wrap;
  }

  .product-category-tab {
    min-height: 48px;
    flex: 1 1 50%;
    font-size: 12px;
  }

  .principle-section-heading h2 {
    width: 100%;
    max-width: 100%;
  }

  .principle-section-heading h2 br {
    display: initial;
  }

  .principle-swiper {
    width: min(100%, 420px);
  }

  .principle-orbit {
    width: 112%;
  }

  .principle-benefit {
    min-height: 132px;
  }

}

.principle-stage {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  min-height: 0;
  align-items: start;
}

.principle-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.principle-card .principle-step {
  margin-bottom: 15px;
}

.principle-card .principle-visual {
  width: 100%;
  aspect-ratio: 10 / 11;
}

.principle-card .principle-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.principle-card > strong {
  margin-top: 15px;
  color: #252525;
  font-size: 20px;
  line-height: 1.1;
}

.principle-card > span:last-child {
  margin-top: 6px;
  color: #535353;
  font-size: 14px;
  line-height: 1.2;
}

@media (max-width: 900px) {
  .principle-stage {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .principle-card {
    width: min(100%, 560px);
    margin: 0 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-banner-item,
  .home-button,
  .featured-product,
  .featured-product img,
  .product-category-tab,
  .principle-benefit {
    transition-duration: .01ms !important;
  }
}

@media (min-width: 801px) and (max-width: 1300px) {
  .section-shell {
    width: calc(100% - 80px);
  }

  .home-hero {
    height: 620px;
  }

  .home-hero-content {
    margin-top: 145px;
  }

  .home-tech,
  .home-products,
  .home-principle {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .featured-products {
    margin-top: 40px;
    gap: 28px;
  }

  .product-category-tabs {
    margin-top: 40px;
  }

  .principle-stage {
    min-height: 0;
    margin-top: 56px;
  }

  .principle-swiper {
    width: min(52vw, 650px);
  }

  .principle-benefits {
    margin-top: 60px;
  }
}

.home-tech .tech-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: stretch;
}

.home-tech .tech-video {
  aspect-ratio: 3 / 2;
  min-height: 0;
  overflow: hidden;
  background: #1746b8;
}

.home-tech .tech-video .tech-media,
.home-tech .tech-video video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.home-tech .tech-video .tech-video-fallback {
  display: none;
}

.home-tech .tech-video.tech-video-error .tech-video-player {
  display: none;
}

.home-tech .tech-video.tech-video-error .tech-video-fallback {
  display: block;
}

.home-tech .tech-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.home-tech .tech-copy .home-section-heading {
  align-items: flex-start;
  text-align: left;
}

.home-tech .tech-copy .home-section-heading h2 {
  max-width: 600px;
}

.home-tech .tech-copy .home-section-heading p {
  margin-top: 16px;
  font-size: 18px;
}

.home-tech .tech-stats {
  height: auto;
  margin: 40px 0 0;
  border: 0;
  gap: 24px;
}

.home-tech .tech-stat {
  min-width: 0;
  padding: 0;
  border: 0;
}

.home-tech .tech-icon {
  width: 76px;
  height: 76px;
  margin-bottom: 18px;
  border-radius: 12px;
}

.home-tech .tech-stat strong {
  font-size: 20px;
}

.home-tech .tech-stat > span:last-child {
  margin-top: 7px;
  font-size: 13px;
}

@media (max-width: 900px) {
  .home-tech .tech-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .home-tech .tech-video {
    aspect-ratio: 3 / 2;
  }

  .home-tech .tech-copy .home-section-heading {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .home-tech .tech-layout {
    gap: 36px;
  }

  .home-tech .tech-video {
    aspect-ratio: 16 / 9;
  }

  .home-tech .tech-stats {
    gap: 12px;
  }

  .home-tech .tech-icon {
    width: 64px;
    height: 64px;
  }

  .home-tech .tech-stat strong {
    font-size: 17px;
  }
}

