@import url('reset.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
    height: 100%;
}
 
body {
    height: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 30px;
    min-height: 100%;
    overflow-x: hidden;
    background-color: #FFF1E0;
    background-image: url(../images/bg-global-tr2b01qjyde.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #5D4A4A;
}

.container {
    max-width: 1246px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.tr2b01qjyde-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

/* Header */
.tr2b01qjyde-navbar {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	padding: 12px 20px;
    transition: .3s;
    background: #411B00;
}

.tr2b01qjyde-navbar__menu {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 500;
    gap: 20px 48px;
    color: #ffffff;
}

.tr2b01qjyde-navbar__navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.tr2b01qjyde-navbar__filter {
	display: flex;
	align-items: center;
	justify-content: space-between;
    gap: 20px 48px;
}

.tr2b01qjyde-navbar__node {
    position: relative;
	padding: 2px;
    transition: .3s;
}

.tr2b01qjyde-navbar__node.active {
    color: #FFB056;
}

.tr2b01qjyde-navbar__node::after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    height: 3px;
    transition: .3s;
}

.tr2b01qjyde-navbar__node.active::after {
    background: #FFB056;
}

.tr2b01qjyde-navbar__node:hover::after {
    background: #FFB056;
}

.tr2b01qjyde-burger {
    display: none;
    position: absolute;
    z-index: 8;
    right: 20px;
    width: 22px;
    height: 16px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.tr2b01qjyde-burger .tr2b01qjyde-court {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #ffffff;
    transition: transform 0.2s ease-out;
}

.toggle .court1 {
    background: #ffffff;
    transform: scale(0.9) rotateZ(-44deg) translate(-5px, 2.6px);
}

.toggle .court2 {
    display: none;
}

.toggle .court3 {
    background: #ffffff;
    transform: scale(0.9) rotateZ(45deg) translate(-8.9px, -6px);
}


/* Content */
.tr2b01qjyde-topic {
    font-size: 55px;
    line-height: 63px;
    font-weight: 800;
    margin-bottom: 60px;
    text-align: center;
    color: #411B00;
}

.tr2b01qjyde-subtopic {
    color: #582BBF;
    font-size: 48px;
    line-height: 56px;
    font-weight: 800;
    margin-bottom: 20px;
}

.tr2b01qjyde-button {
    font-family: "Montserrat", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background: #FFB056;
    color: #411B00;
    width: 100%;
    height: 62px;
    padding: 6px;
    transition: 0.5s;
    border-radius: 0;
    border: 2px solid #FFB056;
    cursor: pointer;
    user-select: none;
}

.tr2b01qjyde-link {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 240px;
    margin: 0 auto;
}

.tr2b01qjyde-link img {
    width: 100%;
    height: 100%;
}


/* promo */
.tr2b01qjyde-promo {
    position: relative;
    padding: 110px 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tr2b01qjyde-promo__box {
    padding: 44px;
    background-color: #411B00;
    background-image: url(../images/promo-tr2b01qjyde.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
}

.tr2b01qjyde-promo__box ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}


/* standards */

.tr2b01qjyde-standards {
    padding: 30px 20px;
}

.tr2b01qjyde-standards__box {
    background: #411B00;
    border: 3px solid #FFB056;
    color: #ffffff;
    display: grid;
    grid-template-columns: 375px 1fr;
    gap: 0 44px;
    align-items: center;
    overflow: hidden;
}

.tr2b01qjyde-standards__union {
    grid-row: 1 / 3;
    grid-column: 2;
    padding: 40px 58px 0 0;
}

.tr2b01qjyde-standards__union h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #FFB056;
    margin-bottom: 20px;
}

.tr2b01qjyde-standards__portrait {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tr2b01qjyde-standards__portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tr2b01qjyde-standards__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    list-style-type: disc;
    padding-left: 24px;
    margin-bottom: 40px;
}

.tr2b01qjyde-standards__list li::marker {
    color: #FFB056;
}

.tr2b01qjyde-standards__rating .rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #FFB056;
    margin-bottom: 40px;
}

.tr2b01qjyde-standards__rating {
    background: #2C1200;
    padding: 60px;
    height: 100%;
}


/* battle */

.tr2b01qjyde-battle {
    padding: 30px 20px;
}

.tr2b01qjyde-battle__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    margin-bottom: 60px;
}

.tr2b01qjyde-battle__node {
    overflow: hidden;
}

.tr2b01qjyde-battle__node img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tr2b01qjyde-battle__box {
    padding: 50px 34px;
    background: #411B00;
    color: #ffffff;
}

