/* TwoTune Collection R4 V2 — production homepage visual.
   Namespaced rules only. Does not reset html/body or global elements.
   Hotspot percentages are the locked approved contract. */

.collection-r4-v2 {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 16px 0 32px;
  background: transparent;
}

.collection-r4-v2__frame {
  position: relative;
  width: 100%;
  max-width: 1536px;
  margin: 0 auto;
  line-height: 0;
}

.collection-r4-v2__art {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1535 / 1025;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

.collection-r4-v2__hotspot {
  position: absolute;
  display: block;
  background: transparent;
  border: 0;
  outline: none;
  border-radius: 999px;
}

.collection-r4-v2__hotspot--enter {
  left: 30.0%;
  top: 84.6%;
  width: 18.7%;
  height: 4.6%;
}

.collection-r4-v2__hotspot--explore {
  left: 49.2%;
  top: 84.5%;
  width: 18.0%;
  height: 4.6%;
}

.collection-r4-v2__hotspot:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 2px;
}

.collection-r4-v2__mobile {
  display: none;
  width: min(1280px, calc(100% - 32px));
  margin: 16px auto 0;
  line-height: normal;
}

.collection-r4-v2__heading {
  font-family: var(--fd, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(1.55rem, 5.2vw, 2rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: var(--t1, #f4efe6);
  margin: 0 0 10px;
}

.collection-r4-v2__copy {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--t2, #d6cec2);
  margin: 0 0 18px;
  max-width: 42ch;
}

.collection-r4-v2__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

.collection-r4-v2__cta {
  min-height: 48px;
  justify-content: center;
}

@media (min-width: 1536px) {
  .collection-r4-v2__frame {
    width: 1536px;
  }
}

@media (max-width: 1439px) {
  .collection-r4-v2__hotspot {
    display: none;
  }

  .collection-r4-v2__mobile {
    display: block;
  }
}

@media (max-width: 768px) {
  .collection-r4-v2 {
    padding: 12px 0 20px;
  }
}
