/* ########## Mr. Jack — stylesII.css — Dark Cinematic Theme ########## */


/* ====== VARIABLES ====== */

:root {
    --black:       #000000;
    --near-black:  #0a0a0a;
    --dark-gray:   #111111;
    --mid-gray:    #1a1a1a;
    --border-gray: #2a2a2a;
    --text-white:  #ffffff;
    --text-light:  #cccccc;
    --text-muted:  #888888;
    --gold:        #c9a84c;
    --gold-hover:  #e8c96a;
    --font-main:   "Montserrat", sans-serif;
}


/* ====== BASE ====== */

body {
    background-color: var(--black);
    color: var(--text-light);
    margin: 0;
    font-family: var(--font-main);
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
}

a {
    margin: 0px 24px 0px 5px;
    font-family: var(--font-main);
    color: var(--text-white);
    text-decoration: none;
}

img {
    max-width: 99%;
    height: auto;
    margin: 0px 10px 0px 10px;
}


/* ====== NAVBAR ====== */

#main-nav {
    background-color: var(--black) !important;
    border-bottom: 1px solid var(--border-gray);
    position: sticky;
    top: 0;
    z-index: 1030;
    transition: box-shadow 0.3s ease;
}

#main-nav.scrolled {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
}


.FIR {
	
	align-content: center;
    font-family: var(--font-main);
    color: var(--text-white);
    font-weight: bold;
}

.video_cast
{
	
	margin-top: -32px;
	margin-bottom: 64px;
    font-size: 70%;
font-weight: 600;
}




.nav-logo {
    height: 36px;
    width: auto;
    max-width: none;
    margin: 0;
    display: block;
    flex-shrink: 0;
}

.navbar-brand {
    margin: 0;
    padding: 0;
    margin-right: 2rem;
}

.nav-link {
    font-family: var(--font-main);
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text-light) !important;
    transition: color 0.2s;
    padding-left: 0.35rem !important;
    padding-right: 0.35rem !important;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
    color: var(--gold) !important;
}

.dropdown-item.active,
.dropdown-item.active:hover,
.dropdown-item.active:focus {
    background-color: var(--mid-gray);
    color: var(--gold);
}

.dropdown-menu {
    background-color: var(--dark-gray);
    border: 1px solid var(--border-gray);
    border-radius: 0;
}

.dropdown-item {
    color: var(--text-light);
    font-family: var(--font-main);
    font-size: 0.8rem;
    letter-spacing: 0.03em;
    padding: 8px 20px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: var(--mid-gray);
    color: var(--gold);
}


/* ====== HAMBURGER TOGGLER ====== */

.navbar-toggler {
    border-color: var(--border-gray);
    padding: 6px 10px;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 2px rgba(201, 168, 76, 0.25);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28204%2C204%2C204%2C0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


/* ====== MEGA MENU (Production) ====== */

.mega-menu {
    width: 720px;
    padding: 12px 8px 16px;
    left: 0 !important;
    right: auto !important;
}

.mega-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 4px;
}

.mega-grid .dropdown-item {
    white-space: normal;
}

.mega-section {
    color: var(--gold);
    font-family: var(--font-main);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 10px 20px 6px;
    margin-top: 6px;
    border-top: 1px solid var(--border-gray);
}

.mega-section-first {
    border-top: none;
    margin-top: 0;
    padding-top: 4px;
}

/* ====== MEGA MENU — MOBILE ====== */

@media (max-width: 991.98px) {

    /* Full width, inline (not absolute) inside the collapsed nav */
    .mega-menu {
        width: 100%;
        position: static !important;
        transform: none !important;
        box-shadow: none;
        border-left: none;
        border-right: none;
        border-radius: 0;
        padding: 4px 0 8px;
    }

    /* Stack items in a single column */
    .mega-grid {
        display: block;
    }

    /* Tighten up section headers on mobile */
    .mega-section {
        padding: 8px 16px 4px;
        margin-top: 4px;
    }

    .mega-section-first {
        padding-top: 4px;
    }
}


/* ====== HERO ====== */

#hero {
    background-color: var(--black);
    text-align: center;
    padding: 64px 20px 48px;
}

.hero-wordmark {
    max-width: 860px;
    width: 90%;
    height: auto;
    margin: 0 auto 24px;
    display: block;
}

.hero-tagline {
    font-family: var(--font-main);
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin: 0;
}


/* ====== LAURELS ====== */

