.healthy-org-page .site-footer,
.healthy-org-page .healthy-hero,
.healthy-org-page .healthy-process,
.healthy-org-page .hoi-overview,
.healthy-org-page .hoi-dimensions,
.healthy-org-page .hoa-section,
.healthy-org-page .healthy-insights,
.healthy-org-page .healthy-cta {
  scroll-margin-top: 90px;
}

.healthy-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(2, 2, 2, 0.82) 0%, rgba(2, 2, 2, 0.58) 42%, rgba(2, 2, 2, 0.12) 100%),
    url("/images/build-healthy-organisation/Healthy Organisation Background.png") center / cover no-repeat;
  color: var(--color-white);
}

.healthy-hero-shell {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) 635px;
  align-items: end;
  min-height: 665px;
}

.healthy-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 745px;
  padding: 168px 0 98px;
}

.healthy-hero-copy h1 {
  margin: 0;
  font-size: clamp(48px, 6vw, 55px);
  line-height: 1.36;
}

.healthy-hero-copy p {
  max-width: 659px;
  margin: 16px 0 0;
  font-size: 20px;
  line-height: 32px;
}

.healthy-hero-art {
  position: relative;
  min-height: 665px;
}

.hero-plinth {
  position: absolute;
  bottom: 0;
  width: 222px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 100%);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-plinth-small {
  left: -640px;
  height: 332px;
}

.hero-plinth-medium {
  left: -418px;
  height: 419px;
}

.hero-plinth-large {
  left: -196px;
  height: 538px;
}

.healthy-intro {
  padding: 84px 0 80px;
}

.healthy-intro .body-copy {
  max-width: 984px;
}

.healthy-intro .lede {
  margin: 0 0 22px;
  font-size: 22px;
  line-height: 35px;
}

.healthy-intro p {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 30px;
}

.healthy-process {
  padding: 88px 0 118px;
  color: var(--color-white);
  background: #460d28;
}

.healthy-process-lead {
  max-width: 1168px;
  margin: 0 auto;
  text-align: center;
  font-size: 25px;
  line-height: 44px;
  font-weight: 400;
}

.process-lead-highlight {
  text-decoration-line: underline;
  text-decoration-color: #f10568;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}

.healthy-process-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr) 48px minmax(0, 1fr) 48px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 58px;
}

.process-card {
  min-height: 141px;
  padding: 19px 20px 20px;
  border-radius: 5px;
  background: var(--color-muted);
  color: var(--color-black);
  text-align: center;
}

.process-card h3 {
  margin: 0;
  color: var(--color-black);
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

.process-rule {
  width: 52px;
  height: 3px;
  margin: 6px auto 10px;
  background: var(--color-plum);
}

.process-card p {
  margin: 0;
  font-size: 18px;
  line-height: 25px;
}

.process-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 12px;
}

.process-arrow img {
  display: block;
  width: 100%;
  height: 100%;
}

.hoi-overview {
  padding: 138px 0 112px;
}

.hoi-grid {
  display: grid;
  grid-template-columns: 570px minmax(320px, 482px);
  gap: 68px 103px;
  align-items: start;
}

.hoi-diagram-shell {
  --outer-size: 570px;
  --segment-orbit: 40.7cqw;
  --inner-orbit: 23.16cqw;
  position: relative;
  container-type: inline-size;
  width: min(100%, var(--outer-size));
  aspect-ratio: 1;
  margin: 0 auto;
}

.hoi-wheel {
  position: absolute;
  inset: 0;
}

.hoi-rings-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  z-index: 0;
  pointer-events: none;
}

.hoi-center {
  position: absolute;
  inset: 30.18cqw;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: var(--color-black);
  text-align: center;
  font-size: clamp(16px, 3.86cqw, 22px);
  line-height: 1.35;
  z-index: 2;
}

.hoi-inner-button,
.hoi-segment-button {
  position: absolute;
  top: 50%;
  left: 50%;
}

.hoi-segment-button,
.hoi-inner-button {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--color-white);
  cursor: pointer;
}

.hoi-segment-button {
  width: 23.86cqw;
  height: 45.96cqw;
  transform:
    translate(-50%, -50%)
    rotate(var(--angle))
    translateY(calc(-1 * var(--segment-orbit)))
    rotate(calc(-1 * var(--angle)));
  z-index: 3;
}

.hoi-segment-svg,
.hoi-inner-button svg {
  width: 100%;
  height: 100%;
  display: block;
}

