@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Instrument+Serif:ital@0;1&display=swap');

@font-face {
    font-family: 'Alte Haas Grotesk';
    src: url('../fonts/AlteHaasGrotesk_Bold.woff2') format('woff2'),
         url('../fonts/AlteHaasGrotesk_Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alte Haas Grotesk';
    src: url('../fonts/AlteHaasGrotesk.woff2') format('woff2'),
         url('../fonts/AlteHaasGrotesk.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

a:hover, a:focus {
    text-decoration: none;
    color: inherit;
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    color: black;
    background-color: whitesmoke;
}
#menu-links a {
    color: black;
}

#menu-links a:hover {
    color:ghostwhite;
}
#menu-links a.active,
.menu .film-list a.active {
    color: ghostwhite;
}
#menu-bar {
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: top 0.3s ease, background-color 0.3s ease;
}

#menu-bar.scrolled {
    background-color: whitesmoke;
}

#menu-bar .menu-bar-content {
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    padding:30px;   /* horizontal padding */
    width: 100%;
	
}

.content {
	min-height: calc(100vh - 45px);
    max-width: 650px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

#section_1 {
    margin-top:70px;
    color: black;
}

#video-container {
    width: 100%;
    margin-bottom: 20px;
}

.aspect-ratio-box {
    position: relative;
    width: 100%;
    padding-bottom: 73%; /* 1.37 aspect ratio */
    background-color: #000;
    border-radius: 10px;
}

.aspect-ratio-box video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
	pointer-events: none;
}
.bars {
    color: black;
	margin-right: 100px;
}
.logo {
	    position: relative;
    z-index: 250;
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    letter-spacing: .5px;
    font-family: 'Alte Haas Grotesk';
    font-weight: bold;
    margin-left: 30px;
    user-select: none;
    -webkit-user-select: none;
}

.logo a {
    pointer-events: none;
    cursor: default;
}

.logo-subtitle {
    font-size: .9rem;      /* smaller text */
    font-weight: normal;    /* not bold */
    letter-spacing: 1px;
    margin-top: 2px;        /* spacing under main logo */
    color: inherit;         /* match main logo color */
}

.bars, .bars-close {
    font-size: 1.2rem;
    letter-spacing: .5px;
    font-family: 'Alte Haas Grotesk';
    font-weight: bold;
    z-index: 55;
}

.bars-close {
    position: fixed;
    top: 0;
    right: 40px;
    padding:30px 30px;
}

.menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #8147FF;
    z-index: 200;
}

.menu-content {
    max-width: 650px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 60px;
    position: absolute;
    color: black;
    font-family: 'Alte Haas Grotesk';
    font-weight: bold;
    letter-spacing: 1.2px;
}

.film-list {
    font-size: 1.2rem;
    padding: 20px;
}

.film-list a {
    display: block;
	margin-bottom: -10px;
}
article {
    margin-top: 60px;
	font-family: 'Alte Haas Grotesk', sans-serif;
}
article:not(:first-child):not(:last-child) {
    border-bottom: .5px solid black; /* Solid line for all except first and last */
    padding-bottom: 40px; /* Optional spacing above the line */
}

article h2 {
    font-size: 1.2rem;
	letter-spacing: .5px;
	font-weight: normal;
    margin-bottom: 10px; 
}
article h3 {
    font-size: .8rem;
    letter-spacing: .8px;
    line-height: 1.2rem;
    margin-bottom: 5px;
}

article p {
    font-size: .8rem;
    letter-spacing: .8px;
    line-height: 1.2rem;
}

article a {
    text-decoration:underline;
}
article i {
    font-style: normal;
}
article i::before {
    content: '"';
}

article i::after {
    content: '"';
}
article a:hover, article a:focus {
    text-decoration: underline; /* Underline on hover/focus */
    color: gray;               /* Darker color on hover/focus */
}
article img {
	width: 50%;
	margin-bottom: 50px;
}

.film-title {
    max-width: 100%;
    padding: 20px 0;
    margin: 0;
    text-align: left;
}

#title {
    font-family: 'Alte Haas Grotesk';
    font-weight: bold;
    font-size: 3.5rem;
    margin-bottom: 40px;
}

#info1 {
    font-family: 'Alte Haas Grotesk';
    font-weight: bold;
    font-size: .7rem;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

