:root {
    --s17-black: #373737;
    --s17-pink: #ff2650;
    --s17-red: #e31e25;
}

.s17-mid-banner {
    position: relative;
}

.s17-mid-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 80%,
        rgba(255, 255, 255, 1) 100%
    );
}

.s17-banner-orn::before,
.s17-banner-orn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(50%);
    width: auto;
    height: 350px;
    aspect-ratio: 231 / 663;
    background: url(../images/s17/orns/crystal-orn.webp) center / contain
        no-repeat;
    z-index: 1;
}

.s17-banner-orn::after {
    left: unset;
    right: 0;
    transform: translateY(50%) scaleX(-1);
}

.s17-title-themed {
    font-size: 2.5rem;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    margin-bottom: 40px;
    color: var(--s17-black);
}

.s17-title-themed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 65%);
    width: auto;
    height: 85px;
    aspect-ratio: 538 / 153;
    background: url(../images/s17/orns/title-red-orn.webp) center / contain
        no-repeat;
}

.s17-title-themed .s17-sub-title {
    width: calc(10 / 12 * 100%);
    font-size: 0.9rem;
    font-weight: 400;
    margin-top: 20px;
    color: var(--s17-black);
    line-height: 1.5;
    text-transform: none;
    padding-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}

.s17-title-themed .pink-text {
    color: var(--s17-pink);
}

.s17-title-themed .s17-title-orn {
    position: absolute;
    width: 100vw;
    margin-left: -50vw;
    height: 100%;
    left: 50%;
}

.s17-title-themed .s17-title-orn::before,
.s17-title-themed .s17-title-orn::after {
    content: "";
    position: absolute;
    left: 50%;
    width: auto;
    height: 50px;
    aspect-ratio: 415 / 61;
    background: url(../images/s17/orns/title-triangle-orn.webp) center / contain;
    opacity: 0.1;
}

.s17-title-themed .s17-title-orn::before {
    top: 0;
    left: 0;
}

.s17-title-themed .s17-title-orn::after {
    bottom: 0;
    right: 0;
    left: unset;
    transform: rotate(180deg);
}

.s17-title-themed .red-text {
    color: var(--s17-red);
}

.s17-title-themed .red-bg {
    color: white;
    background: var(--s17-red);
}

.s17-btn-1-themed {
    padding: 1.7rem 2.2rem;
    font-weight: 600;
    background: url(../images/s17/bgs/button-1.webp) center / calc(100%)
        calc(100%) no-repeat;
    cursor: pointer;
    aspect-ratio: 477 / 223;
    width: fit-content;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.75rem;
    line-height: 1;
}

.s17-btn-1-themed > * {
    color: white;
    text-transform: uppercase;
    padding-top: 2px;
}

.s17-btn-1-themed {
    opacity: 1;
    transition: all 200ms ease;
}

.s17-btn-1-themed > *:hover {
    color: white;
}

.s17-btn-1-themed:hover {
    opacity: 0.8;
}

@media (min-width: 992px) {
    .s17-title-themed {
        font-size: 3rem;
    }

    .s17-title-themed .s17-sub-title {
        width: calc(8 / 12 * 100%);
    }
}