.hoi-segment-svg {
  overflow: visible;
  color: #000000;
  transform-origin: center;
  transform: rotate(var(--surface-angle));
  transition: transform var(--transition), filter var(--transition), opacity var(--transition);
}

.hoi-segment-button:hover .hoi-segment-svg,
.hoi-segment-button:focus-visible .hoi-segment-svg {
  transform: rotate(var(--surface-angle)) scale(1.02);
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.18));
}

.hoi-segment-label {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 4px;
  text-align: center;
  pointer-events: none;
  padding: 0 13.24% 0 7.35%;
}

.hoi-segment-label span {
  display: block;
  font-size: clamp(10px, 2.63cqw, 15px);
  line-height: 1.22;
}

.hoi-inner-button {
  width: 11.4cqw;
  height: 24.39cqw;
  transform:
    translate(-50%, -50%)
    rotate(var(--angle))
    translateY(calc(-1 * var(--inner-orbit)))
    rotate(calc(-1 * var(--angle)));
  z-index: 3;
}

.hoi-inner-button svg {
  transform-origin: center;
  transform: rotate(var(--inner-surface-angle));
  transition: transform var(--transition), filter var(--transition), opacity var(--transition);
}

.hoi-inner-icon {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.hoi-inner-icon-image {
  width: clamp(18px, 5.96cqw, 34px);
  height: clamp(18px, 5.96cqw, 34px);
  display: block;
  object-fit: contain;
}

.hoi-inner-button:hover .hoi-inner-shape,
.hoi-inner-button:focus-visible .hoi-inner-shape {
  filter: drop-shadow(0 8px 14px rgba(138, 29, 85, 0.28));
}

.hoi-inner-button:hover svg,
.hoi-inner-button:focus-visible svg {
  transform: rotate(var(--inner-surface-angle)) scale(1.02);
}

.section-title {
  margin: 0;
  font-size: clamp(38px, 4vw, 45px);
  line-height: 1.22;
}

.hoi-copy .section-rule,
.healthy-org-page .section-rule {
  width: 93px;
  height: 4px;
  margin: 14px 0 28px;
  background: var(--color-black);
}

.hoi-copy p,
.dimension-copy p,
.hoa-copy p,
.healthy-insight-card p {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 30px;
}

.hoi-actions,
.hoa-actions,
.healthy-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 24px;
}

.hoi-actions .button,
.hoa-actions .button,
.healthy-cta-actions .button {
  min-height: 47px;
  padding-inline: 22px;
  font-size: 15px;
}

.hoi-dimensions {
  padding: 46px 0 96px;
  background: #f9f9f9;
}

.dimension-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.dimension-tab {
  display: grid;
  gap: 2px;
  padding: 16px 12px;
  border: 0;
  border-bottom: 3px solid #d6d6d6;
  background: transparent;
  color: #8c8c8c;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  transition: color var(--transition), border-color var(--transition);
}

.dimension-tab.is-active {
  color: #e60059;
  border-bottom-color: #e60059;
}

.dimension-mobile-select {
  display: none;
  position: relative;
  z-index: 5;
}

.dimension-mobile-trigger {
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 17px 0 20px;
  border: 1.5px solid #e60059;
  border-radius: 9px;
  background: var(--color-white);
  color: var(--color-black);
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(138, 29, 85, 0.08);
}

.dimension-mobile-chevron {
  width: 0;
  height: 0;
  flex: 0 0 auto;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #8a1d55;
  transition: transform var(--transition);
}

.dimension-mobile-select.is-open .dimension-mobile-chevron {
  transform: rotate(180deg);
}

.dimension-mobile-trigger:focus-visible {
  outline: 2px solid #e60059;
  outline-offset: 3px;
}

.dimension-mobile-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  display: grid;
  padding: 6px;
  border: 1px solid rgba(138, 29, 85, 0.18);
  border-radius: 9px;
  background: var(--color-white);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity var(--transition), transform var(--transition), visibility var(--transition);
}

.dimension-mobile-select.is-open .dimension-mobile-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dimension-mobile-option {
  width: 100%;
  min-height: 42px;
  padding: 9px 14px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--color-black);
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  transition: background var(--transition), color var(--transition);
}

.dimension-mobile-option:hover,
.dimension-mobile-option:focus-visible {
  background: rgba(230, 0, 89, 0.08);
  outline: 0;
}

.dimension-mobile-option.is-active {
  background: #8a1d55;
  color: var(--color-white);
  font-weight: 700;
}