#synopsis {
    font-family: 'Alte Haas Grotesk';
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 30px;
    font-size: 22px;
    margin-bottom: 20px;
}

#synopsis .quote {
    font-family: 'Alte Haas Grotesk';
    font-size: 1rem;
    font-style: italic;
    color: black;
    display: block;
    margin: 20px 0;
}

#synopsis .quote-source {
    font-family: 'Alte Haas Grotesk', sans-serif;
    font-size: .9rem;
    font-weight: normal;
    color: black;
    display: block;
    text-align: left;
    margin-top: -50px;
}

#section_2 {
    padding: 90px 0px 40px;
    color: black;
    border-top: .5px solid black;
}

.info-poster-container {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

#info2 {
    font-family: 'Alte Haas Grotesk';
    font-size: .8rem;
    letter-spacing: 1px;
    line-height: 1.2rem;
    width: auto;
}

.film-poster {
    max-width: 49%;
    height: auto;
}

.image-section {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    gap: 10px;
}

.image-section .row {
    display: flex;
    gap: 10px;
}

.image-section .row img {
    width: calc(50% - 5px);
    height: auto;
    aspect-ratio: 1.5;
    object-fit: cover;
}

.image-section .row.full-width img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.5;
    object-fit: cover;
}

#support {
    font-family: 'Alte Haas Grotesk';
    font-size: .8rem;
    letter-spacing: 1px;
    margin-top: 40px;
    text-align: left;
}

#support img {
    height: 35px;
    margin-right: 25px;
    margin-top: 15px;
    filter: invert(100%);
}

#footer {
    color: black;
    padding:5px 0;
    font-family: 'Alte Haas Grotesk';
    font-size: .7rem;
    text-align: center;
    width: 100%;
    margin-top: auto; /* Pushes the footer to the bottom */
    background-color: whitesmoke; /* Background color for visibility */
}
/* Fullscreen video */
#index-page #bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; /* behind content */
}

/* Transparent menu bar */
#index-page #menu-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent; /* fully transparent */
    z-index: 100;
    transition: top 0.3s ease;
}

/* Transparent footer */
#index-page #footer {
    background-color: transparent; /* fully transparent */
    color: white; /* make text visible over video */
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
}

/* Centered info box */
#index-page #center-info {
    position: fixed;
    top: 80%;
    right: 70px;
    transform: translateY(-50%);
    padding: 20px 0;
	font-size: 0.8rem;
	line-height: 2;
	letter-spacing: 5%;
	text-decoration: none;
    text-align: right;
    color: white;
    font-family: 'Alte Haas Grotesk', sans-serif;
    z-index: 50;
}

#index-page #center-info a {
    color: #fff;
    text-decoration: underline;
}
#index-page #center-info a:hover {
    color: #ccc;
}
.footer-content {
    max-width: 650px;
    margin: 0 auto;
}
/* ── Lightbox ── */
#lb-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1000;
    align-items: center;
    justify-content: center;
}
#lb-overlay.open {
    display: flex;
}
#lb-img {
    max-width: 90vw;
    max-height: 88vh;
    object-fit: contain;
    display: block;
    user-select: none;
}
#lb-close {
    position: fixed;
    top: 20px;
    right: 28px;
    color: #000;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    opacity: .5;
    background: none;
    border: none;
    font-family: inherit;
}
#lb-close:hover { opacity: 1; }
#lb-prev, #lb-next {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    opacity: .4;
    background: none;
    border: none;
    padding: 10px 18px;
    font-family: inherit;
}
#lb-prev:hover, #lb-next:hover { opacity: 1; }
#lb-prev { left: 12px; }
#lb-next { right: 12px; }
.image-section img, .film-poster { cursor: pointer; }

/* Lity white background */
.lity { background: #fff !important; }
.lity-close, .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
    color: #000;
    text-shadow: none;
}

@media screen and (max-width: 990px) {
    .info-poster-container {
        flex-direction: column;
    }

    .logo {
        font-size: 1.2rem;
    }

    #info2, .film-poster {
        width: 100%;
    }

    .film-poster {
        margin-top: 20px;
    }

    #title {
        font-size: 2rem;
    }

    #menu-bar .menu-bar-content {
        padding: 15px 20px;
    }

    .bars-close {
        padding: 15px 20px;
    }
}