.hero__inner {
    margin-inline: auto;
}

.hero--full,
.hero--narrow {
    display: flex;
    align-items: center;
}

.hero--full {
    min-height: 100vh;
    min-height: 100svh;
}

.hero--narrow {
    min-height: 420px;
}

.hero__accent-bar {
    display: block;
    width: 3.5rem;
    height: 0.2rem;
    margin-bottom: clamp(1.5rem, 2vw, 2rem);
    background-color: var(--color-secondary);
}

.hero__heading {
    margin: 0;
    line-height: 1.1;
    max-width: 20ch;
}

.hero h1.hero__heading {
    font-size: clamp(2.6241rem, calc(1.7159vw + 2.238rem), 3.9968rem);
}

.hero__text {
	margin: clamp(1rem, 1.5vw, 1.5rem) 0 0;
	max-width: 60ch !important;
	margin-bottom: 0 !important;
}

.hero__text:not([data-animate]),
.hero__text.is-animated {
    opacity: 0.8;
}

@media (max-width: 768px) {
    .hero--narrow {
        min-height: 280px;
    }

    .hero__heading {
        max-width: 14ch;
    }
}
