.humentory-page {
  padding: 2rem 0 4rem;
}

.humentory-inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-padding-inline);
}

.humentory-hero {
  margin: 0 0 3rem;
  border-radius: 4px;
  overflow: hidden;
}

.humentory-hero img {
  width: 100%;
  height: auto;
}

.humentory-content h1 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800;
  color: var(--color-navy);
  margin: 0 0 1.25rem;
}

.humentory-body {
  text-align: justify;
}

.humentory-body ul {
  padding-left: 1.25rem;
}

.humentory-body li {
  margin-bottom: 0.65rem;
}

.humentory-next {
  margin-top: 2rem;
  text-align: right;
}

.humentory-next-link {
  font-weight: 700;
  color: var(--color-navy);
}

.humentory-cycle {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}

.humentory-cycle-img {
  display: block;
  width: 100%;
  height: auto;
}

.humentory-cycle-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.humentory-cycle-link {
  outline: none;
}

.humentory-cycle-segment {
  fill: transparent;
  cursor: pointer;
  transition: fill 0.2s ease;
}

.humentory-cycle-link:hover .humentory-cycle-segment,
.humentory-cycle-link:focus-visible .humentory-cycle-segment {
  fill: rgba(232, 148, 58, 0.28);
}

.humentory-cycle-link:focus-visible .humentory-cycle-segment {
  stroke: rgba(232, 148, 58, 0.85);
  stroke-width: 2;
}
