.hero-image {
    text-align: left;
    height: calc(100vh - 170px);
    min-height: 600px;
    overflow: hidden;
}
.hero-image img {
    position: relative;
    z-index: 10;
}
.hero-image:after {
    content: '';
    height: 100%;
    width:50%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.8) 30%, rgba(0,0,0,0) 100%);
    z-index: 20;
}
#primary .container {
    max-width: 1400px;
}
.header-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 90;
    transform: translateY(-50%);
}
.header-content main {
    max-width: 600px;
}
#all-stars {
    position: relative;
}
#all-stars:after {
    content: '';
    background-image: url('../png/rsg-all-stars.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 75%;
    height: 75%;
    position: absolute;
    left: 0;
    bottom: 5%;
    z-index: 10;
}
body.webp-support #all-stars:after {
    background-image: url('../webp/rsg-all-stars.png.webp');
}
#all-stars .container {
    position: relative;
    z-index: 100;
}
#hall-of-fame.blocks-section .flexed.flexed-vertical-center {
    align-items: stretch;
}
#hall-of-fame.blocks-section .section-text h2 {
    font-size: 3.375rem;
}
#hall-of-fame.blocks-section .section-text {
    text-wrap: pretty;
}
#weekly-specials {
    position: relative;
}
#weekly-specials .playbook-mark {
    position: absolute;
    z-index: 30;
}
#weekly-specials .mark-1 {
    top: 7em;
    left: 20px;
}
#weekly-specials .mark-2 {
    top: 5em;
    right: 20px;
    width: 200px;
    height: 200px;
}
#weekly-specials .mark-3 {
    bottom: 20px;
    right: 20px;
    transform: scale(0.8) rotate(45deg);
}
#weekly-specials .mark-4 {
    bottom: 20px;
    left: 20px;
    transform: scale(0.8);
}
#weekly-specials:after {
    content: '';
    position: absolute;
    bottom:0;
    left: 0;
    height: 100px;
    width: 100%;
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    z-index: 10;
}
#weekly-specials .container,
#gift-cards .container {
    position: relative;
    z-index: 100;
}
#gift-cards {
    position: relative;
    background-image: url('../jpg/bg-chicken.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#gift-cards.row {
    padding-bottom: 0;
}
#gift-cards .container {
    margin-right: 0;
    padding-right: 0;
    margin-left: calc((100% - 1360px) / 2);
    max-width: none;
}
#gift-cards .flexed {
    overflow: visible;
    margin-bottom: 0;
    align-items: flex-end;
}
#gift-cards .section-photo {
    margin-top: -8%;
    position: relative;
    z-index: 100;
}
#gift-cards .section-text h2 {
    font-size: 3.875rem;
    line-height: 1;
    text-wrap: pretty;
}
#gift-cards .section-text p {
    text-wrap: balance;
}
#gift-cards:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 400/16;
    background-image: url('../png/ripped-top.png');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 10;
}
#gift-cards a.button {
    border-color: #000;
    color: #000;
}
#gift-cards a.button:hover,
#gift-cards a.button:focus {
    border-color: #FFF;
    color: #FFF;
}
@media screen and (max-width: 1400px){
    #gift-cards .container {
        margin: 0 auto;
    }
    #gift-cards .section-text.flex-40 {
        flex-basis: 490px;
    }
    #gift-cards .section-photo.flex-60 {
        flex-basis: calc(100% - 490px);
    }
}
@media screen and (max-width: 1100px){
    .hero-image {
        height: 550px;
    }
    .hero-image:after {
        width: 100%;
        background: rgba(0,0,0,0.6);
    }
    .hero-image img {
        object-position: right center;
        object-fit: cover;
        block-size: 100%;
    }
    .header-content {
        text-align: center;
    }
    .header-content main {
        margin: 0 auto;
    }
    .header-content .entry-content > *:last-child {
        margin-bottom: 0;
    }
    #weekly-specials .mark-1 {
        width: 105px;
        height: 100px;
        top: 4em;
    }
    #weekly-specials .mark-2 {
        width: 120px;
        height: 120px;
        top: 4em;
    }
    #all-stars .flexed-intro.flex-30 {
        flex-basis: 340px;
    }
    #all-stars .flexed-ctas.flex-65 {
        flex-basis: calc(95% - 340px);
    }
}
@media screen and (max-width: 960px){
    #gift-cards .section-text h2 {
        font-size: 2.75rem;
    }
}
@media screen and (max-width: 760px){
    .hero-image img {
        object-position: center;
    }
    #weekly-specials .mark-3,
    #weekly-specials .mark-4 {
        transform: rotate(0deg);
        width: 100px;
        height: 100px;
    }
}
@media screen and (max-width: 600px) {
    h1 {
        line-height: 1;
    }
    h1 span {
        line-height: 0.8;
        margin-top: 20px;
    }
    .entry-content p:has(a.button:nth-of-type(2)) > a.button {
        margin: 0 auto 1em;
    }
    #hall-of-fame.blocks-section .section-text h2 {
        font-size: 3rem;
    }
    #weekly-specials .mark-1 {
        top: 2.25rem;
    }
    #weekly-specials .mark-2 {
        top: 2rem;
    }
}
@media screen and (max-width: 420px) {
    #hall-of-fame.blocks-section .section-text h2 {
        font-size: 2.25rem;
    }
    #weekly-specials .mark-2 {
        top: 1rem;
    }
    #weekly-specials.row {
        padding-bottom: 4em;
    }
}
@media screen and (max-width: 360px) {
    #weekly-specials .mark-1 {
        width: 75px;
        height: 60px;
    }
    #weekly-specials .mark-2 {
        height: 100px;
        width: 100px;
    }
}