/* Banner */

section.banner {
    position: relative;
    height: clamp(300px, 40vw, 400px);
}

section.banner .wrap {
    z-index: 1;
    position: relative;
    margin: auto;
    height: 100%;
    display: flex;
}

h1.banner-title {
    margin: auto;
    text-align: center;
    font-size: clamp(30px, 6vw, 60px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%; 
    letter-spacing: 4.8px;
    text-transform: uppercase;
    overflow: hidden;
    color: var(--white);
    text-align: center;
    text-overflow: ellipsis;
}

.banner-wrapper {
    margin: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.banner-text p, 
.banner-text a {
    color: var(--white);
    text-align: center;
    font-family: 'adobe-caslon-pro';
    font-size: clamp(20px, 3.2vw, 32px);
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
}

.banner-optional-content {
    color: var(--white);
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}