:root {
    font-size: calc(1px / 2560px * 100vw);
}
html {
    overflow-x: hidden;
}
body {
    font-family: "Noto Sans", sans-serif;
    text-align: center;
}
* {
    box-sizing: border-box;
    margin: 0;
}
.gate-visible {
    overflow: hidden;
}
.gate-visible [data-section="gate"] {
    display: flex;
}
.gate-visible [data-section="content"] {
    opacity: 0;
    transform: translateY(20px);
}
[data-section="gate"] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}
[data-section="content"] {
    opacity: 1;
    transition: all .5s;
    transition-delay: 0.3s;
    transform: translateY(0);
}
.bg {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url("../images/bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.content {
    position: relative;
    z-index: 1;
}
section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: relative;
    z-index: 1;
}
.wrapper {
    max-width: calc(100% - 40rem);
}
.text {
    font-size: max(42rem, 14px);
    line-height: 120%;
    color: white;
    text-transform: uppercase;
    text-shadow: 2rem 1rem 5rem rgba(0, 0, 0, .2);
    background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, .8) 0%,
            rgba(255, 255, 255, 1) 50%,
            rgba(255, 255, 255, .8) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text.text--gold {
    background: unset;
    color: #FFBC68;
    -webkit-text-fill-color: unset;
}
.age {
    display: flex;
    flex-direction: column;
    gap: 80rem;
}
.age__text {
    display: flex;
    flex-direction: column;
    gap: 40rem;
}
.buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80rem;
}
.button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max(345rem, 90px);
    height: max(126rem, 33px);
    font-size: max(60rem, 16px);
    color: white;
    text-shadow: max(2rem, 2px) 0 max(1rem, 1px) rgba(0, 0, 0, .4);
    background: rgba(0, 42, 141, 0.3);
    border: max(5rem, 2px) solid rgba(255, 255, 255, 0.3);
    transition: all .3s;
    text-decoration: unset;
    text-transform: uppercase;
    padding: unset;
    margin: unset;
    outline: unset;
    cursor: pointer;
}
.button:hover {
    background: #D4A257;
    border-color: #D4A257;
    box-shadow: max(3rem, 3px) 0 max(5rem, 5px) max(1rem, 1px) rgba(0, 0, 0, .3);
}
.logos {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    flex-direction: column;
    justify-content: space-between;
    padding: 100rem;
    pointer-events: none;
}
.logo--top {
    align-self: flex-start;
}
.logo--bottom {
    align-self: flex-end;
}

.products {
    display: grid;
    grid-template-columns: 0 100%;
}
.products__float {
    width: 0;
    position: sticky;
    top: 0;
    z-index: 2;
    height: 100vh;
}
.products__grid {
    display: flex;
    gap: 125rem;
    transform: translateY(88rem);
}
.product {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 60rem;
    position: relative;
    color: white;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1rem 1rem 2rem rgba(0, 0, 0, .3);
}
.product--new:before {
    content: "";
    display: block;
    width: 272rem;
    height: 274rem;
    position: absolute;
    top: -194rem;
    right: -136rem;
    background-image: url("../images/new-marker.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.product--gold {
    color: #FECA8B;
}
.product__img {
    flex: 1;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}
.product__img img {
    display: block;
    filter: drop-shadow(0rem 0rem 20rem rgba(255, 255, 255, .7));
    z-index: 1;
}
.product__img:after {
    content: "";
    display: block;
    width: 100%;
    height: 1rem;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 7rem;
    left: 0;
    transform: perspective(100rem) rotateX(150deg);
    box-shadow: 0 2rem 10rem 10rem rgba(0, 0, 0, 0.2);
}
.product__img_reflection {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 60rem;
    background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.3) 0%,
            rgba(255, 255, 255, 0) 100%
    );
    transform: scaleY(-1);
    mask-image: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.8) 0%,
            rgba(0, 0, 0, 0) 100%
    );
    -webkit-mask-image: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.3) 0%,
            rgba(0, 0, 0, 0) 100%
    );
}
.product__img_reflection img {
    position: relative;
    z-index: 1;
}
.product__content {
    display: flex;
    flex-direction: column;
    gap: 26rem;
    z-index: 2;
}
.product__name {
    font-size: max(30rem, 12px);
    line-height: max(35rem, 14px);
}
.product__info {
    display: flex;
    flex-direction: column;
}
.product__info p {
    font-size: max(24rem, 10px);
    font-weight: 300;
    line-height: max(28rem, 12px);
}
.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40rem;
    padding: 100rem;
    width: 100%;
    height: 100%;
}
.footer__text {
    flex: 1;
    display: flex;
    align-items: center;
}
.footer__text .text {
    text-transform: unset;
    background-clip: unset;
    -webkit-text-fill-color: unset;
    background: unset;
    text-shadow: unset;
}
.footer__text .text a {
    border-bottom: 1rem solid currentColor;
    text-decoration: unset;
}
.footer__text .text a:hover {
    color: #FFBC68;
}
.footer__bottom {
    display: flex;
    gap: 200rem;
    text-align: left;
    width: 100%;
}
.footer__last {
    flex: 1;
    align-items: flex-end;
}
.footer__bottom ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: max(35rem, 10px);
    padding: 0;
    margin: 0;
}

.footer__bottom li {
    font-size: max(24rem, 12px);
    color: white;
    text-transform: uppercase;
}
.footer__mail {
    display: flex;
    align-items: center;
    gap: max(15rem, 5px);
}
.footer a {
    color: white;
    text-decoration: underline;
    transition: color 0.15s;
}
.footer a:hover {
    color: #FFBC68;
}

@media screen and (max-width: 1000px) {
    .products__grid {
        flex-wrap: wrap;
        max-width: 300px;
        justify-content: center;
        gap: 60px 20px;
    }
    .product--new:before {
        width: 80px;
        height: 80px;
        top: -50px;
        right: -35px;
    }
}

@media screen and (max-width: 767px) {
    .footer__bottom {
        flex-direction: column;
        gap: 30px;
    }
    .footer__last {
        align-items: flex-start;
    }
    .products__list section {
        padding: 100px 0;
        height: 100vh;
    }
}
