@font-face {
    font-family: 'SF Pro Display';
    src: url('https://cdn.glitch.global/69f8f06e-65ba-408a-8b25-1c397c7a86db/SF-Pro-Display-Light.otf?v=1739296515501') format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('https://cdn.glitch.global/69f8f06e-65ba-408a-8b25-1c397c7a86db/SF-Pro-Display-Regular.otf?v=1739296560122') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('https://cdn.glitch.global/69f8f06e-65ba-408a-8b25-1c397c7a86db/SF-Pro-Display-Medium.otf?v=1739296542516') format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('https://cdn.glitch.global/69f8f06e-65ba-408a-8b25-1c397c7a86db/SF-Pro-Display-Semibold.otf?v=1739296570227') format('opentype');
    font-weight: 600;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('https://cdn.glitch.global/69f8f06e-65ba-408a-8b25-1c397c7a86db/SF-Pro-Display-Bold.otf?v=1739296472538') format('opentype');
    font-weight: 700;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: black;
    color: yellow;
    font-family: 'SF Pro Display', sans-serif;
    overflow-x: hidden;
    width: 100vw;
}

body, a {
    cursor: none;
}

.nav-gradient {
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 5;
    pointer-events: none;
}

.nav-gradient.top {
    top: 0;
    background: linear-gradient(to bottom, rgba(26, 26, 26, 1) 0%, rgba(26, 26, 26, 0.15) 75%, rgba(26, 26, 26, 0) 100%);
}

.nav-gradient.bottom {
    bottom: 0;
    background: linear-gradient(to top, rgba(26, 26, 26, 1) 0%, rgba(26, 26, 26, 0.15) 75%, rgba(26, 26, 26, 0) 100%);
}

header {
    position: fixed;
    width: 100%;
    pointer-events: none;
    z-index: 10;
}

.corner {
    position: fixed;
    font-size: 1.5rem;
    pointer-events: auto;
}

.top-left { top: 20px; left: 20px; }
.top-right { top: 20px; right: 20px; }
.bottom-left { bottom: 20px; left: 20px; }
.bottom-right { bottom: 20px; right: 20px; }

a {
    text-decoration: underline;
    color: blue;
}

a:hover {
    color: yellow;
    text-decoration: none;
}

#custom-cursor {
    position: fixed;
    width: 50px;
    height: 50px;
    background: transparent;
    color: rgb(0, 0, 255);
    font-size: 50px;
    pointer-events: none;
    z-index: 1000;
    transform: translate(-50%, -50%);
}

#custom-cursor.emoji {
    width: 35px;
    height: 35px;
    font-size: 35px;
    transform: translate(-50%, -50%);
}

.project-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    margin-top: .05vw;
    margin-bottom: 0;
}

.video-container {
    position: relative;
    width: 100%;
    margin-top: 0;
}

.video-container video {
    width: 100%;
    height: auto;
    display: block;
}

.project-text {
    position: absolute;
    bottom: 8%;
    left: 5%;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.project-description {
    position: absolute;
    bottom: 7.5%;
    right: 4%;
    font-size: 1.6vw;
    line-height: 2vw;
    max-width: 40vw;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.project-label {
    font-size: 1.1vw;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}

.project-title {
    font-size: 5vw;
    font-weight: normal;
    max-width: 90vw;
    margin-bottom: 1.28vw;
}

.project-subtitle {
    font-size: 1.1vw;
    margin-bottom: 2vw;
    line-height: 1.6vw;
    font-weight: bold;
}

.project-categories {
    display: flex;
    gap: 0.6vw;
    margin-top: 1vw;
}

.category {
    font-size: clamp(0.6vw, 1vw, 1.2vw);
    font-weight: bold;
    text-transform: uppercase;
    border: 0.15vw solid white;
    padding: 0.4vw 0.8vw;
    border-radius: 1.5vw;
}

.image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.image-wrapper-extra {
    padding: 0;
    padding-bottom: 2.1vw;
    display: flex;
    justify-content: center;
    gap: 0vw;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.extra-video {
    width: 100%;
    height: 100%;
    display: block;
}

.video-block1 {
    width: 49%;
    position: relative;
    left: -0.3%;
}

.video-block2 {
    width: 37%;
    position: relative;
    right: 6%;
}

.black-rectangle {
    width: 100%;
    background-color: black;
    padding: 2vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.black-rectangle-content {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.black-rectangle-content video {
    width: 80%;
    border: none;
    margin: 0 auto;
}

.film-details {
    font-size: 1.2vw;
    color: white;
    margin-top: 0.8vw;
    width: 79%;
    text-align: left;
    font-weight: 550;
    display: inline-block;
    margin-bottom: 0;
}

.unmute-prompt {
    font-size: 1.2vw;
    color: white;
    margin-top: -1.35vw;
    width: 79.5%;
    text-align: right;
    display: inline-block;
}

.image-wrapper:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