.dimension-feature {
  display: grid;
  grid-template-columns: 1fr 571px;
  gap: 0;
  margin-top: 36px;
}

.dimension-copy {
  padding: 72px 58px 70px;
  background: var(--color-plum);
  color: var(--color-white);
}

.dimension-copy h2 {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1.25;
}

.dimension-copy p {
  color: inherit;
}

.dimension-what {
  margin-top: 22px;
  color: #e50059;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}

.dimension-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hoa-section {
  padding: 96px 0 94px;
  color: var(--color-white);
  background: radial-gradient(circle at 74% 30%, rgba(183, 0, 91, 0.38), transparent 24%), #030303;
}

.hoa-grid {
  display: grid;
  grid-template-columns: 360px minmax(320px, 1fr);
  gap: 38px;
  align-items: center;
}

.hoa-copy {
  max-width: 320px;
}

.hoa-copy p {
  color: rgba(255, 255, 255, 0.88);
}

.hoa-visual {
  display: flex;
  justify-content: flex-end;
  min-height: 720px;
}

.hoa-diagram {
  position: relative;
  width: min(100%, 635px);
  aspect-ratio: 635 / 709;
  container-type: inline-size;
}

.hoa-diagram-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.hoa-stage {
  position: absolute;
  color: var(--color-white);
}

.hoa-stage-ring {
  display: block;
  width: 100%;
  height: auto;
}

.hoa-stage-copy {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 24px 44px;
  z-index: 1;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.88);
}

.hoa-stage-copy strong {
  display: inline-block;
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  color: var(--color-white);
}

.hoa-stage-copy br + strong {
  margin-top: 6px;
}

.hoa-stage-tag {
  position: absolute;
  top: 50%;
  right: -38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  height: 30px;
  padding: 0 14px;
  background: url('/images/build-healthy-organisation/hoa-oval.svg') center / 100% 100% no-repeat;
  transform: translateY(-50%);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-white);
  z-index: 2;
}

.hoa-node-link {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--color-white);
  text-decoration: none;
  z-index: 3;
}

.hoa-node-link:hover .hoa-node-tag,
.hoa-node-link:focus-visible .hoa-node-tag {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

.hoa-node-link:focus-visible {
  outline: 2px solid #ff5ca8;
  outline-offset: 4px;
}

.hoa-node-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  height: 44px;
  padding: 0 36px 0 0px;
  background: url('/images/build-healthy-organisation/hoa-oval.svg') center / 100% 100% no-repeat;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #18030d;
  text-align: center;
  transition: transform 180ms ease, filter 180ms ease;
}

.hoa-node-callout {
  display: flex;
  align-items: center;
  gap: 0;
}

.hoa-stage-callout {
  position: absolute;
  top: 50%;
  left: calc(100% + 46px);
  display: flex;
  align-items: center;
  gap: 0;
  width: 190px;
  transform: translateY(-50%);
}

.hoa-callout-line {
  display: none;
}

.hoa-callout-copy {
  display: grid;
  gap: 3px;
  transform: translateY(-2px);
}

.hoa-callout-copy strong {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.98);
}

.hoa-callout-copy span {
  display: block;
  font-size: 11px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.9);
}

.hoa-stage-top {
  top: 66px;
  left: 50%;
  width: 500px;
  transform: translateX(-50%);
}

.hoa-stage-top .hoa-stage-copy {
  padding: 40px 98px 34px;
}

.hoa-node-link-top-1 {
  top: 74px;
  left: 424px;
}

.hoa-node-link-top-2 {
  top: 136px;
  left: 486px;
}

.hoa-node-link-top-3 {
  top: 210px;
  left: 448px;
}

.hoa-node-link-assessment {
  top: 284px;
  left: 352px;
}

.hoa-stage-middle {
  top: 372px;
  left: 50%;
  width: 390px;
  transform: translateX(-50%);
}

.hoa-stage-middle .hoa-stage-ring {
  transform: scaleX(-1);
}

.hoa-stage-middle .hoa-stage-copy {
  padding: 34px 82px 30px;
}

.hoa-node-link-collective {
  top: 426px;
  left: 462px;
}

.hoa-stage-bottom {
  bottom: 6px;
  left: 50%;
  width: 260px;
  transform: translateX(-50%);
}

.hoa-stage-bottom .hoa-stage-copy {
  padding: 24px 64px 22px;
}

