/* --------------------------------------------------
   Legacy file
   See LEGACY-FILES.md for details
   -------------------------------------------------- */
body {
    overflow-x: hidden;
    color: #48321E;
    background-color: white;
}

/*--------
Header
--------*/

#passHeader {
    width: 100%;
    position: relative;
    background-image: url("/assets/images/pages/plate-pass/home_hero_texture@2x.jpg");
    background-size: contain;
    background-position: right;
}

#passHeaderHero {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

#passHeaderHeroDisclaimer {
    position: absolute;
    bottom: 25px;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
}

.passButton {
    color: #FFFFFF;
    background-color: #B55909;
    width: 100%;
    max-width: 289px;
    border-radius: 10px;
    padding: 18px 20px;
    text-align: center;
    font: normal normal 700 18px/27px Rebrand;
    cursor: pointer;
}

.passLogin {
    font: normal normal 300 16px/21px Rebrand;
    margin-top: 35px;
}

#passHeaderTag {
    position: absolute;
    top: 71px;
    left: 36%;
    max-width: 128px;
    width: 100%;
}

#passHeaderLogo {
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 50%;
    max-width: 376px;
    width: 100%;
}

@media (max-width: 800px) {

}

/**********
Title
 */

#passTitle {
    text-align: center;
    font-family: "Eames Century Modern", sans-serif;
    font-size: 42px;
    color: #B55909;
    margin: 40px 0 0;
}

@media (max-width: 800px) {
    #passTitle {
        font-size: 38px;
        margin-bottom: 40px;
    }
}


/*--------
Tiers
--------*/
#passPlanTiers {
    padding: 40px 0 95px 0;
}

#passPlanTiersJoin {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
}

@media (max-width: 800px) {
    #passPlanTiers {
        padding: 0 0 70px 0;
    }
}

/*--------
Mission
--------*/

#passMission {
    width: 100%;
    padding: 16px 0;
    background-color: #48321E;
}

#passMissionOuter {
    width: 100%;
    background-color: #48321E;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    padding: 47px 20px 72px;
}

#passMissionTitle {
    font: normal normal 700 28px/36px Eames Century Modern;
    color: #FFFFFF;
    margin: 0 0 46px;
}

#passMissionInner {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
}

.passMissionItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

.passMissionItemImage {
    max-width: 82px;
    width: 100%;
}

.passMissionItemTitle {
    font: normal normal 700 21px/29px Eames Century Modern;
    margin: 11px 0;
}

.passMissionItemText {
    font: normal normal 300 16px/24px Rebrand;
    margin: 0;
}

@media (max-width: 800px) {

    #passMissionTitle {
        font: normal normal 700 24px/30px Eames Century Modern;
        margin: 0 0 28px;
    }

    #passMissionInner {
        flex-direction: column;
        gap: 36px;
    }

    .passMissionItemImage {
        max-width: 63px;
    }

    .passMissionItemTitle {
        margin: 13px 0 11px;
    }

}

/*--------
FAQ
--------*/

#passFaq {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

/*--------
Footer
--------*/

#passFooter {
    width: 100%;
    position: relative;
    background-image: url("/assets/images/pages/plate-pass/footer_woodtexture.png");
    object-fit: cover;
    background-repeat: no-repeat;
    padding: 84px 20px 437px;
    overflow: hidden;
}

#passFooterStew {
    position: absolute;
    top: 54px;
    left: -9%;
    width: 100%;
    max-width: 422px;
}

#passFooterAvocadoSalad {
    position: absolute;
    top: 309px;
    right: -93px;
    width: 100%;
    max-width: 412px;
}

#passFooterSandwich {
    position: absolute;
    top: 442px;
    left: 23%;
    width: 100%;
    max-width: 445px;
}

#passFooterContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#passFooterTitle {
    font: normal normal bold 28px/36px Eames Century Modern;
    margin-bottom: 24px;
}

#passFooterTitleMobile {
    display: none;
}

@media (max-width: 800px) {

    #passFooter {
        padding: 0 20px 410px;
    }

    #passFooterStew {
        top: 330px;
        left: unset;
        max-width: 181px;
    }

    #passFooterAvocadoSalad {
        top: 459px;
        right: -60px;
        max-width: 216px;
    }

    #passFooterSandwich {
        top: unset;
        bottom: -60px;
        left: -60px;
        max-width: 230px;
    }

    #passFooterTitle {
        display: none;
    }

    #passFooterTitleMobile {
        display: block;
        font: normal normal bold 24px/30px Eames Century Modern;
        margin-bottom: 26px;
    }

}

/* Table */

.platePassTiersTable {
    width: 100%;
    border-collapse: collapse;
    max-width: 1230px;
    margin: 0 auto;
    position: relative;
    table-layout: fixed;
}