.tr2b01qjyde-battle__box ul {
    list-style-type: disc;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.tr2b01qjyde-battle__box ul li::marker {
    color: #FFB056;
}


/* Passions */
.tr2b01qjyde-comments {
    position: relative;
    padding: 30px 20px 80px;
}

.tr2b01qjyde-comments__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.tr2b01qjyde-comments__node {
    background: #FFEED5;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
    padding: 58px 42px;
    border: 3px solid #FFB056;
}

/* Footer */

.tr2b01qjyde-footnote {
    position: relative;
    color: #ffffff;
    background: #411B00;
    padding: 36px 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.tr2b01qjyde-footnote__block {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tr2b01qjyde-footnote__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px 80px;
    color: #FFB056;
}

.tr2b01qjyde-footnote__node {
    padding: 2px;
    transition: .5s;
    text-decoration: underline;
}

.tr2b01qjyde-footnote__node:hover {
    text-decoration: none;
}

.tr2b01qjyde-footnote__coperight {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}

/* Info */

.tr2b01qjyde-documentation {
    padding: 110px 20px 80px;
}

.tr2b01qjyde-documentation h1 {
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    font-size: 55px;
    line-height: 62px;
    font-weight: 800;
    margin-bottom: 60px;
    text-align: center;
    color: #411B00;
}

.tr2b01qjyde-documentation h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.tr2b01qjyde-documentation h3 {
    font-weight: 700;
    margin-bottom: 20px;
}

.tr2b01qjyde-documentation p {
    margin-bottom: 20px;
}

.tr2b01qjyde-documentation ul {
    list-style-type: disc;
    padding-left: 24px;
}

.tr2b01qjyde-documentation li {
    margin-bottom: 14px;
}

.tr2b01qjyde-documentation a {
    display: inline-block;
    font-weight: 700;
}


@media (max-width: 1060px) {

    body {
        font-size: 18px;
        line-height: 28px;
    }

    .tr2b01qjyde-burger {
        display: flex;
    }

    .tr2b01qjyde-navbar__global {
        display: none;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        background: #411B00;
        width: 80%;
        overflow-y: auto;
    }

    .tr2b01qjyde-navbar__menu {
        flex-direction: column;
    }

    .tr2b01qjyde-navbar__navbar {
        flex-direction: column;
        padding: 60px 20px 40px;
    }

    .tr2b01qjyde-navbar__node {
        text-align: center;
        width: 100%;
        padding: 10px 20px;
    }

    .tr2b01qjyde-navbar__node::after {
        bottom: 0;
    }
    
    .tr2b01qjyde-topic {
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 30px;
    }

    .tr2b01qjyde-promo__box {
        padding: 30px;
    }

    .tr2b01qjyde-subtopic {
        font-size: 30px;
        line-height: 38px;
    }

    .tr2b01qjyde-battle__list {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 30px;
    }

    .tr2b01qjyde-battle__box {
        padding: 30px;
    }

    .tr2b01qjyde-comments {
        padding: 30px 20px 60px;
    }

    .tr2b01qjyde-comments__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .tr2b01qjyde-comments__node {
        padding: 30px 20px;
        gap: 16px;
    }
    
    .tr2b01qjyde-documentation {
        padding: 120px 20px 60px;
    }

    .tr2b01qjyde-documentation h1 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 30px;
    }
}


@media (max-width: 860px) {

    body {
        font-size: 16px;
        line-height: 26px;
    }

    .tr2b01qjyde-topic {
        font-size: 36px;
        line-height: 48px;
    }

    .tr2b01qjyde-standards__box {
        grid-template-columns: 1fr;
    }

    .tr2b01qjyde-standards__union {
        grid-row: auto;
        grid-column: auto;
        padding: 30px;
    }

    .tr2b01qjyde-standards__portrait {
        height: 500px;
    }

    .tr2b01qjyde-standards__rating {
        grid-column: auto;
        padding: 30px;
    }

    .tr2b01qjyde-standards__rating .rating {
        margin-bottom: 30px;
    }

    .tr2b01qjyde-battle__box ul {
        list-style-position: inside;
        padding: 0;
    }

    .tr2b01qjyde-comments__list {
        grid-template-columns: 1fr;
    }

    .tr2b01qjyde-footnote {
        font-size: 16px;
        line-height: 22px;
    }

    .tr2b01qjyde-footnote__block {
        flex-direction: column;
    }

    .tr2b01qjyde-footnote__list {
        flex-direction: column;
        gap: 14px;
    }

    .tr2b01qjyde-footnote__coperight {
        font-size: 14px;
        line-height: 20px;
    }
}