.hoa-node-link-personal {
  bottom: 50px;
  left: 392px;
}

.hoa-stage-arrow {
  position: absolute;
  width: 24px;
  height: auto;
  opacity: 0.88;
}

.hoa-stage-arrow-top {
  top: 286px;
  left: 50%;
  transform: translateX(-50%);
}

.hoa-stage-arrow-bottom {
  top: 536px;
  left: 50%;
  transform: translateX(-50%);
}

.healthy-insights {
  padding: 90px 0 92px;
}

.insights-kicker {
  margin: 0 0 64px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.healthy-insights-grid {
  display: grid;
  grid-template-columns: 376px 334px 334px;
  gap: 22px 42px;
  align-items: start;
}

.healthy-insight-card {
  color: var(--color-black);
}

.healthy-insight-card.is-dark {
  padding: 23px 21px 26px;
  background: var(--color-plum);
  color: var(--color-white);
}

.healthy-insight-card.is-wide {
  grid-column: 2 / span 2;
}

.healthy-insight-card h3 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 30px;
}

.healthy-insight-card.is-wide h3 {
  font-size: 25px;
}

.insight-thumb {
  width: 100%;
  height: 197px;
  margin-bottom: 22px;
  background: #d9d9d9;
}

.insight-thumb.is-tall {
  height: 286px;
}

.healthy-insights-action {
  display: flex;
  justify-content: center;
  margin-top: 66px;
}

.healthy-cta {
  padding: 46px 0;
  background: #f5f5f5;
}

.healthy-cta-shell {
  display: grid;
  grid-template-columns: minmax(320px, 680px) auto;
  gap: 40px;
  align-items: center;
}

.healthy-cta h2 {
  margin: 0;
  font-size: 35px;
  line-height: 47px;
}

.healthy-cta h2 span {
  color: #b7005b;
}

@media (max-width: 1180px) {
  .healthy-hero-shell,
  .hoi-grid,
  .dimension-feature,
  .hoa-grid,
  .healthy-cta-shell {
    grid-template-columns: 1fr;
  }

  .healthy-hero-shell {
    min-height: 0;
  }

  .healthy-hero-copy {
    padding-bottom: 56px;
  }

  .healthy-hero-art {
    min-height: 420px;
  }

  .hoa-copy {
    max-width: 100%;
  }

  .hoa-visual {
    justify-content: center;
    min-height: 0;
  }

  .healthy-process-grid,
  .dimension-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .healthy-process-grid {
    gap: 24px;
  }

  .healthy-insights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .healthy-insight-card.is-wide {
    grid-column: auto;
  }

  .process-arrow {
    display: none;
  }
}

@media (max-width: 900px) {
  .hoa-diagram {
    width: min(100%, 560px);
  }

  .hoa-stage-top {
    width: 438px;
  }

  .hoa-stage-middle {
    width: 344px;
  }

  .hoa-stage-bottom {
    width: 228px;
  }

  .hoa-node-link-top-1 {
    top: 80px;
    left: 384px;
  }

  .hoa-node-link-top-2 {
    top: 140px;
    left: 438px;
  }

  .hoa-node-link-top-3 {
    top: 206px;
    left: 406px;
  }

  .hoa-node-link-assessment {
    top: 298px;
    left: 296px;
  }

  .hoa-node-link-collective {
    top: 428px;
    left: 396px;
  }

  .hoa-node-link-personal {
    bottom: 54px;
    left: 330px;
  }
}