#laurels {
    background-color: var(--black);
    padding: 32px 20px 48px;
}

.laurels-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.laurels-row img {
    width: 220px;
    height: auto;
    flex-shrink: 0;
}


/* ====== TEASER VIDEO ====== */

#video-section {
    background-color: var(--black);
    padding: 40px 20px 56px;
}

.video-container {
    max-width: 860px;
    margin: 0 auto;
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: visible;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


/* ====== LOGLINE ====== */

#logline-section {
    background-color: var(--dark-gray);
    padding: 64px 20px;
}

.logline-text {
    max-width: 720px;
    margin: 0 auto;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8;
    text-align: left;
    color: var(--text-light);
    letter-spacing: 0.02em;
}


/* ====== CTA BUTTONS ====== */

#cta-section {
    background-color: var(--black);
    padding: 56px 20px;
    text-align: center;
}

.btn-gold {
    background-color: var(--gold);
    color: var(--black) !important;
    border: 2px solid var(--gold);
    font-family: var(--font-main);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 14px 36px;
    margin: 8px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s, border-color 0.2s;
}

.btn-gold:hover {
    background-color: var(--gold-hover);
    border-color: var(--gold-hover);
    color: var(--black) !important;
}

.btn-outline-film {
    background-color: transparent;
    color: var(--text-white) !important;
    border: 2px solid var(--text-white);
    font-family: var(--font-main);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 14px 36px;
    margin: 8px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s, color 0.2s;
}

.btn-outline-film:hover {
    background-color: var(--text-white);
    color: var(--black) !important;
}


/* ====== PULL QUOTE ====== */

#pull-quote {
    background-color: var(--near-black);
    padding: 72px 20px;
    text-align: center;
}

.pull-quote-text {
    max-width: 720px;
    margin: 0 auto;
    font-style: italic;
    font-weight: 300;
    font-size: 1.15rem;
    line-height: 1.9;
    color: var(--text-light);
    letter-spacing: 0.01em;
}

.pull-quote-attribution {
    display: block;
    margin-top: 24px;
    font-style: normal;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
}


/* ====== FOOTER ====== */

#site-footer {
    background-color: var(--black);
    border-top: 1px solid var(--border-gray);
    padding: 40px 20px 32px;
    text-align: center;
}

.footer-icons {
    margin-bottom: 20px;
}

.footer-icons a {
    margin: 0 10px;
    display: inline-block;
    padding: 0;
}

.footer-icons img {
    height: 22px;
    width: auto;
    margin: 0;
    opacity: 0.6;
    transition: opacity 0.2s;
}

.footer-icons img:hover {
    opacity: 1;
}

.copyright {
    color: var(--text-muted);
    font-family: var(--font-main);
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    margin: 0;
    padding: 0;
}


/* ====== SHARED / SUB-PAGE CLASSES ====== */
/* These classes are used across sub-pages — keep consistent with dark theme */

.content {
    max-width: 800px;
    margin: auto;
    overflow-x: hidden;
    padding: 24px 15px 24px 15px;
}

.content_cast {
    max-width: 800px;
    margin: auto;
    overflow-x: hidden;
    padding: 32px 15px 0px 0px;
    font-weight: 700;
}

.content_cast a:link    { text-decoration: none; color: var(--gold); }
.content_cast a:visited { text-decoration: none; color: var(--gold); }
.content_cast a:hover   { text-decoration: underline; color: var(--gold-hover); }
.content_cast a:active  { text-decoration: none; color: var(--gold); }

.content_cast_one {
    max-width: 800px;
    margin: auto;
    overflow-x: hidden;
    padding: 0px 5px 48px 10px;
    font-weight: 700;
}

.content_cast_one a:link    { text-decoration: none; color: var(--gold); }
.content_cast_one a:visited { text-decoration: none; color: var(--gold); }
.content_cast_one a:hover   { text-decoration: underline; color: var(--gold-hover); }
.content_cast_one a:active  { text-decoration: none; color: var(--gold); }

.content_link {
    color: var(--text-white);
}

.caption {
    font-family: var(--font-main);
    font-size: 12px;
    font-weight: 400;
    padding-top: 0px;
    line-height: 100%;
    color: var(--text-muted);
}

.press_release_headline {
    font-size: 120%;
    font-weight: bold;
    padding: 0px 10px 7px 0px;
    margin: 0px 10px 0px 10px;
    line-height: 120%;
}

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
    margin-left: 10px;
    padding-bottom: 68px;
}