.platePassTiersTable .solidHeader {
    background: #B55909;
    font-family: "Eames Century Modern", sans-serif;
    font-size: 24px;
    line-height: 1;
    color: #FFFFFF;
    padding: 17px 64px;
    text-align: center;
    white-space: nowrap;
}

.platePassTiersTable .solidHeader:not(:last-child) {
    border-right: 2px dotted #9F5F2D;
}

.platePassTiersTableTitle {
    content: "plate pass benefits";
    display: block;
    font-family: "Eames Century Modern", sans-serif;
    font-size: 32px;
    color: #B55909;
    max-width: 142px;
    text-align: left;
}

.platePassTiersTable td {
    padding: 15px 30px;
    border-bottom: 2px dotted #BAB2AA;
    border-right: 2px dotted #BAB2AA;
    color: #48321E;
}

.platePassTiersTable td:last-child {
    border-right: none;
}

.platePassTiersTable tr:last-child td {
    border-bottom: none;
}

.platePassTiersTable td.highlight {
    background: rgba(250, 212, 103, 0.2);
}

.platePassTiersTableTdTitle {
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
    max-width: 200px;
    display: block;
}

.platePassTiersTableTdSubTitle {
    font-size: 16px;
    line-height: 21px;
    display: block;
    font-weight: 400;
}

.platePassTiersTable td img {
    max-width: 38px;
    align-self: start;
}

.platePassTierTableTdRow {
    display: flex;
    gap: 5px;
}

.platePassTierAmount {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    color: #48321E;
    display: block;
    text-align: center;
}

.platePassTierTerm {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #48321E;
    display: block;
    text-align: center;
}

.platePassTierBenefitTitle {
    font-size: 24px;
    line-height: 21px;
    font-weight: 700;
    color: #48321E;
    display: block;
    max-width: 171px;
}

.platePassTierBadge {
    background: #B55909;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    padding: 6px;
    max-width: 160px;
    margin: 5px auto;
    font-weight: 700;
    text-align: center;
}

.platePassTierText {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    color: #48321E;
}

.platePassTierBenefitText {
    display: block;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #48321E;
    max-width: 142px;
}

.platePassTiersTableMobile {
    display: none;
}

@media (max-width: 800px) {
    .platePassTiersTableDesktop {
        display: none;
    }

    .platePassTiersTableMobile {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .platePassTiersTableTdTitle {
        font-size: 18px;
        line-height: 21px;
    }

    .platePassTierBenefitTitle {
        font-size: 21px;
        line-height: 1;
    }

    .platePassTiersTableTdSubTitle {
        max-width: 150px;
    }

    .platePassTiersTable td {
        padding: 15px;
    }

    .platePassTiersTable td img {
        max-width: 36px;
    }
}


/* FAQ*/

.platePassFaqRules {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

#passFaqImage {
    max-width: 25%;
    width: 100%;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    translate: 15% -20%;
    overflow: hidden;
}

#passFaqTitle {
    margin: 64px auto 54px;
    font: normal normal 700 28px/36px Eames Century Modern;
    text-align: center;
}

#passFaqContainer {
    margin: auto;
    display: flex;
    flex-direction: column;
    font: normal normal 400 16px/21px Rebrand;
    max-width: 740px;
    width: 100%;
}

.passFaqItem {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #CBCBCB;
    max-width: 740px;
    width: 100%;
    padding: 10px 30px 10px 14px;
}

.passFaqItemTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.passFaqItemDrop {
    position: relative;
    z-index: 1;
    cursor: pointer;
    font-weight: 900;
    font-size: 28px;
    margin: 0;
}

.passFaqItemBottom {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 400ms;
}

.passFaqItemBottom > div {
    overflow: hidden;
}

.passFaqItemBottomText {
    text-align: left;
    margin: 0;
}

.passFaqItemBottomList {
    margin-bottom: 0;
}

.passFaqItemBottomList li:not(:last-child) {
    margin-bottom: 10px;
}

.passFaqItemBottom.active {
    grid-template-rows: 1fr;
}

.passFaqItemBottom.active div:first-child {
    padding-bottom: 24px;
}

#platePassFaqRules {
    margin-top: 20px;
    text-align: center;
    display: block;
}

@media (max-width: 800px) {

    #passFaq {
        padding: 20px;
    }

    #passFaqImage {
        display: none;
    }

    #passFaqTitle {
        margin: 30px auto 33px;
        font: normal normal 700 24px/30px Eames Century Modern;
    }

    .passFaqItem {
        padding: 20px 30px 20px 14px;
    }

    .passFaqItemText {
        text-align: left;
        margin: 0;
    }

    .passFaqItemDrop {
        font-size: 20px;
    }

    .passFaqItemBottomText {
        padding-bottom: 0;
        padding-top: 20px;
    }

}