.hero--watch-v2 {
  background: linear-gradient(135deg, #0b1121 0%, #111927 100%);
}

.hero--watch-v2 .hero-content {
  flex: 0 0 45%;
  max-width: 620px;
}

.hero--watch-v2 .hero-graphic--watch-v2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 55%;
  min-height: 90vh;
  margin-right: 0;
  z-index: 2;
  overflow: visible;
}

.watch-hero-v2-root {
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: 55vw;
  max-width: 720px;
  min-width: 550px;
  aspect-ratio: 1;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 15%);
  mask-image: linear-gradient(to right, transparent 0%, black 15%);
}

.watch-hero-v2-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgb(255 255 255 / 45%);
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 1px dashed rgb(255 255 255 / 16%);
  border-radius: 50%;
}

.watch-timepiece-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  shape-rendering: geometricprecision;
  text-rendering: geometricprecision;
}

.watch-label {
  font-family: Inter, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  fill: rgb(255 255 255 / 55%);
  paint-order: stroke;
  text-shadow: 0 1px 3px rgb(0 0 0 / 50%);
}

.watch-label-dim {
  fill: rgb(255 255 255 / 35%);
}

.watch-label-gold {
  fill: #d4a843;
}

.watch-fade-left {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 14%);
  mask-image: linear-gradient(to right, transparent 0%, black 14%);
}

@media (max-width: 1440px) {
  .watch-hero-v2-root {
    width: 55vw;
    max-width: 720px;
    min-width: 550px;
  }
}

@media (max-width: 1024px) {
  .hero--watch-v2 .hero-graphic--watch-v2 {
    justify-content: center;
  }

  .watch-hero-v2-root {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: min(46vw, 500px);
    min-width: 380px;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .watch-detail-desktop {
    display: none;
  }
}

@media (max-width: 1000px) {
  .hero--watch-v2 {
    flex-direction: column;
  }

  .hero--watch-v2 .hero-content {
    flex: none;
  }

  .hero--watch-v2 .hero-graphic--watch-v2 {
    min-height: auto;
    width: 100%;
    padding: 0 24px 100px;
  }
}

@media (max-width: 768px) {
  .hero--watch-v2 .hero-graphic--watch-v2 {
    display: flex;
    padding: 8px 24px 84px;
  }

  .watch-hero-v2-root {
    width: min(280px, 85vw);
    min-width: 0;
  }

  .watch-mobile-hide,
  .watch-detail-desktop,
  .watch-skeleton-group,
  .watch-power-reserve {
    display: none;
  }
}
