/* Figma 267:778. Keep these layers separate for the shared GLB sequence. */
.wearable-section { background: #fff; overflow: hidden; }
.wearable-stage {
  position: relative;
  width: min(100%, 1440px);
  aspect-ratio: 1440 / 933;
  margin-inline: auto;
  isolation: isolate;
}
.wearable-person {
  position: absolute;
  left: 47.222%;
  top: -19.1%;
  width: 55.556%;
  height: 114.33%;
  transform: translateX(-50%);
  pointer-events: none;
}
.wearable-person img { display: block; width: 100%; height: 100%; object-fit: cover; }
.wearable-person::after {
  content: '';
  position: absolute;
  inset: 0;
  background: none;
}
.wearable-copy {
  position: absolute;
  z-index: 2;
  left: 8.264%;
  top: 41.265%;
  font-family: var(--font-gilroy);
  text-transform: uppercase;
  letter-spacing: -.02em;
}
.wearable-copy h2 { font-size: clamp(24px, 2.778vw, 40px); font-weight: 800; line-height: 1; }
.wearable-copy p { margin-top: 12px; color: #3a3a3a; font-size: clamp(14px, 1.389vw, 20px); font-weight: 500; line-height: 1.3; }
.wearable-device {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 39.389%;
  width: 15%;
  height: auto;
  transform: translate(-50%, -50%) rotate(6.93deg);
  pointer-events: none;
}
.wearable-wordmark {
  position: absolute;
  left: 76.181%;
  top: 44.48%;
  color: #2a2a2a;
  font-family: 'Quip Demo', sans-serif;
  font-size: clamp(40px, 5.481vw, 78.927px);
  line-height: 1;
  letter-spacing: -.02em;
  white-space: nowrap;
}
.wearable-wordmark span { color: var(--accent-orange); }
@media (max-width: 767px) {
  .wearable-stage { aspect-ratio: auto; height: 760px; max-height: 1100px; }
  .wearable-person { left: calc(50% - 30px); width: 600px; height: 800px; top: 21px; }
  .wearable-device { width: 162px; top: 437px; }
  .wearable-copy { top: 106px; left: 24px; }
  .wearable-copy h2 { font-size: 30px; }
  .wearable-copy p { font-size: 16px; }
  .wearable-wordmark { top: auto; bottom: 42px; left: 50%; transform: translateX(-50%); font-size: 56px; }
}
