@font-face {
    font-family: "GrotzecCond-Demibold";
    src: url(https://journalismdesign.camd.northeastern.edu/clean/fonts/GrotzecCond-Demibold3.woff2);
}  

@font-face {
    font-family: "GrotzecCond-DemiboldItalic";
    src: url(https://journalismdesign.camd.northeastern.edu/clean/fonts/GrotzecCond-DemiboldItalic.woff2);
}  

@font-face {
    font-family: "LeJeunePoster-Regular";
    src: url(https://journalismdesign.camd.northeastern.edu/clean/fonts/LeJeunePoster-Regular.woff2);
} 

@font-face {
    font-family: "LeJeunePoster-RegularItalic";
    src: url(https://journalismdesign.camd.northeastern.edu/clean/fonts/LeJeunePoster-RegularItalic.woff2);
}

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

ul.nav{
    background-color: #2961c2;
    color:white; 
    padding: 5px;
    font-family: "GrotzecCond-Demibold", "Impact",sans-seif;
    font-size:2em;
    overflow:hidden;
    list-style-type: none; 
}

ul.nav li{
    float: left;
}

ul.nav li.logo{
    position:relative;
    left: 40%;
}

ul.nav li a:link {
    text-decoration: none;
    color: white;
}

ul.nav li a:visited{
    color:white;
}

div.dropdowncontent{
    display:none;
    position:absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 8px 16px grey;
    z-index: 1;
}

ul.nav li.logo a:hover {
    text-decoration: none;
    background-color: #2961c2;
    letter-spacing: 2px; 
    transition: letter-spacing 0.3s ease-in;
}

li.dropbutton:hover div.dropdowncontent{
    display:block;
}

li.dropbutton:hover div.dropdowncontent a:link {
color: #666;
padding: 12px 16px;
text-decoration: none;
display: block;
font-size: .6em;
border-bottom: 1px solid #666;
}

li.dropbutton:hover div.dropdowncontent a:visited { 
color: #666;
padding: 12px 16px;
text-decoration: none;
display: block;
font-size: .6em;
border-bottom: 1px solid #666;
}

li.dropbutton:hover div.dropdowncontent a:hover {
color: white;
background-color: #666;
transition: background-color 0.2s ease-in;

}

body {
    background: #000;
    color: #f0f0f0;
    font-family: 'LeJeunePoster-Regular', serif;
    line-height: 1.8;
}

.intro {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    animation: fadeOut 8s ease forwards;
}

@keyframes fadeOut {
    0%, 85% { opacity: 1; }
    100% { opacity: 0; pointer-events: none; }
}

.countdown img {
    width: 400px;
    height: auto;
    opacity: 0.9;
}

.hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #000;
    padding: 100px 30px;
}

.hero > .wrap {
    text-align: center;
    margin-bottom: 80px;
}

.intermission {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.intermission img {
    width: 100%;
    height: auto;
}

.wrap {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 30px;
}

.hero .wrap {
    text-align: center;
    padding: 0 30px;
}

h1 {
    font-family: 'GrotzecCond-Demibold', sans-serif;
    font-size: clamp(3rem, 8vw, 7rem);
    line-height: 0.95;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #FFD700;
    letter-spacing: -0.02em;
}

.byline {
    font-family: 'LeJeunePoster-RegularItalic', serif;
    font-size: 1.1rem;
    color: #999;
    margin-top: 20px;
}

section {
    background: #000;
}

.opening {
    background: #0a0a0a;
    padding: 60px 0 80px;
}

.content {
    padding: 40px 0;
}

.lead {
    font-size: clamp(1.2rem, 2vw, 1.3rem);
    line-height: 1.8;
    color: #e5e5e5;
    margin-bottom: 50px;
}

.fullwidth {
    width: 100vw;
    margin: 100px 0;
}

.fullwidth img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
    display: block;
}

.content .img {
    max-width: 720px;
    margin: 50px auto;
    overflow: hidden;
    background: #111;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.content .img.visible {
    opacity: 1;
    transform: translateY(0);
}

.img {
    overflow: hidden;
    background: #111;
}

.img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.img:hover img {
    transform: scale(1.02);
}

.stats {
    background: #FFD700;
    color: #000;
    padding: 80px 40px;
    text-align: center;
    margin: 60px 0;
}

.stats h2 {
    font-family: 'GrotzecCond-Demibold', sans-serif;
    font-size: clamp(2.2rem, 4.5vw, 3.8rem);
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.4;
}

.number {
    color: #000;
    border-bottom: 5px solid #000;
    padding-bottom: 2px;
}

p {
    font-size: clamp(1.2rem, 2vw, 1.3rem);
    margin-bottom: 25px;
    color: #d5d5d5;
    line-height: 1.8;
}

.credits {
    background: #000;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 100px 30px;
    margin: 60px 0;
    overflow: hidden;
    position: relative;
    min-height: 400px;
}

.credits .container {
    width: 100%;
    max-width: 1000px;
    perspective: 800px;
    perspective-origin: 50% 100%;
}

.credits .scroll {
    animation: crawlUp 20s linear infinite;
    transform-origin: 50% 100%;
}

.credits .text {
    font-family: 'GrotzecCond-DemiboldItalic', sans-serif;
    font-size: clamp(2rem, 3.8vw, 3.2rem);
    line-height: 1.6;
    color: #FFD700;
    text-align: center;
    transform: rotateX(10deg);
}

@keyframes crawlUp {
    0% {
        transform: translateY(100%) rotateX(10deg);
    }
    100% {
        transform: translateY(-150%) rotateX(10deg);
    }
}

.quote {
    font-family: 'GrotzecCond-DemiboldItalic', sans-serif;
    font-size: clamp(1.5rem, 2.8vw, 2.2rem);
    padding: 40px 0 40px 40px;
    margin: 50px 0;
    color: #FFD700;
    border-left: 6px solid #FFD700;
    line-height: 1.5;
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.quote.visible {
    opacity: 1;
    transform: translateX(0);
}

.sectionhead {
    font-family: 'GrotzecCond-Demibold', sans-serif;
    font-size: clamp(2.8rem, 5.5vw, 5rem);
    text-transform: uppercase;
    color: #FFD700;
    margin: 60px 0 40px;
    letter-spacing: -0.01em;
    line-height: 1.1;
}

.sectionhead.orange {
    color: #FFD700;
}

.subhead {
    font-family: 'LeJeunePoster-RegularItalic', serif;
    font-size: clamp(1.4rem, 2.8vw, 2rem);
    color: #999;
    margin-top: 20px;
    text-transform: none;
    font-weight: normal;
}

.images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin: 50px 0;
}

.images .img {
    margin: 0;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.images .img.visible {
    opacity: 1;
    transform: translateY(0);
}

.images .img:nth-child(2).visible {
    transition-delay: 0.2s;
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 60px 0;
}

.grid .img {
    margin: 0;
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.grid .img.visible {
    opacity: 1;
    transform: scale(1);
}

.grid .img:nth-child(2).visible {
    transition-delay: 0.1s;
}

.grid .img:nth-child(3).visible {
    transition-delay: 0.2s;
}

.grid .img:nth-child(4).visible {
    transition-delay: 0.3s;
}

.conclusion {
    background: #0a0a0a;
    padding: 80px 0 100px;
    margin-top: 60px;
}

.conclusion h2 {
    font-family: 'GrotzecCond-Demibold', sans-serif;
    font-size: clamp(2.8rem, 5.5vw, 4.5rem);
    color: #FFD700;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 1.2;
}

.conclusion p {
    font-size: clamp(1.2rem, 2vw, 1.3rem);
    line-height: 1.85;
}

.end {
    width: 100%;
    margin: 0;
}

.end img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .wrap {
        padding: 0 25px;
    }
    
    .hero {
        padding: 80px 25px;
    }
    
    .opening {
        padding: 80px 0 100px;
    }
    
    .content {
        padding: 60px 0;
    }
    
    .lead {
        margin-bottom: 60px;
    }
    
    .fullwidth {
        margin: 60px 0;
    }
    
    .fullwidth img {
        height: 50vh;
    }
    
    .stats {
        padding: 80px 25px;
        margin: 80px 0;
    }
    
    .credits {
        padding: 120px 25px;
        margin: 80px 0;
        min-height: 400px;
    }
    
    .credits .text {
        transform: rotateX(8deg);
        font-size: clamp(1.6rem, 4.5vw, 2.2rem);
    }
    
    @keyframes crawlUp {
        0% {
            transform: translateY(100%) rotateX(8deg);
        }
        100% {
            transform: translateY(-150%) rotateX(8deg);
        }
    }
    
    .quote {
        padding: 40px 0 40px 25px;
        margin: 60px 0;
    }
    
    .images {
        grid-template-columns: 1fr;
        gap: 30px;
        margin: 60px 0;
    }
    
    .grid {
        gap: 20px;
        margin: 60px 0;
    }
    
    .content .img {
        margin: 60px auto;
    }
    
    .sectionhead {
        margin: 80px 0 50px;
    }
    
    .conclusion {
        padding: 80px 0 100px;
        margin-top: 60px;
    }
    
    .conclusion h2 {
        margin-bottom: 60px;
    }
}