@font-face {
  font-family: 'Universal Sans Display Trial';
  src: url('assets/Fonts/Universal-Sans-Display-100-Trial.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Universal Sans Display Trial';
  src: url('assets/Fonts/Universal-Sans-Display-200-Trial.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Universal Sans Display Trial';
  src: url('assets/Fonts/Universal-Sans-Display-250-Trial.ttf') format('truetype');
  font-weight: 250;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Universal Sans Display Trial';
  src: url('assets/Fonts/Universal-Sans-Display-300-Trial.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Universal Sans Display Trial';
  src: url('assets/Fonts/Universal-Sans-Display-350-Trial.ttf') format('truetype');
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Universal Sans Display Trial';
  src: url('assets/Fonts/Universal-Sans-Display-400-Trial.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Universal Sans Display Trial';
  src: url('assets/Fonts/Universal-Sans-Display-500-Trial.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Universal Sans Display Trial';
  src: url('assets/Fonts/Universal-Sans-Display-700-Trial.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Universal Sans Display Trial';
  src: url('assets/Fonts/Universal-Sans-Display-900-Trial.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #d9d9d9;
  }

.hero {
  position: relative;
  width: 1920px;
  height: 2470px;
  margin: 0 auto;
  background: #fefefd;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 1174.252px;
  object-fit: cover;
  display: block;
}

.hero__engraved {
  position: absolute;
  top: 1368.93px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero__title {
  max-width: 971.24px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 64px;
  line-height: normal;
  color: #000;
  word-break: break-word;
}

.hero__subtitle {
  max-width: 710.751px;
  margin: 24px 0 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 28px;
  line-height: normal;
  color: #000;
  word-break: break-word;
}

.hero__product {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1389.048px;
  height: 781.34px;
  display: block;
  object-fit: cover;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  transform-origin: top left;
  width: 1920px;
  height: 93.758px;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(50px);
  z-index: 200;
}

.nav__logo {
  position: absolute;
  left: 847.11px;
  top: 32.21px;
  width: 225.779px;
  height: 34.599px;
}

.nav__link {
  position: absolute;
  top: 35.5px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  color: #fff;
  text-align: left;
  text-decoration: none; display: block;
}

.nav__link--health     { left: 46.9px;   width: 52.848px; }
.nav__link--design     { left: 135.27px; width: 59.546px; }
.nav__link--sensor     { left: 234.61px; width: 57.658px; }
.nav__link--experience { left: 314.34px; width: 91.199px; }

.nav__underline {
  position: absolute;
  left: 46.9px;
  top: 70px;
  width: 52.848px;
  height: 1px;
  background: #fff;
  transition: left 0.3s ease, width 0.3s ease;
}

.nav__vision {
  position: absolute;
  left: 1793.84px;
  top: 44.9px;
  width: 67.743px;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.health,
.design,
.sensor,
.experience {
  scroll-margin-top: 93.758px;
}

.hero__founders-label {
  position: absolute;
  left: 160.9px;
  top: 574.68px;
  width: 398.01px;
  height: 23.94px;
  z-index: 5;
}

.hero__right {
  position: absolute;
  left: 1259.19px;
  top: 522.61px;
  width: 534.647px;
  z-index: 5;
}

.hero__lede {
  margin: 0 0 20px;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 250;
  font-size: 36px;
  line-height: normal;
  color: #fff;
}

.hero__perks {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 44px;
}

.hero__perk {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero__perk img {
  display: block;
}

.hero__perk--warranty img { width: 29.518px; height: 29.518px; }
.hero__perk--upgrade img  { width: 25.32px;  height: 25.32px; }

.hero__perk span {
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
}

.hero__watch-link {
  position: absolute;
  left: 1260.39px;
  top: 660.07px;
  width: 205.951px;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 22px;
  color: #fff;
  text-decoration: underline;
  z-index: 5;
}

.cart-bar {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  transform-origin: bottom left;
  width: 808.726px;
  height: 40.195px;
  z-index: 100;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.12));
  opacity: 1;
  transition: opacity 0.25s ease;
}

.cart-bar.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.cart-bar__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 590.778px;
  height: 40.194px;
  background: rgba(244, 244, 244, 0.85);
  backdrop-filter: blur(20px);
  border-radius: 100px;
}

.cart-bar__name {
  position: absolute;
  left: 30px;
  top: 0;
  width: 218.068px;
  height: 40.195px;
  display: flex;
  align-items: center;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  color: #000;
  white-space: nowrap;
}

.cart-bar__price {
  position: absolute;
  left: 451.988px;
  top: 0;
  width: 108.792px;
  height: 40.195px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  color: #000;
  text-align: right;
  white-space: nowrap;
}

.cart-bar__button {
  position: absolute;
  left: 600.78px;
  top: 0;
  width: 207.946px;
  height: 40.195px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 100px;
  background: #000;
  backdrop-filter: blur(12.5px);
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.18);
  color: #fff;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  cursor: pointer;
}

.colors {
  position: relative;
  width: 1920px;
  height: 905.725px;
  margin: 0 auto;
  background: #f4f4f4;
}

.colors__schema,
.colors__front,
.colors__side {
  position: absolute;
  display: block;
  object-fit: cover;
  opacity: 1;
  transition: opacity 0.4s ease;
}

.colors__schema[data-layer="b"],
.colors__front[data-layer="b"],
.colors__side[data-layer="b"] {
  opacity: 0;
}

.colors__schema {
  left: 1275.86px;
  top: 232.91px;
  width: 478.448px;
  height: 438.605px;
}

.colors__front {
  left: 892.62px;
  top: 221.51px;
  width: 216.443px;
  height: 470.227px;
}

.colors__side {
  left: 221.92px;
  top: 209.68px;
  width: 397.301px;
  height: 482.053px;
}

.colors__tabs {
  position: absolute;
  left: 50%;
  top: 834.38px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 40px;
}

.colors__tab {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  color: #6f6f6f;
  white-space: nowrap;
}

.colors__tab--active {
  color: #000;
}

.colors__underline {
  position: absolute;
  left: 0;
  top: 28px;
  width: 0;
  height: 1px;
  background: #000;
  transition: left 0.25s ease, width 0.25s ease;
}

.overview {
  position: relative;
  width: 1920px;
  height: 795px;
  margin: 0 auto;
  background: #fefefd;
}

.overview__title {
  position: absolute;
  left: 60.42px;
  top: 0;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 64px;
  line-height: 65px;
  color: #000;
}

.overview__col {
  position: absolute;
  top: 115px;
  width: 436.159px;
  height: 679.857px;
  background: #000;
  overflow: hidden;
}

.overview__col--1 { left: 59.02px; }
.overview__col--2 { left: 514.29px; }
.overview__col--3 { left: 969.55px; }
.overview__col--4 { left: 1424.82px; }

.overview__label {
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: normal;
}

.overview__label strong {
  font-weight: 200;
  color: #fff;
}

.overview__label span {
  font-weight: 200;
  color: #a0a0a0;
}

.overview__chip {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 433.361px;
  height: 453.281px;
  object-fit: cover;
}

.overview__col--3 .overview__chip {
  width: 436px;
  height: 436px;
}

.overview__chip--rotated {
  width: 391.555px;
  height: 433.361px;
  transform: translateX(-50%) rotate(90deg);
}

.overview__chip--ecg {
  left: 53.41px;
  top: 207.78px;
  transform: none;
  width: 378px;
  height: 472px;
}

.health {
  position: relative;
  width: 1920px;
  height: 4195px;
  margin: 0 auto;
  background: #fefefd;
}

.health__kicker {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 24px;
  color: #000;
  text-align: center;
}

.health__title {
  position: absolute;
  left: 50%;
  top: 71.64px;
  transform: translateX(-50%);
  width: 858.558px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 64px;
  line-height: 65px;
  color: #000;
  text-align: center;
}

.health__video {
  position: absolute;
  left: 59.02px;
  top: 576.74px;
  width: 1801.96px;
  height: 1005.745px;
}

.health__video-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.health__video-play {
  position: absolute;
  left: 50%;
  top: 445px; transform: translate(-50%, -50%);
  width: 115.908px;
  height: 115.908px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(6px);
  cursor: pointer;
}

.health__video-play img {
  width: 40%;
  transform: rotate(90deg);
}

.health__row { position: static; }

.health__stat {
  position: absolute;
  width: 309.5px;
  height: 130px;
}

.health__row--1 .health__stat { top: 1717.57px; }
.health__row--2 .health__stat { top: 1914.86px; }

.health__stat--1 { left: 350.77px; }
.health__stat--2 { left: 842.19px; }
.health__stat--3 { left: 1335.02px; }

.health__rule {
  position: absolute;
  left: 0;
  top: 0;
  width: 309.5px;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
}

.health__label {
  position: absolute;
  left: 0;
  top: 16.81px;
  width: 302.064px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  color: #000;
}

.health__desc {
  position: absolute;
  left: 0;
  top: 58.29px;
  width: 309.5px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: normal;
  color: #000;
}

.health__icon {
  position: absolute;
  display: block;
  filter: invert(1);
}

.health__stat--1 .health__icon { left: -73.88px; top: 9.23px; width: 42.383px; height: 35.918px; }
.health__stat--2 .health__icon { left: -66.92px; top: 9.24px; width: 27.298px; height: 35.917px; transform: rotate(180deg); }
.health__stat--3 .health__icon { left: -76.45px; top: 7.54px; width: 42.383px; height: 38.68px; }

.health__row--2 .health__stat--1 .health__icon { left: -73.86px; top: 17.67px; width: 46.694px; height: 27.298px; transform: none; }
.health__row--2 .health__stat--2 .health__icon { left: -62.67px; top: 15.89px; width: 28.8px; height: 31.93px; transform: none; }
.health__row--2 .health__stat--3 .health__icon { left: -75.84px; top: 16.96px; width: 52.29px; height: 27.298px; transform: none; }

.health__icon-badge {
  position: absolute;
  left: -61.47px;
  top: 25.09px;
  width: 16.003px;
  height: 13.435px;
}

.health__product {
  position: absolute;
  left: 50%;
  top: 2180.58px;
  transform: translateX(-50%);
  width: auto;
  height: 626px;
}

.health__tagline {
  position: absolute;
  left: 50%;
  top: 2930.03px;
  transform: translateX(-50%);
  width: 540.357px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: normal;
  color: #000;
  text-align: center;
}

.health__closing {
  position: absolute;
  left: 50%;
  top: 3181.56px;
  transform: translateX(-50%);
  width: 1799.163px;
  height: 1012.029px;
  display: block;
  object-fit: cover;
}

.design {
  position: relative;
  width: 1920px;
  height: 2880px;
  margin: 0 auto;
  background: #fefefd;
}

.design__kicker {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 24px;
  color: #000;
  text-align: center;
}

.design__title {
  position: absolute;
  left: 50%;
  top: 56.84px;
  transform: translateX(-50%);
  width: 858.558px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 64px;
  line-height: 65px;
  color: #000;
  text-align: center;
}

.design__desc {
  position: absolute;
  left: 50%;
  top: 229.2px;
  transform: translateX(-50%);
  width: 858.558px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 28px;
  line-height: normal;
  color: #000;
  text-align: center;
}

.design__panel {
  position: absolute;
  left: 59.62px;
  top: 458.25px;
  width: 1800.762px;
  height: 890.021px;
  background: #f4f4f4;
}

.design__col {
  position: absolute;
  top: 0;
  width: 0;
}

.design__img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  object-fit: cover; }

.design__caption {
  position: absolute;
  left: 50%;
  top: 806.94px; transform: translateX(-50%);
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
  white-space: nowrap;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: normal;
}

.design__caption strong { font-weight: 200; color: #000; }
.design__caption span   { font-weight: 200; color: #6f6f6f; }

.design__col--1 { left: 212.63px; } .design__col--1 .design__img { top: 292.56px; width: 237px; height: 288px; }

.design__col--2 { left: 710.63px; }
.design__col--2 .design__img { top: 293.56px; width: 229px; height: 285px; }

.design__col--3 { left: 1156.63px; }
.design__col--3 .design__img { top: 308.56px; width: 133px; height: 255px; }

.design__col--4 { left: 1570.13px; }
.design__col--4 .design__img { top: 181.56px; width: 164px; height: 510px; }

.design__title2 {
  position: absolute;
  left: 50%;
  top: 1511.33px;
  transform: translateX(-50%);
  width: 1032.304px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 64px;
  line-height: normal;
  color: #000;
  text-align: center;
}

.design__desc2 {
  position: absolute;
  left: 50%;
  top: 1618.39px;
  transform: translateX(-50%);
  width: 620.131px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 28px;
  line-height: normal;
  color: #000;
  text-align: center;
}

.design__desc2 span {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  color: #6f6f6f;
}

.design__mech {
  position: absolute;
  top: 1929.44px;
  width: 890.381px;
  height: 890.38px;
  background: #eee;
}

.design__mech--1 { left: 59.62px; }
.design__mech--2 { left: 971.81px; }

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

.design__mech p {
  position: absolute;
  left: 20.6px;
  top: 20px;
  width: 420px;
  margin: 0;
  z-index: 1;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: normal;
}

.design__mech strong { display: block; font-weight: 200; color: #000; margin-bottom: 6px; }
.design__mech span { color: #6f6f6f; }

.sensor {
  position: relative;
  width: 1920px;
  height: 2490px;
  margin: 0 auto;
  background: #000;
}

.sensor__kicker {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.sensor__title {
  position: absolute;
  left: 50%;
  top: 71.63px;
  transform: translateX(-50%);
  width: 951.616px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 64px;
  line-height: 65px;
  color: #fff;
  text-align: center;
}

.sensor__desc {
  position: absolute;
  left: 50%;
  top: 260.05px;
  transform: translateX(-50%);
  width: 739.157px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 28px;
  line-height: normal;
  color: #fff;
  text-align: center;
}

.sensor__leds {
  position: absolute;
  left: 50%;
  top: 518.19px;
  transform: translateX(-50%);
  width: 789.412px;
  height: 789.412px;
  display: block;
  object-fit: cover;
  background: #000;
}

.sensor__highlight {
  position: absolute;
  top: 888.07px;
  width: 302.064px;
}

.sensor__highlight .sensor__label { top: 10.81px; }

.sensor__spec {
  position: absolute;
  top: 1413.33px;
  width: 302.064px;
}

.sensor__rule {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}

.sensor__label {
  position: absolute;
  left: 0;
  top: 10.8px;
  width: 302.064px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: normal;
}

.sensor__label strong { font-weight: 200; color: #fff; }
.sensor__label span   { font-weight: 200; color: #6f6f6f; }

.sensor__panel {
  position: absolute;
  left: 58.42px;
  top: 1639.02px;
  width: 1803.161px;
  height: 841.882px;
  background: #eee;
}

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

.ecg {
  position: relative;
  width: 1920px;
  height: 1551.46px;
  margin: 0 auto;
  background: #000;
  overflow: hidden;
}

.ecg__kicker {
  position: absolute;
  left: 60.23px;
  top: 0;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 24px;
  color: #fff;
}

.ecg__title {
  position: absolute;
  left: 60.23px;
  top: 71.64px;
  width: 720.296px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 64px;
  line-height: 65px;
  color: #fff;
}

.ecg__desc {
  position: absolute;
  left: 960px;
  top: 81.9px;
  width: 579.098px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 28px;
  line-height: normal;
  color: #fff;
}

.ecg__desc span {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  color: #6f6f6f;
}

.ecg__rule {
  position: absolute;
  left: 58.42px;
  top: 396.23px;
  width: 1803.159px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
}

.ecg__bg {
  position: absolute;
  left: 0;
  top: 366.42px;
  width: 1920px;
  height: 1185.04px;
  object-fit: cover;
  display: block;
}

.experience {
  position: relative;
  width: 1920px;
  height: 1250px;
  margin: 0 auto;
  background: #fefefd;
}

.experience__kicker {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 24px;
  color: #000;
  text-align: center;
}

.experience__title {
  position: absolute;
  left: 50%;
  top: 66.64px;
  transform: translateX(-50%);
  width: 779.637px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 250;
  font-size: 64px;
  line-height: normal;
  color: #000;
  text-align: center;
}

.experience__desc {
  position: absolute;
  left: 50%;
  top: 176.51px;
  transform: translateX(-50%);
  width: 651.792px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 28px;
  line-height: normal;
  color: #000;
  text-align: center;
}

.experience__compat {
  position: absolute;
  left: 99.62px;
  top: 491.2px;
  width: 490.431px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  color: #000;
}

.experience__compat a {
  color: inherit;
  text-decoration: underline;
}

.experience__badge {
  position: absolute;
  top: 491.2px;
  height: 35.153px;
  border: 0.5px solid #000;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  color: #000;
}

.experience__badge--ios     { left: 1595.51px; width: 89.133px; }
.experience__badge--android { left: 1695.24px; width: 126.341px; }

.experience__panel {
  position: absolute;
  left: 59.62px;
  top: 451.2px;
  width: 1800.762px;
  height: 796.305px;
  object-fit: cover;
  display: block;
}

.app {
  position: relative;
  width: 1920px;
  height: 1350px;
  margin: 0 auto;
  background: #fefefd;
}

.app__kicker {
  position: absolute;
  left: 60.23px;
  top: 0;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 24px;
  color: #000;
}

.app__title {
  position: absolute;
  left: 60.23px;
  top: 52.5px;
  width: 720.296px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 64px;
  line-height: 65px;
  color: #000;
}

.app__desc {
  position: absolute;
  left: 960px;
  top: 62.76px;
  width: 627.689px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 28px;
  line-height: normal;
  color: #000;
}

.app__phone {
  position: absolute;
  left: 50%;
  top: 418.97px;
  transform: translateX(-50%);
  width: 303.386px;
  height: 709.058px;
  border-radius: 20px;
  object-fit: cover;
  display: block;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.app__phone.is-switching { opacity: 0; }

.app__tabs {
  position: absolute;
  left: 0;
  top: 1188.03px;
  width: 100%;
  height: 40.42px;
}

.app__tabs-bg {
  position: absolute;
  left: 621.12px;
  top: 0;
  width: 677.761px;
  height: 40.42px;
  border-radius: 200px;
  background: #f4f4f4;
}

.app__tabs-active {
  position: absolute;
  left: 621.12px;
  top: 0;
  width: 148.693px;
  height: 40.42px;
  border-radius: 200px;
  background: #000;
  transition: left 0.25s ease, width 0.25s ease;
}

.app__tab {
  position: absolute;
  top: 5.71px; margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 24px;
  color: #6f6f6f;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.app__tab--active { color: #fff; }

.gallery {
  position: relative;
  width: 1920px;
  height: 993.36px;
  margin: 0 auto;
  background: #fefefd;
  overflow: hidden;
}

.gallery__viewport {
  position: absolute;
  left: 60.23px;
  top: 0;
  width: 1859.77px;
  height: 731.599px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.gallery__viewport::-webkit-scrollbar {
  display: none;
}

.gallery__track {
  display: flex;
  gap: 2px;
  height: 100%;
  width: max-content;
}

.gallery__slide {
  flex: none;
  height: 100%;
  display: block;
  object-fit: cover;
}

.gallery__arrow {
  position: absolute;
  top: 760.08px;
  width: 23.043px;
  height: 23.043px;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.gallery__arrow::before {
  content: '';
  position: absolute;
  inset: -10px;
}

.gallery__arrow img {
  width: 100%;
  height: 100%;
  display: block;
}

.gallery__arrow--prev {
  left: 1773.86px;
}

.gallery__arrow--prev img {
  transform: rotate(180deg);
}

.gallery__arrow--next {
  left: 1827.51px;
}

.gallery__arrow[disabled] {
  opacity: 0.25;
  cursor: default;
}

.gallery__progress {
  position: absolute;
  left: 60.23px;
  top: 771.6px;
  width: 300.327px;
  height: 2px;
  background: rgba(0, 0, 0, 0.15);
}

.gallery__progress-thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  background: #000;
  }

.box {
  position: relative;
  width: 1920px;
  height: 1180px;
  margin: 0 auto;
  background: #fefefd;
}

.box__title {
  position: absolute;
  left: 60.23px;
  top: 0;
  width: 1052.811px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 64px;
  line-height: 65px;
  color: #000;
}

.box__panel {
  position: absolute;
  background: #f4f4f4;
}

.box__panel--a { left: 59.62px;  top: 125px;   width: 1189.57px; height: 510.081px; }
.box__panel--b { left: 1269.19px; top: 125px;  width: 570.054px; height: 510.081px; }
.box__panel--c { left: 59.02px;  top: 655.08px; width: 590.653px; height: 510.081px; }
.box__panel--d { left: 670.27px; top: 655.08px; width: 580.054px; height: 510.081px; }
.box__panel--e { left: 1269.19px; top: 655.08px; width: 570.054px; height: 510.081px; }

.box__img {
  position: absolute;
  display: block;
  object-fit: contain;
}

.box__caption {
  position: absolute;
  width: 490.431px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  color: #000;
}

.box__caption--guide { width: 386.341px; }

.specs {
  position: relative;
  width: 1920px;
  height: 837.5px;
  margin: 0 auto;
  background: #fefefd;
}

.specs__title {
  position: absolute;
  left: 60.23px;
  top: 0;
  width: 720.296px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 64px;
  line-height: 65px;
  color: #000;
}

.specs__rule {
  position: absolute;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
}

.specs__label {
  position: absolute;
  width: 138.047px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  color: #6f6f6f;
}

.specs__value {
  position: absolute;
  width: 300px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 28px;
  color: #000;
}

.purchase {
  position: relative;
  width: 1920px;
  height: 978.97px;
  margin: 0 auto;
  background: #fefefd;
}

.purchase__panel {
  position: absolute;
  top: 0;
  width: 586.986px;
  height: 757.348px;
  background: #f4f4f4;
}

.purchase__photo {
  position: absolute;
  display: block;
  object-fit: contain;
}

.purchase__name {
  position: absolute;
  top: 20px;
  width: 317.928px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: normal;
  color: #000;
}

.purchase__price {
  position: absolute;
  top: 713.35px;
  width: 200px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  color: #000;
}

.purchase__button {
  position: absolute;
  top: 697.15px;
  width: 207.946px;
  height: 40.195px;
  border: none;
  border-radius: 100px;
  background: #000;
  color: #fff;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 250;
  font-size: 20px;
  cursor: pointer;
}

.faq {
  position: relative;
  width: 1920px;
  margin: 0 auto;
  padding: 128.5px 0 96px;
  background: #f4f4f4;
}

.faq__title {
  margin: 0 0 0 60.23px;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 64px;
  line-height: 65px;
  color: #000;
}

.faq__list {
  width: 900.98px;
  margin: 58px auto 0;
}

.faq__item {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.faq__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  margin: 0;
  padding: 26px 0;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.faq__question {
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 32px;
  color: #000;
}

.faq__icon {
  position: relative;
  flex: none;
  width: 22.387px;
  height: 22.387px;
}

.faq__icon::before,
.faq__icon::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1.5px;
  background: #000;
  transform: translateY(-50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.faq__icon::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq__item--open .faq__icon::after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}

.faq__answer-wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq__item--open .faq__answer-wrap {
  max-height: 240px;
}

.faq__answer {
  margin: 0 0 28px;
  max-width: 620px;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 28px;
  color: #6f6f6f;
}

.footer {
  position: relative;
  width: 1920px;
  height: 1787.637px;
  margin: 0 auto;
  background: #000;
  overflow: hidden;
}

.footer__emblem {
  position: absolute;
  left: 50%;
  top: 240.82px;
  width: 181.957px;
  height: 181.957px;
  transform: translateX(-50%);
}

.footer__headline {
  position: absolute;
  left: 50%;
  top: 518.84px;
  margin: 0;
  width: 1600px;
  text-align: center;
  transform: translateX(-50%);
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 80px;
  line-height: normal;
  color: #fff;
  white-space: nowrap;
}

.footer__agree {
  position: absolute;
  left: 960px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 543.937px;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: normal;
  color: #898989;
  cursor: pointer;
}

.footer__checkbox {
  flex: none;
  width: 20.196px;
  height: 20.196px;
  margin: 0;
  accent-color: #fff;
}

.footer__email-label {
  position: absolute;
  left: 59.9px;
  top: 1032.37px;
  margin: 0;
  width: 518.057px;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 48px;
  color: #fff;
  border: 0;
  background: none;
  outline: none;
  padding: 0;
}

.footer__email-label::placeholder {
  color: #fff;
  opacity: 1;
}

.footer__email-rule {
  position: absolute;
  left: 59.9px;
  top: 1095.63px;
  width: 874.425px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

.footer__cta {
  position: absolute;
  left: 960px;
  top: 1055.64px;
  width: 879px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 200px;
  background: rgba(255, 255, 255, 0.01);
  color: #fff;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 250;
  font-size: 20px;
  cursor: pointer;
}

.footer__logo {
  position: absolute;
  left: 58.42px;
  top: 1313.07px;
  display: block;
  width: 226.144px;
  height: 34.655px;
}

.footer__tagline {
  position: absolute;
  left: 58.42px;
  top: 1373.95px;
  margin: 0;
  width: 432.041px;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: normal;
  color: #6f6f6f;
}

.footer__col {
  position: absolute;
  top: 1313.07px;
  width: 260px;
}

.footer__col-title {
  margin: 0 0 40.88px;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  color: #fff;
}

.footer__col-link {
  margin: 0 0 12px;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 36px;
  color: #6f6f6f;
}

.footer__copyright {
  position: absolute;
  left: 58.42px;
  top: 1627px;
  margin: 0;
  width: 297.636px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #6e6e6e;
}

.app__tabs-desc {
  position: absolute;
  left: 50%;
  top: 1272.48px;
  transform: translateX(-50%);
  width: 604.419px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 28px;
  line-height: normal;
  color: #000;
  text-align: center;
}

.product {
  position: relative;
  width: 1920px;
  min-height: 2850px;
  margin: 0 auto;
  background: #fff;
}

.product__photo {
  position: absolute;
  left: 377.25px;
  top: 340.23px;
  width: 265.126px;
  height: 575.99px;
  object-fit: cover;
  display: block;
  opacity: 1;
  transition: opacity 0.4s ease;
}

.product__photo[data-layer="b"] {
  opacity: 0;
}

.product__arrow {
  position: absolute;
  top: 616.71px;
  width: 11.522px;
  height: 23.043px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.product__arrow::before {
  content: '';
  position: absolute;
  inset: -14px;
}

.product__arrow img {
  width: 100%;
  height: 100%;
  display: block;
}

.product__arrow--prev { left: 59.62px; }
.product__arrow--prev img { transform: rotate(180deg); }
.product__arrow--next { left: 902.68px; }

.product__progress-track {
  position: absolute;
  left: 359.95px;
  top: 1092.57px;
  width: 300.327px;
  height: 1px;
  display: block;
}

.product__progress-fill {
  position: absolute;
  left: 359.95px;
  top: 1092.4px;
  width: 75.082px;
  height: 3px;
  display: block;
  transition: left 0.3s ease, width 0.3s ease;
}

.product__title {
  position: absolute;
  left: 1000px;
  top: 148.87px;
  transform: translateY(-50%);
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 40px;
  color: #000;
}

.product__subtitle {
  position: absolute;
  left: 1000px;
  top: 193.9px;
  transform: translateY(-50%);
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 250;
  font-size: 18px;
  color: #6f6f6f;
}

.product__rule {
  position: absolute;
  left: 960px;
  width: 901.99px;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
}

.product__row-label {
  position: absolute;
  left: 1000px;
  transform: translateY(-50%);
  margin: 0;
  max-width: 250px;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 18px;
  color: #000;
}

.product__row-icon {
  position: absolute;
  display: block;
  filter: invert(1);
}

.product__chevron-btn {
  position: absolute;
  left: 1839.19px;
  transform: translateY(-50%);
  width: 22.387px;
  height: 22.387px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

.product__chevron-btn::before,
.product__chevron-btn::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1.5px;
  background: #000;
  transform: translateY(-50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.product__chevron-btn::after {
  transform: translateY(-50%) rotate(90deg);
}

.product__chevron-btn.is-open::after {
  opacity: 0;
}

.product__label {
  position: absolute;
  left: 1000px;
  margin: 0;
  width: 299.189px;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 18px;
  color: #6f6f6f;
}

.product__desc {
  position: absolute;
  left: 1259.19px;
  top: 405.13px;
  margin: 0;
  width: 495.409px;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 250;
  font-size: 18px;
  line-height: normal;
  color: #000;
}

.product__functions {
  position: absolute;
  left: 1259px;
  top: 581.92px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 640px;
}

.product__functions li {
  display: flex;
  align-items: center;
  height: 60px;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 18px;
  color: #000;
}

.product__functions img {
  flex: none;
  width: 40px;
  height: 32px;
  object-fit: contain;
  margin-right: 28px;
}

.product__buybar {
  position: absolute;
  left: 960.51px;
  top: 1046.33px;
  width: 959.665px;
  height: 115.652px;
  background: #fff;
  z-index: 5;
}

.product__swatches {
  position: absolute;
  left: 298.68px;
  top: 38.43px;
  width: 102.23px;
  height: 48.455px;
}

.product__swatch {
  position: absolute;
  top: 9.64px;
  width: 19.178px;
  height: 19.178px;
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
  background-size: cover;
  background-position: center;
}

.product__swatch--matte  { left: 0px;      background-image: url('https://www.figma.com/api/mcp/asset/6da82706-063e-4a3b-99b9-4e115be40590.png'); }
.product__swatch--chrome { left: 41.18px;  background-image: url('https://www.figma.com/api/mcp/asset/0a4a00f1-1427-4208-bee6-5aaf83ee28ae.png'); }
.product__swatch--rose   { left: 82.36px;  background-image: url('https://www.figma.com/api/mcp/asset/a5823cd9-35dd-4ab7-8650-972c17260895.png'); }

.product__swatch-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38.455px;
  height: 38.455px;
  transform: translate(-50%, -50%);
  border: 1px solid #000;
  border-radius: 50%;
  pointer-events: none;
}

.product__price {
  position: absolute;
  left: 39.49px;
  top: 57.65px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 18px;
}

.product__price span:first-child { color: #000; }
.product__price span:last-child { color: #6f6f6f; }

.product__color-name {
  position: absolute;
  left: 450.28px;
  top: 57.66px;
  transform: translateY(-50%);
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 18px;
  color: #000;
}

.product__wish {
  position: absolute;
  left: 522.23px;
  top: 52.16px;
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

.product__wish img { width: 100%; height: 100%; display: block; }

.product__add-to-cart {
  position: absolute;
  left: 600.49px;
  top: 37.66px;
  width: 301px;
  height: 40px;
  border: none;
  border-radius: 100px;
  background: #000;
  color: #fff;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  cursor: pointer;
}

.product__spec-label {
  position: absolute;
  left: 1000px;
  margin: 0;
  width: 200px;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 18px;
  color: #6f6f6f;
}

.product__spec-value {
  position: absolute;
  left: 1259.19px;
  margin: 0;
  width: 490px;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.product__policy-text {
  position: absolute;
  left: 1410.79px;
  margin: 0;
  width: 389.076px;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 250;
  font-size: 18px;
  line-height: normal;
  color: #000;
}

.product__policy-text a {
  color: #000;
  text-decoration: underline;
}

.product__policy-text--toggle {
  display: none;
}

.product__chevron-btn.is-open + .product__policy-text--toggle {
  display: block;
}

.product__payment-logos {
  position: absolute;
  left: 1410.79px;
  top: 2402.93px;
  width: 306.974px;
  height: 24.395px;
  object-fit: cover;
  display: block;
}

.vision-hero {
  position: relative;
  width: 1920px;
  height: 1161.99px;
  margin: 0 auto;
  background: #000;
}

.vision-hero__text {
  position: absolute;
  left: 960.45px;
  top: 1114.37px;
  transform: translateY(-100%);
  width: 901.437px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 250;
  font-size: 32px;
  line-height: normal;
  color: #fff;
  word-break: break-word;
}

.vision-hero__text p {
  margin: 0;
}

.vision-leaders {
  position: relative;
  width: 1920px;
  height: 890.38px;
  margin: 0 auto;
  background: #fff;
}

.vision-leaders__title {
  position: absolute;
  left: 50%;
  top: 351.57px;
  transform: translateX(-50%);
  margin: 0;
  width: 1180.033px;
  text-align: center;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 64px;
  line-height: normal;
  color: #000;
}

.vision-leaders__subtitle {
  position: absolute;
  left: 50%;
  top: 471.82px;
  transform: translateX(-50%);
  margin: 0;
  width: 650.64px;
  text-align: center;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 28px;
  line-height: normal;
  color: #000;
}

.vision-leaders__stat {
  position: absolute;
  top: 739.75px;
}

.vision-leaders__stat--1 { left: 59.62px;   width: 300.326px; }
.vision-leaders__stat--2 { left: 411.18px;  width: 299.727px; }
.vision-leaders__stat--3 { left: 762.74px;  width: 302.064px; }
.vision-leaders__stat--4 { left: 1114.31px; width: 302.064px; }
.vision-leaders__stat--5 { left: 1465.87px; width: 395.71px; }

.vision-leaders__rule {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
}

.vision-leaders__stat-text {
  position: absolute;
  left: 0;
  top: 10.81px;
  width: 100%;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: normal;
  color: #000;
}

.vision-leaders__stat-text span {
  color: #6f6f6f;
}

.vision-valenza {
  position: relative;
  width: 1920px;
  height: 890.38px;
  margin: 0 auto;
  background: #f4f4f4;
}

.vision-valenza__text {
  position: absolute;
  left: 59.62px;
  top: 40px;
  margin: 0;
  width: 449.591px;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: normal;
  color: #000;
}

.vision-valenza__text p {
  margin: 0 0 20px;
}

.vision-valenza__text p:last-child {
  margin-bottom: 0;
}

.vision-valenza__text .gray {
  color: #6f6f6f;
}

.vision-valenza__video {
  position: absolute;
  left: 960.035px;
  top: 196.868px;
  width: 901.544px;
  height: 496.633px;
}

.vision-valenza__video-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vision-valenza__video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 114.444px;
  height: 114.444px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(6px);
  cursor: pointer;
}

.vision-valenza__video-play img {
  width: 40%;
  transform: rotate(90deg);
}

.vision-valenza__rule {
  position: absolute;
  left: 0;
  top: 504.67px;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
}

.vision-invisible {
  position: relative;
  width: 1920px;
  height: 904.74px;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.vision-invisible__bg {
  position: absolute;
  left: 0;
  top: -66.39%;
  width: 100%;
  height: 265.18%;
  display: block;
  object-fit: cover;
}

.vision-invisible__text {
  position: absolute;
  left: 59.62px;
  top: 40.72px;
  margin: 0;
  width: 449.591px;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: normal;
  color: #fff;
}

.vision-invisible__text span {
  color: #a0a0a0;
}

.vision-craft {
  position: relative;
  width: 1920px;
  height: 890.38px;
  margin: 0 auto;
  background: #fff;
}

.vision-craft__text {
  position: absolute;
  left: 59.62px;
  top: 25.64px;
  margin: 0;
  width: 449.591px;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: normal;
  color: #000;
}

.vision-craft__text span {
  color: #6f6f6f;
}

.vision-craft__img {
  position: absolute;
  display: block;
  object-fit: contain;
}

.vision-craft__img--front { left: 418.92px;  top: 150.64px; width: 269.014px; height: 584.438px; }
.vision-craft__img--side  { left: 726.22px;  top: 146.72px; width: 487.019px; height: 590.91px; }
.vision-craft__img--track { left: 1200.06px; top: 167.95px; width: 595.922px; height: 546.297px; }

.vision-medical {
  position: relative;
  width: 1920px;
  height: 890.38px;
  margin: 0 auto;
  background: #000;
}

.vision-medical__text {
  position: absolute;
  left: 59.62px;
  top: 40px;
  margin: 0;
  width: 449.591px;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: normal;
  color: #fff;
}

.vision-medical__text p:first-child {
  margin: 0 0 8px;
}

.vision-medical__text p:last-child {
  margin: 0;
  color: #6f6f6f;
}

.vision-medical__chip {
  position: absolute;
  left: 50%;
  top: 168.11px;
  transform: translateX(-50%);
  width: 265.66px;
  height: 554.164px;
  overflow: hidden;
}

.vision-medical__chip img {
  position: absolute;
  left: -78.31%;
  top: -11.51%;
  width: 256.61%;
  height: 123.02%;
  display: block;
}

#desktop-view { display: block; overflow: hidden; }
#mobile-view { display: none; overflow: hidden; }

@media (max-width: 600px) {
  #desktop-view { display: none; }
  #mobile-view { display: block; }
  body { background: #fefefd; }
}

.scale-canvas {
  width: 1920px;
  transform-origin: top left;
}

.m-page {
  position: relative;
  width: 393px;
  transform-origin: top left;
  overflow-x: hidden;
}

.m-canvas {
  position: relative;
  width: 393px;
  overflow: hidden;
}

.m-nav {
  position: fixed;
  top: 0;
  left: 0;
  transform-origin: top left;
  width: 393px;
  height: 84.618px;
  z-index: 500;
}

.m-nav__burger {
  -webkit-tap-highlight-color: transparent;
}

.m-nav__line {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.m-nav__burger.is-open .m-nav__line--1 {
  transform: translateY(3.04px) rotate(45deg);
}

.m-nav__burger.is-open .m-nav__line--2 {
  opacity: 0;
}

.m-nav__burger.is-open .m-nav__line--3 {
  transform: translateY(-3.04px) rotate(-45deg);
}

.m-menu {
  position: fixed;
  top: 84.618px;
  left: 0;
  transform-origin: top left;
  width: 393px;
  height: 0;
  overflow: hidden;
  background: #fff;
  z-index: 499;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.m-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.m-menu__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.m-menu__link {
  display: block;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  text-align: center;
}

.m-menu__cart {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 16px;
  text-decoration: none;
}

.m-overview-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.m-overview-scroll::-webkit-scrollbar {
  display: none;
}

.m-overview-track {
  display: flex;
  gap: 11.715px;
  width: max-content;
  padding: 0 20px;
}

.m-overview-card {
  position: relative;
  flex: none;
  width: 267.395px;
  height: 416.8px;
  background: #0f1012;
}

.m-colorpicker {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.m-colors__front,
.m-colors__schema,
.m-colors__side {
  opacity: 1;
  transition: opacity 0.4s ease;
}

.m-colors__front[data-layer="b"],
.m-colors__schema[data-layer="b"],
.m-colors__side[data-layer="b"] {
  opacity: 0;
}

.m-color-tab {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  font: inherit;
  color: #6f6f6f;
  -webkit-tap-highlight-color: transparent;
}

.m-color-tab--active {
  color: #000;
  text-decoration: underline;
}

.m-faq {
  position: relative;
  width: 393px;
  margin: 0 auto;
  padding: 26px 20.3px 8px;
  background: #f4f4f4;
}

.m-faq__title {
  margin: 0 0 12px;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 22px;
  color: #000;
}

.m-faq__item {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.m-faq__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 16px 0;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.m-faq__question {
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 16px;
  color: #000;
}

.m-faq__icon {
  position: relative;
  flex: none;
  width: 13.29px;
  height: 13.29px;
}

.m-faq__icon::before,
.m-faq__icon::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #000;
  transform: translateY(-50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.m-faq__icon::after {
  transform: translateY(-50%) rotate(90deg);
}

.m-faq__item--open .m-faq__icon::after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}

.m-faq__answer-wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.m-faq__item--open .m-faq__answer-wrap {
  max-height: 240px;
}

.m-faq__answer {
  margin: 0 0 16px;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 22px;
  color: #6f6f6f;
}

.m-product {
  position: relative;
  width: 393px;
  height: 2983px;
  background: #fff;
  overflow: hidden;
  transform-origin: top left;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
}

.m-product__photo-wrap {
  position: absolute;
  left: 50%;
  top: 296.26px;
  width: 122.749px;
  height: 266.673px;
  transform: translateX(-50%);
}

.m-product__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.4s ease;
}

.m-product__photo[data-layer="b"] {
  opacity: 0;
}

.m-product__arrow {
  position: absolute;
  top: 408.52px;
  width: 8.662px;
  height: 17.324px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.m-product__arrow::before {
  content: '';
  position: absolute;
  inset: -14px;
}

.m-product__arrow img {
  width: 100%;
  height: 100%;
  display: block;
}

.m-product__arrow--prev { left: 20px; }
.m-product__arrow--prev img { transform: rotate(180deg); }
.m-product__arrow--next { left: 364.29px; }

.m-product__title {
  position: absolute;
  left: calc(50% - 176.5px);
  top: 876.7px;
  width: 352.954px;
  transform: translateY(-50%);
  margin: 0;
  font-weight: 200;
  font-style: normal;
  font-size: 26px;
  color: #000;
}

.m-product__price {
  position: absolute;
  left: calc(50% - 176.5px);
  top: 899.7px;
  width: 122.729px;
  margin: 0;
  font-weight: 200;
  font-size: 16px;
  color: #a0a0a0;
}

.m-product__buybar {
  position: absolute;
  left: 0;
  top: 769.24px;
  width: 393px;
  height: 85.186px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  z-index: 5;
}

.m-product__swatch-ring {
  position: absolute;
  top: 18.76px;
  width: 40px;
  height: 40px;
  pointer-events: none;
  transition: left 0.25s ease;
}

.m-product__swatch {
  position: absolute;
  top: 29.47px;
  width: 19.178px;
  height: 19.178px;
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.m-product__add-to-cart {
  position: absolute;
  left: 195.2px;
  top: 19.06px;
  width: 176.765px;
  height: 39.999px;
  border-radius: 200px;
  background: #000;
  border: 0.5px solid #000;
  color: #fff;
  font-family: inherit;
  font-weight: 200;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-product__rule {
  position: absolute;
  left: 20.17px;
  width: 351.791px;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
}

.m-product__row-label {
  position: absolute;
  left: calc(50% - 176.33px);
  width: 339.364px;
  margin: 0;
  font-weight: 200;
  font-size: 14px;
  color: #000;
}

.m-product__row-icon {
  position: absolute;
  display: block;
  filter: invert(1);
}

.m-product__chevron-btn {
  position: absolute;
  width: 20px;
  height: 20px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

.m-product__chevron-btn::before,
.m-product__chevron-btn::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1.2px;
  background: #000;
  transform: translateY(-50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.m-product__chevron-btn::after {
  transform: translateY(-50%) rotate(90deg);
}

.m-product__chevron-btn.is-open::after {
  opacity: 0;
}

.m-product__info-block {
  position: absolute;
  left: calc(50% - 176.33px);
  width: 339.364px;
  display: block;
  text-decoration: none;
  cursor: default;
}

a.m-product__info-block {
  cursor: pointer;
}

.m-product__info-label {
  margin: 0;
  font-weight: 200;
  font-size: 14px;
  color: #6f6f6f;
}

.m-product__info-label--dark {
  color: #000;
}

.m-product__info-spacer {
  margin: 0;
  font-size: 14px;
  line-height: normal;
}

.m-product__info-text {
  margin: 0;
  font-weight: 200;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
}

.m-product__info-text--gray {
  color: #6f6f6f;
}

.m-product__info-link {
  text-decoration: underline;
  text-underline-offset: 1px;
}

.m-product__section-label {
  position: absolute;
  left: calc(50% - 176.33px);
  margin: 0;
  font-weight: 200;
  font-size: 14px;
  color: #6f6f6f;
}

.m-product__section-label--dark {
  color: #000;
}

.m-product__fn-icon {
  position: absolute;
  display: block;
  filter: invert(1);
}

.m-product__fn-list {
  position: absolute;
  left: calc(50% - 43.59px);
  top: 1249.96px;
  width: 219.056px;
  font-weight: 200;
  font-size: 14px;
  color: #000;
}

.m-product__fn-list p {
  margin: 0;
  line-height: 2.85;
}

.m-product__spec-label {
  position: absolute;
  left: calc(50% - 176px);
  width: 140px;
  margin: 0;
  font-weight: 200;
  font-size: 14px;
  line-height: 1.4;
  color: #6f6f6f;
}

.m-product__spec-value {
  position: absolute;
  left: calc(50% - 87.3px);
  width: 263.681px;
  margin: 0;
  font-weight: 200;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
}

.m-product__payment-logos {
  position: absolute;
  left: 20.32px;
  top: 2613.91px;
  width: 306.974px;
  height: 24.395px;
  object-fit: cover;
  display: block;
}

.m-vision__hero-text {
  position: absolute;
  left: 20px;
  width: 352.954px;
  color: #fff;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 250;
  font-size: 18px;
}

.m-vision__hero-text p { margin: 0; line-height: normal; }

.m-vision__leaders-title {
  position: absolute;
  left: calc(50% - 131.34px);
  top: 1230.88px;
  width: 262.684px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 28px;
  line-height: normal;
  color: #000;
  text-align: center;
}

.m-vision__leaders-sub {
  position: absolute;
  left: calc(50% - 176.375px);
  top: 1316.88px;
  width: 352.75px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 16px;
  color: #000;
  text-align: center;
}

.m-vision__rule {
  position: absolute;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
}

.m-vision__stat {
  position: absolute;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 16px;
  color: #000;
}

.m-vision__stat p { margin: 0; line-height: normal; }
.m-vision__stat-sub { color: #6f6f6f; }

.m-vision__block {
  position: absolute;
  left: calc(50% - 176.5px);
  width: 352.954px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 14px;
  line-height: normal;
}

.m-vision__block-title {
  display: block;
  color: #000;
}

.m-vision__block-title--white { color: #fff; }
.m-vision__block-body { color: #6f6f6f; }

.m-vision__footer-col {
  position: absolute;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 14px;
  color: #6f6f6f;
}

.m-vision__footer-col p { margin: 0; line-height: 2; }
.m-vision__footer-col--link { cursor: pointer; text-decoration: none; display: block; }

.m-vision__footer-note {
  position: absolute;
  left: calc(50% - 175.33px);
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 14px;
  line-height: normal;
  color: #6f6f6f;
  width: 351.174px;
}

.m-vision__footer-note p { margin: 0; }

.m-vision__copyright {
  position: absolute;
  left: calc(50% - 176.25px);
  bottom: 49.609px;
  width: 297.636px;
  margin: 0;
  font-family: 'Satoshi', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #6e6e6e;
}

.m-vision__footer-label {
  position: absolute;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
}

.m-vision__tagline {
  position: absolute;
  left: calc(50% - 133.443px);
  width: 266.886px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 32px;
  color: #fff;
  text-align: center;
}

.m-vision__agree {
  position: absolute;
  left: 54.32px;
  width: 319.812px;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 14px;
  color: #898989;
}

.m-vision__agree p { margin: 0; }

.m-vision__checkbox {
  position: absolute;
  left: 21.17px;
  width: 20.196px;
  height: 20.196px;
  border: 1px solid #6f6f6f;
}

.m-vision__stay-connected {
  position: absolute;
  left: 20.25px;
  width: 352.954px;
  height: 40.625px;
  border-radius: 200px;
  background: rgba(255, 255, 255, 0);
  border: 0.5px solid #fff;
  color: #fff;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 16px;
  cursor: pointer;
}

.m-vision__email-label {
  position: absolute;
  left: 20.02px;
  width: 352.145px;
  margin: 0;
  font-family: 'Universal Sans Display Trial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  font-size: 22px;
  color: #fff;
}
