.fifteen {
    -webkit-font-smoothing: antialiased;
}

.btn__block {
display: flex;
gap: 24px;
margin-top: 40px;
flex-direction: column;
}

.btn--compact {
    padding: 10px 0;
    width: 100%;
}

.btn--compact span {
    display: block;
    font-size: 13px;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 300;
}

.h-3 {
    font-size: 48px;
    margin: 0 0 25px 0;
    padding: 0;
    line-height: 1.15;
}

.h-5 {
    font-size:30px;
    margin: 0 0 20px 0;
    padding: 0;
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.15;
}


.h-6 {
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

.cs--black {
    color: var(--color-black);
}

.cs--ron-burgundy {
    color: var(--color-dark_burgandy);
}

.video__wrap {
    position: relative;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 10;
    /* display: none;  */
    /* Hidden by default */
}

.video__wrap:hover .play-button {
    /* display: block;  */
}


.pinchhands {
    width: 170px;
    height: 164px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transform: translate(35%, -40%);
    display: none;
}

.banner {
    background-image: url(../images/fifteen-banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.banner__wrap {
    
    max-width:1440px;
    margin: 0 auto;
    padding: 20px;
}

.banner h1 {
    color: white;

}

.banner p {
    color: white;
}

.banner p + p {
    margin-top: 24px;
}

.banner__copy {
    padding: 72px 48px;
    color: white !important;
    
    width: 90%;
    max-width: 570px;
    margin: 100px 0px 100px 3%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    position: relative;
}

.jumpbar {
    background-color: #F6F0E3;
    padding: 40px 0;
    /* margin-bottom: 20px; */
    display: none;
}

.jumpbar__wrap {
    max-width:1440px;
    margin: 0 auto;

}

.jumpbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.jumpbar ul li {
    display: inline-block;
    margin-right: 20px;
}

.jumpbar a {
    color: #231F20;
    font-size: 16px;
    text-decoration: none;
}

.save {
        overflow-x: hidden;
}

.save__wrap {
    max-width: 1440px;
    padding: 40px 20px 0;
    margin: 0 auto;
    text-align: center;
}

.save img {
    width: 100%;
    transform-origin: 50% 100%;
    scale: 1.2;
    padding-top: 40px;
    margin: 0 auto;
}

.message {
    max-width:1440px;
    margin: 0 auto 48px;
    padding: 48px 24px 0;
    width: 100%;
    text-align: center;
}

.message h2 {
    color: var(--color-dark_burgandy);
}

.message__copy {
    margin: 0 auto;
    max-width: 1040px;
    margin-bottom: 48px;
    display: block;
}

/** video, 16:9 aspect ratio */
.message video {
    aspect-ratio: 16/9;
    width: 100%;
    border-radius: 20px;

}


.limited {
    background-color: var(--color-five);
    padding: 48px 24px;
    background-image: url(../images/bg-brandcallouts.webp);
    background-size: 1440px;
    background-position: 0% 0%;

    text-align: center;
}

.limited__wrap {
    
    max-width:1440px;
    margin: 0 auto;
}

.limited h2 {
    color: var(--color-dark_burgandy);
}

.limited__items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grit-auto-row: minmax(0, 1fr);
    gap: 55px;
    text-align: left;
    margin-top: 48px;
    margin-bottom: 48px;
}

.limited__items div {
    position: relative;
}

.limited__badge {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-20%, -20%);
    width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
}

.limited__img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    margin-bottom: 24px;
    aspect-ratio: 400/345;
}

.limited p {
    font-size: 18px;
    line-height: 1.4;
}

.merch {
    max-width:1440px;
    margin: 0 auto;
    padding: 80px 20px;
    text-align: center; 
}

.merch img {
    margin: 48px auto;
    max-width: 656px;
    aspect-ratio: 656/818;
    width: 100%;
    display: block;
}

.merch h2 {
    color: var(--color-dark_burgandy);
}
/* 
.merch p {
    font-size: 18px;
    line-height: 1.4;
} */


.merch {
    margin: 0 auto;
    max-width: 1085px;
    margin-bottom: 48px;
    display: block;
}

.cheesy {
    background-color: var(--color-five);
    padding: 20px 20px;
    position: relative;
}

.cheesy__wrap {
    
    max-width:1440px;  
    margin: 48px auto;
    position: relative;
}

.cheesy__badge {
    width: 80%;
    max-width: 400px;
    z-index: 2;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -35%);

}

.cheesy__img {
    max-width: 656px;
    aspect-ratio: 656/818;
    width: 100%;
    display: block;
}

.cheesy__heart {
    position: absolute;
    bottom: 10%;
    left: 5%;
    width: 50%;
    max-width: 300px;

}

.cheesy__imgs {
    position: relative;
}


.cheesy h2 {
    color: var(--color-dark_burgandy);
}

.cheesy ol {
    counter-reset: item;
    list-style: none;
}

.cheesy li {
    margin-bottom: 24px;
    counter-increment: item;
    padding-left: 10px;
}

.cheesy li:before {
    font-size: 14px;
    margin-right: 10px;
    content: counter(item);
    background: var(--color-black);
    border-radius: 4px;
    color: white;
    text-align: center;
    display: inline-flex;
    width: 30px;
    height: 30px;
    margin-left: -40px;
    justify-content: center;
    align-items: center;

  }


.cheesy__copy {
    padding: 40px 24px;
        /** center vertically*/
        display: flex;
        flex-direction: column;
        justify-content: center;
}

@media screen and (min-width: 768px) {
    .jumpbar  {
        display: block;
        position: sticky;
        top: 119px;
        z-index: 10;
    }

    .message {
        padding: 96px 96px 0;
    }



    .limited {
        padding: 80px 96px;
    }

    .limited__items {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 55px;
        text-align: left;
        margin-top: 48px;
        margin-bottom: 48px;
    }

    .cheesy__wrap {
        display: grid;
        grid-auto-columns: minmax(0, 1fr);
        grid-auto-flow: column;
        gap: 0em 0em; 
        max-width:1312px;
        margin: 48px auto;
    
    }

    .cheesy__badge {
        width: 100%;
        max-width: 420px;
        position: absolute;
        top: 0%;
        left: 66%;
        transform: translate(0%, -55%);
    
    }

    .btn__block {
        flex-direction: row;
    }

    .cheesy__copy {
        padding: 20px 48px;
            /** center vertically*/
            display: flex;
            flex-direction: column;
            justify-content: center;
    }


    .pinchhands {
        display: block;
    }

    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80px;
        height: 80px;
    }

    .save img {
        scale: 1.2;

    }
    
}

.video-js {
    border-radius: 20px;
  }
  
  /* This appears to be needed because the control bar (or its contents) will otherwise break out of the player. */
  .video-js .vjs-control-bar {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .vjs-poster {
    border-radius: 20px;
    overflow: hidden;
  }