.merch_img {
    max-width: 99%;
    height: auto;
    margin: 0px 0px 0px 10px;
}

.merch_display {
    margin: 0px 0px 72px 0px;
}

.sticky-div-bottom {
    background-color: var(--black);
    border-top: 1px solid var(--border-gray);
    position: relative;
    bottom: 0px;
    padding: 24px 0px;
    margin: 32px 0px 0px 0px;
    z-index: 101;
    overflow: hidden;
}

h1 {
    margin: 13px 0px 5px 8px;
    font-family: var(--font-main);
    font-kerning: auto;
    color: var(--text-white);
}

h2 {
    margin: 0px 0px 6px 9px;
    padding: 16px 0px 6px 0px;
    font-family: var(--font-main);
    font-kerning: auto;
    color: var(--text-white);
}

h3 {
    margin: 0px 0px -15px 10px;
    padding: 0px 0px -10px 0px;
    font-family: var(--font-main);
    font-kerning: auto;
    color: var(--text-white);
}

.content h1,
.content h2,
.content h3 {
    margin-left: 0;
    padding-left: 0;
}

.content h3 {
    margin-top: 24px;
    margin-bottom: 10px;
    padding: 0;
}

table {
    padding-left: 10px;
}

.button {
    padding: 3px 11px 3px 11px;
    margin: 3px 15px 24px 3px;
    border: 1px solid var(--gold);
    border-radius: 4px;
    float: right;
    color: var(--text-white);
    background-color: transparent;
    font-family: var(--font-main);
    cursor: pointer;
}

.button:hover {
    color: var(--black);
    background-color: var(--gold);
}

.responsive {
    width: 32%;
    height: 32px;
    padding: 0px 0px 72px 0px;
}

.responsiveF {
    width: 97%;
    height: 32px;
    margin: 3px 3px 3px 3px;
}

.responsiveF1 {
    width: 97%;
    height: 96px;
    margin: 3px 3px 3px 3px;
}

.P2content {
    max-width: 900px;
    margin: auto;
    text-align: left;
    line-height: 120%;
    font-weight: bold;
}

.s-cast {
    font-size: 1.00em;
    font-family: var(--font-main);
    font-weight: bold;
    padding-top: .5em;
    letter-spacing: .03rem;
}

.URhere {
    font-family: var(--font-main);
    margin: 0px 24px 0px 5px;
    text-decoration: none;
    opacity: 1.0;
    color: var(--gold);
}

.boxlabel {
    font-family: var(--font-main);
    font-size: 12px;
    margin: 10px 0px 0px 3px;
    color: var(--text-light);
}

.thankyou {
    font-family: "Anton", sans-serif;
    font-size: 100px;
    margin-bottom: 72px;
    color: var(--gold);
}

.anton-regular {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.links {
    color: var(--gold);
    text-decoration: none;
}

.links:hover {
    text-decoration: underline;
    color: var(--gold-hover);
}

.log-line {
    color: var(--text-light);
    font-size: 48px;
    text-align: left;
}




.scene-heading

{
  
	font-family: "Courier New", Courier, monospace;
	font-size: 120%;
	font-weight: 800;
	line-height: 200%;
	
}



.scene

{
  
	font-family: "Courier New", Courier, monospace;
	font-size: 120%;
		line-height: 120%;
	padding-top: 20px;
		padding-bottom: 12px;
}










/* ====== INVESTOR CTA LINK ====== */

.investor-cta-link {
    display: block;
    color: var(--gold);
    font-family: var(--font-main);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 32px 0 48px;
    max-width: 860px;
    margin: 0 auto;
    padding-left: 20px;
    transition: opacity 0.2s ease;
}

.investor-cta-link:hover {
    opacity: 0.75;
    text-decoration: underline;
    color: var(--gold);
}


/* ====== GALLERY GRID ====== */

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 8px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 8px 20px 48px;
}

.gallery-grid img {
    width: 100%;
    height: 165px;
    object-fit: cover;
    display: block;
    opacity: 0.88;
    transition: opacity 0.2s ease;
    margin: 0;
}

.gallery-grid img:hover {
    opacity: 1;
}

.dropdown-header {
    color: var(--text-muted);
    font-family: var(--font-main);
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 6px 20px 2px;
}

.dropdown-divider {
    border-color: var(--border-gray);
    margin: 4px 0;
}

.gallery-grid a {
    display: block;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
