.reproductive-hero,
.reproductive-atlas-hero {
  background: #f6f5f1;
}

body[data-page="reproductive"] .system-visual {
  min-height: 300px;
  background: #f4f2ed;
}

body[data-page="reproductive"] .system-airway {
  inset: auto;
  left: 27%;
  width: 7.8rem;
  height: 7.8rem;
  border: 4px solid #8b6678;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, #fffaf6 0 12%, transparent 13%),
    radial-gradient(circle at 66% 34%, #fffaf6 0 10%, transparent 11%),
    radial-gradient(circle at 48% 66%, #fffaf6 0 13%, transparent 14%),
    #ead8df;
}

body[data-page="reproductive"] .system-airway::before {
  inset: 16%;
  border: 2px dashed rgba(139, 102, 120, 0.6);
  border-radius: 50%;
}

body[data-page="reproductive"] .system-branch {
  top: 22%;
  left: 60%;
  width: 3rem;
  height: 7.4rem;
  border: 0;
  border-left: 0.7rem solid #667f77;
  border-radius: 50%;
  transform: rotate(17deg);
}

body[data-page="reproductive"] .system-branch::before,
body[data-page="reproductive"] .system-branch::after {
  position: absolute;
  width: 2.7rem;
  height: 4.8rem;
  border: 0.5rem solid rgba(102, 127, 119, 0.72);
  border-left: 0;
  border-radius: 0 70% 70% 0;
  content: "";
}

body[data-page="reproductive"] .system-branch::before {
  top: -1.2rem;
  left: 0.1rem;
}

body[data-page="reproductive"] .system-branch::after {
  top: 3.8rem;
  left: -0.1rem;
  transform: scale(0.75);
}

body[data-page="reproductive"] .system-alveoli {
  right: 21%;
  bottom: 19%;
  width: 5.4rem;
  height: 4.2rem;
  border: 3px solid #b18b68;
  border-radius: 48% 52% 46% 54%;
  background:
    repeating-linear-gradient(90deg, rgba(177, 139, 104, 0.18) 0 9px, transparent 9px 17px),
    #f4e4d3;
}

body[data-page="reproductive"] .system-focus {
  border-color: #986e81;
  box-shadow: 0 0 0 7px rgba(152, 110, 129, 0.14);
  transform: translate(-24%, 26%);
}

body[data-page="reproductive"] .system-number {
  background: #8b6678;
}

body[data-page="reproductive"] .system-tab.is-visited,
body[data-page="reproductive"] .system-evidence.is-visited,
body[data-page="reproductive-terms"] .system-term-card[open] {
  border-color: rgba(139, 102, 120, 0.72);
}

body[data-page="reproductive"] .system-builder-output {
  border-left-color: #8b6678;
}

@media (max-width: 480px) {
  body[data-page="reproductive"] .system-airway {
    transform: scale(0.82);
  }

  body[data-page="reproductive"] .system-branch {
    transform: rotate(17deg) scale(0.82);
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="reproductive"] .system-airway,
  body[data-page="reproductive"] .system-branch,
  body[data-page="reproductive"] .system-alveoli,
  body[data-page="reproductive"] .system-focus {
    transition: none;
  }
}