@media (max-width: 760px) {
  .hoi-copy {
    order: 1;
  }

  .hoi-diagram {
    order: 2;
  }

  .healthy-hero-copy {
    padding-top: 124px;
  }

  .healthy-hero-copy h1 {
    font-size: 42px;
    line-height: 1.2;
  }

  .healthy-intro .lede,
  .healthy-process-lead {
    font-size: 20px;
    line-height: 34px;
  }

  .healthy-process-grid,
  .healthy-insights-grid {
    grid-template-columns: 1fr;
  }

  .healthy-process-grid {
    gap: 18px;
  }

  .dimension-tabs {
    display: none;
  }

  .dimension-mobile-select {
    display: block;
  }

  .dimension-feature {
    display: flex;
    flex-direction: column;
  }

  .dimension-media {
    order: 1;
  }

  .dimension-copy {
    order: 2;
  }

  .hoi-diagram-shell {
    --outer-size: 340px;
  }

  .hoa-section {
    padding: 80px 0 72px;
  }

  .hoa-diagram {
    width: min(88vw, 420px);
    aspect-ratio: 635 / 709;
  }

  .hoa-stage-top {
    top: 9.31%;
    width: 78.74%;
  }

  .hoa-stage-middle {
    top: 52.47%;
    width: 61.42%;
  }

  .hoa-stage-bottom {
    bottom: 0.85%;
    width: 40.94%;
  }

  .hoa-stage-copy {
    font-size: clamp(9px, 2.28cqw, 12px);
    line-height: 1.16;
  }

  .hoa-stage-copy strong {
    font-size: clamp(9px, 2.36cqw, 12px);
    line-height: 1.12;
  }

  .hoa-stage-top .hoa-stage-copy {
    padding: 7.6% 30% 6.2%;
  }

  .hoa-stage-top .hoa-stage-copy strong {
    max-width: 17ch;
  }

  .hoa-stage-middle .hoa-stage-copy {
    padding: 8% 27% 7%;
  }

  .hoa-stage-bottom .hoa-stage-copy {
    padding: 8% 28% 7%;
  }

  .hoa-stage-bottom .hoa-stage-copy strong {
    max-width: 11ch;
  }

  .hoa-stage-tag {
    right: -22px;
    min-width: 70px;
    height: 26px;
    font-size: 10px;
  }

  .hoa-node-link {
    gap: 5px;
  }

  .hoa-node-tag {
    min-width: 17.64cqw;
    height: 6.3cqw;
    padding: 0 4.41cqw 0 0;
    font-size: clamp(8px, 1.58cqw, 10px);
  }

  .hoa-node-callout {
    gap: 5px;
    width: 25.5cqw;
  }

  .hoa-callout-copy {
    width: 100%;
    min-width: 0;
  }

  .hoa-stage-callout {
    left: calc(100% + 18px);
    width: 130px;
    gap: 9px;
  }

  .hoa-callout-line {
    flex-basis: 22px;
  }

  .hoa-callout-copy strong {
    font-size: clamp(8px, 1.55cqw, 10px);
    overflow-wrap: anywhere;
  }

  .hoa-callout-copy span {
    font-size: clamp(8px, 1.26cqw, 9px);
    overflow-wrap: anywhere;
  }

  .hoa-stage-arrow-top {
    top: 40.34%;
  }

  .hoa-stage-arrow-bottom {
    top: 75.60%;
  }

  .hoa-node-link-top-1 {
    top: 10.44%;
    left: 59.84%;
  }

  .hoa-node-link-top-2 {
    top: 19.18%;
    left: 61.42%;
  }

  .hoa-node-link-top-3 {
    top: 29.62%;
    left: 60.16%;
  }

  .hoa-node-link-assessment {
    top: 40.06%;
    left: 55.43%;
  }

  .hoa-node-link-collective {
    top: 60.08%;
    left: 59.84%;
  }

  .hoa-node-link-personal {
    bottom: 7.05%;
    left: 55.12%;
  }

  .hoi-actions,
  .hoa-actions,
  .healthy-cta-actions {
    flex-direction: column;
  }

  .hoi-actions .button,
  .hoa-actions .button,
  .healthy-cta-actions .button {
    width: 100%;
  }

  .dimension-copy {
    padding: 34px 24px;
  }

  .healthy-cta h2 {
    font-size: 28px;
    line-height: 1.35;
  }
}

@media (max-width: 560px) {
  .hoa-diagram {
    width: min(82vw, 360px);
    aspect-ratio: 635 / 709;
  }

  .hoa-stage-top {
    width: 78.74%;
  }

  .hoa-stage-middle {
    width: 61.42%;
  }

  .hoa-stage-bottom {
    width: 40.94%;
  }

  .hoa-stage-copy p,
  .hoa-stage-copy span,
  .hoa-stage-copy strong {
    font-size: 9px;
  }

  .hoa-stage-copy {
    font-size: 9px;
    line-height: 1.14;
  }

  .hoa-node-link {
    gap: 4px;
  }

  .hoa-node-callout {
    width: 23.5cqw;
  }

  .hoa-node-tag {
    min-width: 15.5cqw;
    height: 5.7cqw;
    padding-right: 3.6cqw;
    font-size: clamp(7px, 1.5cqw, 9px);
  }

  .hoa-callout-copy {
    gap: 1px;
  }

  .hoa-callout-copy strong,
  .hoa-callout-copy span {
    line-height: 1.12;
  }

}
