.home-header {
    background: transparent;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10
}

.home-slider {
    display: flex;
    min-height: 662px;
    height: min(802px, 100svh);
    overflow: hidden;
    background: #302a20
}

.slider-intro {
    position: relative;
    width: 33.333%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #0007, #0002), url('../images/asta/coffee-cup-official.png') 13% center/cover;
    color: #fff;
    z-index: 2
}

.slider-intro-copy {
    padding: 120px clamp(25px, 4vw, 75px) 45px
}

.slider-intro h1 {
    font-size: clamp(36px, 4vw, 66px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1.5px;
    white-space: nowrap
}

.slider-intro p {
    font-size: clamp(16px, 1.3vw, 22px);
    line-height: 1.8;
    margin: 20px 0;
    max-width: 340px
}

.slider-about {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 17px 30px;
    border: 1px solid #fff;
    border-radius: 40px;
    background: linear-gradient(110deg, #c91930, #f05f6b);
    font-weight: 700;
    font-size: 15px;
    box-shadow: 0 4px 20px #0002
}

.slider-about:hover {
    background: #a9192b
}

.universe-panels {
    display: flex;
    flex: 1;
    min-width: 0;
    margin-right: -42px
}

.universe-panel {
    flex: 1;
    min-width: 0;
    position: relative;
    transform: skewX(-5deg);
    overflow: hidden;
    isolation: isolate;
    transition: flex .45s ease;
    background: #444
}

.universe-panel:first-child {
    margin-left: -35px;
    padding-left: 35px
}

.universe-panel:last-child {
    padding-right: 40px
}

.universe-panel.is-featured,
.universe-panel.is-open {
    flex: 2.2
}

.panel-photo {
    position: absolute;
    inset: 0 -36px;
    transform: skewX(5deg);
    background-image: url('../images/asta/home-univers-panels.png');
    background-size: cover;
    background-position: var(--panel-position) center;
    z-index: -2
}

.universe-panel:after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: #10181665;
    transition: background .35s ease
}

.universe-panel.is-open:after {
    background: #f9f8f2bf
}

.panel-content {
    position: relative;
    height: 100%;
    transform: skewX(5deg);
    padding: 140px 17px 42px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 24px
}

.panel-toggle {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: white;
    background: transparent;
    padding: 0;
    text-align: left;
    width: 100%
}

.panel-title {
    font-size: clamp(16px, 1.5vw, 28px);
    font-weight: 700;
    letter-spacing: -.7px;
    line-height: 1.15;
    overflow-wrap: anywhere
}

.panel-subtitle {
    font-size: clamp(11px, 1vw, 19px);
    font-weight: 400;
    line-height: 1.2;
    margin-top: 3px
}

.is-featured .panel-title,
.is-open .panel-title {
    font-size: clamp(28px, 3vw, 52px)
}

.is-featured .panel-subtitle,
.is-open .panel-subtitle {
    font-size: clamp(17px, 1.8vw, 28px)
}

.is-open .panel-toggle {
    color: #315d38
}

.panel-brands {
    list-style: none;
    margin: 0;
    padding: 0;
    order: 1
}

.panel-brands[hidden] {
    display: none
}

.panel-brands li+li {
    margin-top: 12px
}

.panel-brands a {
    display: inline-block;
    font-size: clamp(13px, 1.25vw, 21px);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .3px;
    line-height: 1.4;
    color: #161a15;
    overflow-wrap: anywhere
}

.panel-brands a:hover,
.panel-brands a:focus-visible {
    color: #315d38;
    text-decoration: underline;
    text-underline-offset: 5px
}

.panel-toggle:focus-visible {
    outline-offset: 5px
}

.panel-brands a:focus-visible {
    outline-offset: 3px
}

@media(max-width:1000px) and (min-width:701px) {
    .slider-intro {
        width: 29%
    }

    .slider-intro-copy {
        padding: 130px 25px 25px
    }

    .slider-intro h1 {
        font-size: 34px;
        white-space: normal
    }

    .panel-content {
        padding-left: 12px;
        padding-right: 12px
    }

    .panel-title {
        font-size: 15px
    }

    .is-open .panel-title {
        font-size: 27px
    }

    .panel-brands a {
        font-size: 12px
    }

    .slider-about {
        padding: 14px 18px;
        font-size: 13px
    }
}

@media(max-width:700px) {
    .home-slider {
        height: auto;
        min-height: 0;
        display: block
    }

    .slider-intro {
        width: 100%;
        min-height: 446px
    }

    .slider-intro-copy {
        padding: 136px 25px 40px
    }

    .slider-intro h1 {
        font-size: 44px
    }

    .slider-intro p {
        font-size: 17px;
        max-width: 280px
    }

    .universe-panels {
        display: block;
        margin: 0
    }

    .universe-panel,
    .universe-panel:first-child,
    .universe-panel:last-child {
        transform: none;
        padding: 0;
        margin: 0;
        min-height: 125px
    }

    .panel-photo {
        transform: none;
        inset: 0;
        background-size: 500% auto
    }

    .panel-content {
        transform: none;
        padding: 26px;
        gap: 24px;
        min-height: 125px
    }

    .panel-toggle {
        order: 0
    }

    .panel-title,
    .is-featured .panel-title,
    .is-open .panel-title {
        font-size: 29px
    }

    .panel-subtitle,
    .is-featured .panel-subtitle,
    .is-open .panel-subtitle {
        font-size: 17px
    }

    .panel-brands {
        order: 1;
        columns: 2;
        column-gap: 24px
    }

    .panel-brands li {
        break-inside: avoid
    }

    .panel-brands a {
        font-size: 14px;
        padding: 5px 0
    }

    .panel-brands li+li {
        margin-top: 7px
    }

    .universe-panel.is-open {
        min-height: 260px
    }
}

@media(prefers-reduced-motion:reduce) {

    .universe-panel,
    .universe-panel:after {
        transition: none
    }
}

.story {
    overflow: hidden
}

@media(min-width:701px) {
    .universe-panel:nth-child(4):not(.is-open) .panel-title {
        font-size: clamp(11px, 1vw, 19px);
        overflow-wrap: normal
    }

    .universe-panel:nth-child(4).is-open .panel-title {
        font-size: clamp(20px, 2.1vw, 36px);
        overflow-wrap: normal
    }
}