@font-face {
    font-display: swap;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/plus-jakarta-sans-v8-latin-600.woff2') format('woff2'),
    url('../fonts/plus-jakarta-sans-v8-latin-600.woff') format('woff');
}

@font-face {
    font-display: swap;
    font-family: 'Geist';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/geist-v3-latin-500.woff2') format('woff2'),
    url('../fonts/geist-v3-latin-500.woff') format('woff');
}

h1, p, h3 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html {
    font-size: 10px;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-y: scroll;
    scroll-behavior: smooth;
    touch-action: manipulation;
}

body {
    font: 400 1.5rem/1.7 Plus Jakarta Sans, sans-serif;
}

.center {
    margin: 0 auto;
    padding: 0 1rem;

    @media (min-width: 1024px) {
        padding: 0 2rem;
    }
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.header__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 2.2rem 1rem;

    @media (min-width: 1024px) {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.header__logo {
    margin-right: 1.5rem;
    height: 2.9rem;
    width: 16rem;

    a {
        display: inline-flex;
        height: 100%;
        width: 100%;

        img {
            display: block;
            height: 100%;
            object-fit: contain;
            width: 100%;
        }
    }
}

.header__button {
    align-items: center;
    appearance: none;
    background-color: #37403E;
    color: #F9FFF6;
    border: none;
    border-radius: 3rem;
    display: inline-flex;
    justify-content: center;
    flex-shrink: 0;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1;
    min-height: 3.7rem;
    overflow: hidden;
    padding: .1rem 1rem .1rem 1.9rem;
    text-decoration: none;

    span {
        letter-spacing: 0.04em;
        margin-right: .9rem;
        display: inline-block;
    }

    i {
        height: 3.7rem;
        width: 2rem;

        img {
            display: block;
            height: 100%;
            object-fit: cover;
            width: 100%;
        }
    }
}

.index-temp {
    background-color: #1B201B;
    color: #F9FFF6;
    inset: 0;
    position: fixed;
}

.index-temp__bg {
    inset: 0;
    overflow: hidden;
    position: absolute;

    img {
        display: block;
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
}

.index-temp__inner {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    position: relative;
    text-align: center;
}

.index-temp__content {
    margin-top: auto;
    padding-top: 26.7rem;

    h3 {
        font-size: 2.2rem;
        line-height: 1.1;
        margin-bottom: 1.5rem;

        @media (min-width: 768px) {
            font-size: 3.2rem;
        }
    }

    h1 {
        font-size: 6rem;
        letter-spacing: -0.045em;
        line-height: 0.9;
        margin-bottom: 1.5rem;
        font-family: Geist, sans-serif;

        @media (max-width: 389px) {
            font-size: 4rem;
        }

        @media (min-width: 768px) {
            font-size: 8rem;
        }

        @media (min-width: 1024px) {
            font-size: 10rem;
        }
    }
}

.index-temp__button {
    align-items: center;
    background-color: #D6FE04;
    border-radius: 2rem;
    color: #1C1E1E;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 1.6rem;
    height: 4rem;
    line-height: 1;
    padding: .1rem 1.7rem;
    text-decoration: none;

    i {
        height: 1.6rem;
        margin-left: 2rem;
        width: 1.2rem;

        svg {
            display: block;
            fill: #1C1E1E;
            height: 100%;
            width: 100%;
        }
    }
}

.index-temp__info {
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
    padding-bottom: 3.2rem;
    padding-top: 3rem;
    margin-top: auto;
}

.index-temp__text {
    font-size: 2.2rem;

    @media (min-width: 768px) {
        font-size: 3.2rem;
    }

    p {
        line-height: 1.2;
    }
}

.index-temp__bottom {
    font-size: 2rem;
}
