@import "https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap";
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
*,
*::after,
*::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
ul[class],
ol[class] {
    padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}
ul[class] {
    list-style: none;
}
img {
    max-width: 100%;
    display: block;
}
input,
button,
textarea,
select {
    font: inherit;
}
a {
    text-decoration: none;
    color: inherit;
}
:root {
    --color-bg: #f7f4ef;
    --color-text: #2e2a26;
    --btn-bg: #2e2a26;
    --color-link: #7a6a5b;
}
body {
    font-family: "Hanken Grotesk", sans-serif;
    color: var(--color-text);
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5 {
    line-height: 1;
    font-weight: 400;
}
img,
video {
    display: block;
    width: 100%;
}
video {
    height: 100%;
    object-fit: cover;
}
.wrapper {
    background: var(--color-bg);
    min-height: 100vh;
}
.container {
    max-width: 1300px;
    padding: 0 20px;
    margin: 0 auto;
}
.btn {
    text-align: center;
    display: table;
    padding: 14px 32px;
    background: var(--btn-bg);
    border: 2px solid var(--btn-bg);
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.35s ease;
}
.btn:hover {
    background: #f4efe9;
    color: var(--color-text);
}
.title {
    text-align: left;
    font-size: 72px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 300;
}
.overlay {
    position: fixed;
    opacity: 0;
    pointer-events: none;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    transition: 0.35s ease;
}
.overlay.active {
    opacity: 1;
    pointer-events: painted;
}
.header__inner {
    padding-top: 34px;
    display: flex;
    align-items: center;
}
.header__insta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    margin-right: auto;
}
.header__insta img {
    width: 20px;
}
.header__wrap {
    display: flex;
    align-items: center;
}
.header__wrap-close {
    display: none;
}
.header__nav-list {
    display: flex;
    align-items: center;
    gap: 34px;
}
.header__nav-list li a {
    text-transform: uppercase;
    position: relative;
}
.header__nav-list li a::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #222;
    opacity: 0;
    transition: 0.3s ease;
}
.header__nav-list li a.active::before {
    opacity: 1;
}
.header__share {
    margin: 0 40px;
    max-width: 20px;
    cursor: pointer;
    background: none;
    padding: 0;
    border: none;
}
.header__share.copied {
    animation: rotate360 0.5s ease 0s;
}
.header__btn {
    display: none;
}
@keyframes rotate360 {
    from {
        rotate: 0deg;
    }
    to {
        rotate: -360deg;
    }
}
.footer {
    background: #111;
    color: #fff;
    font-size: 18px;
}
.footer__inner {
    border-top: 1px solid #f4efe9;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer__list {
    display: flex;
    align-items: center;
    gap: 24px;
}
.footer__list li a {
    color: #fff;
}
.legal__inner {
    padding: 96px 0;
}
.legal__title {
    text-align: left;
    font-size: 72px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 300;
    margin-bottom: 64px;
}
.personal__inner {
    padding: 96px 0;
}
.personal__title {
    margin-bottom: 34px;
}
.personal__text {
    font-size: 20px;
    margin-bottom: 40px;
}
.personal__text p {
    margin-bottom: 16px;
}
.personal__text p:last-child {
    margin: 0;
}
.personal__box {
    display: flex;
    flex-direction: column;
    gap: 64px;
}
.personal__item-img {
    max-height: 400px;
    object-fit: cover;
    object-position: 50% 10%;
}
.personal__item-title {
    text-align: center;
    margin: 64px 0 12px;
    font-size: 40px;
    text-transform: uppercase;
}
.personal__item-text {
    text-align: center;
    font-size: 20px;
    max-width: 600px;
    margin: 0 auto;
}
.personal__btn {
    margin: 64px auto 0;
}
.legal__content h2,
.personal__content h2 {
    font-size: 44px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 300;
    margin: 64px 0 24px;
}
.legal__content h3,
.personal__content h3 {
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
    margin: 48px 0 20px;
}
.legal__content h4,
.personal__content h4 {
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 400;
    margin: 40px 0 16px;
}
.legal__content h5,
.personal__content h5 {
    font-size: 18px;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin: 32px 0 12px;
}
.legal__content h6,
.personal__content h6 {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 24px 0 8px;
}
.legal__content p,
.personal__content p {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 300;
    margin: 0 0 20px;
}
.legal__content ul,
.legal__content ol,
.personal__content ul,
.personal__content ol {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 300;
    margin: 0 0 24px 20px;
    padding: 0;
}
.legal__content li,
.personal__content li {
    margin-bottom: 8px;
}
.legal__content a,
.personal__content a {
    color: var(--color-link);
    font-weight: 500;
}
.legal__content a:hover,
.personal__content a:hover {
    text-decoration: underline;
}
@media (max-width: 1023px) {
    .header__inner {
        padding-top: 20px;
    }
    .header__wrap {
        padding: 100px 24px 64px;
        position: fixed;
        top: 0;
        right: -100%;
        background: rgba(0, 0, 0, 0.95);
        z-index: 1000;
        height: 100%;
        width: 45%;
        flex-direction: column;
        gap: 64px;
        transition: 0.35s ease-in-out;
    }
    .header__wrap.active {
        right: 0;
    }
    .header__wrap .btn {
        margin-top: auto;
        background: #f4efe9;
        color: var(--color-text);
        border-color: #f4efe9;
        width: 100%;
        padding: 14px 16px;
    }
    .header__wrap-close {
        display: flex;
        width: 30px;
        height: 30px;
        position: relative;
        background: none;
        padding: 0;
        border: none;
        top: 24px;
        right: 20px;
        position: absolute;
        cursor: pointer;
    }
    .header__wrap-close::before,
    .header__wrap-close::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        width: 100%;
        height: 2px;
        background: #fff;
        rotate: 45deg;
    }
    .header__wrap-close::after {
        rotate: -45deg;
    }
    .header__share {
        max-width: 30px;
    }
    .header__share img {
        filter: invert(1);
    }
    .header__nav-list {
        flex-direction: column;
        color: #fff;
        font-size: 20px;
    }
    .header__nav-list li a.active::before {
        background: #fff;
        top: auto;
        bottom: -5px;
    }
    .header__btn {
        display: block;
        border: none;
        background: none;
        cursor: pointer;
        width: 40px;
        height: 40px;
        position: fixed;
        top: 14px;
        right: 16px;
        padding: 0;
        z-index: 900;
    }
    .header__btn span {
        display: flex;
        width: 70%;
        height: 2px;
        background: var(--btn-bg);
        transition: 0.3s ease;
    }
    .header__btn span::before,
    .header__btn span::after {
        content: "";
        position: absolute;
        width: 100%;
        height: inherit;
        background: inherit;
        left: 0;
    }
    .header__btn span::before {
        top: 20%;
    }
    .header__btn span::after {
        bottom: 20%;
    }
    .header__btn:hover span {
        width: 100%;
    }
    .legal__title {
        font-size: 64px;
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .header__wrap {
        width: 85%;
    }
    .personal__box {
        gap: 40px;
    }
    .personal__item-title {
        font-size: 30px;
        margin-top: 40px;
    }
    .legal__title {
        font-size: 40px;
    }
    .legal__content h2 {
        font-size: 34px;
    }
    .legal__content h3 {
        font-size: 28px;
    }
    .footer__inner {
        flex-direction: column-reverse;
        gap: 40px;
        padding: 40px 0;
    }
    .footer__list {
        flex-direction: column;
    }
}
