.hero-track {
    width: 100%
}

.hero-slide {
    width: 100%;
    flex: 0 0 100%
}

.premium-header .brand img {
    width: 120px;
}

.premium-header .brand::before {
    
    color: #fff;
    font: 700 31px/1 var(--serif);
    letter-spacing: -.07em
}

.premium-header .brand::after {
    
    display: block;
    color: #c9dbe4;
    font: 7px "DM Mono", monospace;
    letter-spacing: .06em;
    position: absolute;
    margin-top: 34px;
    margin-left: 2px
}