.treatment-hero {
    --font-xxxl-min: 72px;
    width: 100%;
    position: relative;
    min-height: clamp(600px, 75vh, 1080px);
    overflow: hidden;
    background: #000;
    display: flex;
    align-items: center;
    margin: 0 auto;
    aspect-ratio: 18 / 9;
}

.treatment-hero__canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.treatment-hero .e-con-inner {
    align-items: flex-start !important;
    max-width: var(--container-max-width);
}

 .treatment-hero .topline {
    font-family: var(--e-global-typography-f17e90a-font-family), Sans-serif;
    font-size: var(--e-global-typography-f17e90a-font-size);
    line-height: var(--e-global-typography-f17e90a-line-height);
    text-transform: uppercase;
    color: var(--e-global-color-bff8c1f);
    font-weight: 900;
    margin-bottom: var(--syxs);
}
a.treatment-hero__item {
    font-family: var(--e-global-typography-84f25a8-font-family), Sans-serif;
    font-size: inherit;
    display: inline-block;
    opacity: 1;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: all 0.2s ease;
}
a.treatment-hero__item,
a.treatment-hero__item:hover {
    color: var(--e-global-color-fc7b75b);
}

.treatment-hero__nav nav {
    font-size: var(--fs-xxxl);
    line-height: 0.8em;
    position: relative;
    z-index: 2;
    display: flex;
    gap: .5em;
    flex-direction: column;
}


.treatment-hero__item.is-active {
    opacity: 1;
}

.treatment-hero.is-nav-hovered .treatment-hero__item {
    opacity: 0.3;
}

.treatment-hero.is-nav-hovered .treatment-hero__item.is-active {
    opacity: 1;
}
