@media (max-width: 1399px) {
    
}

@media (max-width: 1199px) {
    .crest { position: relative; }
    .crest .badge { margin: 0; font-size: 20px; }

    .bar {
        display: flex;
        margin-left: auto;
        margin-top: 5px;
    }

    .bar.active { position: relative; opacity: 2; }

    .crest .roster{
        position: absolute;
        left: 0; right: 0; top: 100%;
        z-index: 1000;
        background: #7B1732;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 16px 0;
        margin: 0;
        transform: scaleY(0);
        transform-origin: top;
        opacity: 0;
        pointer-events: none;
        transition: transform .2s cubic-bezier(.2,.8,.2,1), opacity .2s ease;
    }

    .crest .roster.active{
        transform: scaleY(1);
        opacity: 1;
        pointer-events: auto;
    }

    .crest .roster .roster__one { margin: 0 0 12px 0; }
    .crest .roster .roster__one a { color: #fff; font-size: 18px; text-decoration: none; }

    h2 {
        margin-bottom: 20px;
    }

    .vintage {
        padding: 100px 0;
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(img/card-kal.webp) no-repeat center center;
    }

    h1 {
        color: #fff;
    }

    .vintage .info-v3 {
        height: auto;
    }

    .vintage .pasth1-v3 {
        color: #fff;
    }

    .vintage a {
        color: #fff;
        border-color: #fff;
    }

    .terroir .picture {
        height: 500px;
    }

    .terroir .picture img {
        width: 200%;
    }

    .terroir__info {
        height: 500px;
    }

    .visit .all .visit__one {
        justify-content: center;
        margin: 20px 0;
    }

    .visit .all .visit__one:last-of-type {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .terroir__info {
        height: auto;
    }

    .hosts__card.first .picture, .hosts__card .picture {
        height: 350px;
    }

    .hosts__card {
        margin-bottom: 30px;
    }

    .hosts .row div .hosts__card:last-child {
        margin-bottom: 30px;
    }

    .hosts .row > div:last-child .hosts__card:last-child {
        margin-bottom: 0;
    }

    .duo-scribe .scribe__input:first-child {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .cask .badge {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .cask .roster {
        justify-content: center;
    }

    .cask .roster__one {
        margin: 0 10px;
    }
}

@media (max-width: 575px) {
    section {
        padding: 40px 0;
    }

    a.btn {
        width: 200px;
        height: 45px;
        font-size: 20px;
    }

    h1 {
        font-size: 40px;
    }

    .vintage .pasth1-v3 {
        margin-top: 20px;
    }

    .vintage a {
        margin-top: 20px;
    }

    .hosts__card.first .picture, .hosts__card .picture {
        height: 250px;
    }

    .hosts__card .picture img {
        width: 135%;
    }

    .cask .roster__one {
        margin: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .cask .roster__one:last-child {
        margin-bottom: 0;
    }
}