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

* {
    box-sizing: border-box
}

h1, h2, h3, nav {
    font-family: "Montserrat", sans-serif;
}

html {
    background: #151515;
}
body {
    margin: 0;
    background: #ffffff;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
}

body.body-main {
    margin: 0;
    min-height: 100vh;
    background: #151515;
    overscroll-behavior: none;
}

a {
    color: inherit;
    text-decoration: none
}

header {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    padding: 30px 42px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #fff;
    mix-blend-mode: difference
}

.light {
    color: #111;
    mix-blend-mode: normal
}

.logo {
    font-size: 12px;
    letter-spacing: .18em;
    font-weight: 500
}

.hamburger {
    border: 0;
    background: none;
    cursor: pointer;
    width: 35px;
    z-index: 12
}

.hamburger i {
    display: block;
    height: 1px;
    background: currentColor;
    margin: 7px 0
}

#hamburger-main {
    color: white;
}

nav {
    position: fixed;
    inset: 0;
    background: #0b0b0b;
    color: #f4f2ed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 22px;
    opacity: 0;
    visibility: hidden;
    transition: .35s
}

nav.open {
    opacity: 1;
    visibility: visible
}

nav a {
    font: 400 clamp(42px, 7vw, 90px)/1 'Playfair Display', serif
}

.hero {
    height: 100vh;
    min-height: 650px;
    position: relative;
    overflow: hidden;
    background: #222
}

.hero img{
    width: 100%;
    object-fit: center;
    height: 100%;
}

.shade {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .3)
}

.hero-title {
    position: absolute;
    left: 42px;
    bottom: 50px;
    color: white
}

.hero-title small,
small {
    font-size: 10px;
    letter-spacing: .2em;
    font-weight: 500
}

h1 {
    font: 400 clamp(64px, 10vw, 150px)/.88 'Playfair Display', serif;
    letter-spacing: -.04em;
    margin: 18px 0 0;
}

.hero h1 {
    /* font: 400 clamp(64px, 10vw, 150px)/.88 'Playfair Display', serif;
    letter-spacing: -.04em;
    margin: 18px 0 0; */

    background: linear-gradient(110deg, #ffffff 38%, #ffffff 44%, #9a9a9a 48%, #ffffff 50%, #d8d8d8 53%, #ffffff 57%, #ffffff 65%);

    background-size: 250% 100%;
    background-position: 100% 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

    animation: sheen 8s ease-in-out infinite;
}

@keyframes sheen {
    0% {
        background-position: 150% 0;
    }
    100% {
        background-position: -150% 0;
    }
}



.page,
.detail {
    padding: 150px 42px 100px;
    min-height: 100vh
}

.movies {
    margin-top: 100px;
    max-width: 720px
}

.movies h2 {
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 1px;
}

.movie img {
    width: 100%;
    display: block;
    aspect-ratio: 16/10;
    object-fit: cover
}

.movie>div {
    position: relative
}

.movie span {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #fff;
    background: #0007;
    opacity: 0;
    transition: .3s
}

.movie:hover span {
    opacity: 1
}

.movie h2 {
    font: 400 28px 'Playfair Display', serif
}

.detail {
    padding-top: 150px
}

.detail h1 {
    margin-bottom: 30px
}

.synopsis {
    max-width: 620px;
    line-height: 1.7
}

.carousel {
    max-width: 1200px;
    margin: 80px auto 130px;
    display: flex;
    align-items: center;
    gap: 20px
}

.carousel>div {
    position: relative;
    flex: 1;
    aspect-ratio: 16/9;
    overflow: hidden
}

.carousel img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: .5s
}

.carousel img.active {
    opacity: 1
}

.carousel button {
    border: 0;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    cursor: pointer
}

.watch,
.credits {
    max-width: 900px;
    margin: 0 auto 110px
}

.watch a {
    display: block;
    font: 400 clamp(35px, 5vw, 65px) 'Playfair Display', serif;
    margin-top: 25px
}

.watch p,
.note {
    font-size: 11px;
    color: #999
}

.credits h2 {
    font-size: 11px;
    letter-spacing: .18em;
    margin: 45px 0 0
}

.person {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #0002;
    padding: 24px 0
}

.person-info {
    display: flex;
    align-items: center;
    gap: 16px
}

.person-text {
    display: flex;
    flex-direction: column;
}

.thumbnail {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    object-position: top;
}

.person b,
.person em {
    display: block
}

.person b {
    font: 400 24px 'Playfair Display', serif
}

.person em {
    font-style: normal;
    font-size: 12px;
    color: #999
}

.person a {
    font-size: 9px;
    letter-spacing: .12em
}

.two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10vw
}

.two>div:nth-child(2),
form {
    padding-top: 60px;
    max-width: 600px
}

.big {
    font: 400 clamp(28px, 3.5vw, 48px)/1.2 'Playfair Display', serif
}

.two p:not(.big) {
    line-height: 1.8
}

form {
    display: flex;
    flex-direction: column;
    gap: 30px
}

label {
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase
}

input,
textarea {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #0003;
    background: none;
    padding: 14px 0;
    font: 15px 'DM Sans';
    outline: 0
}

form button {
    align-self: flex-start;
    padding: 16px 22px;
    border: 1px solid;
    background: none;
    letter-spacing: .14em;
    font-size: 10px;
    cursor: pointer
}

@media(max-width:700px) {
    header {
        padding: 22px 20px
    }

    .hero-title {
        font-size: clamp(48px, 16vw, 80px);
        letter-spacing: -.03em;
        /* left: 20px;
        bottom: 30px */
    }

    .page,
    .detail {
        padding: 120px 20px 70px
    }

    .two {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .two>div:nth-child(2),
    form {
        padding-top: 0
    }

    .carousel {
        gap: 8px
    }

    .carousel button {
        width: 38px;
        height: 38px
    }

    /* .person {
        flex-direction: column;
        gap: 12px
    } */

    .movies {
        margin-top: 70px
    }
}