body {
    background-color: #EFEFE8;
    color: #000;
    height: auto;
}

/* Navbar Overrides */
.navbar {
    opacity: 1 !important;
    position: fixed !important;
}

/* Article Hero */
.article-hero {
    width: 100%;
    height: 70vh;
    min-height: 500px;
    background-color: #000;
    overflow: hidden;
    position: relative;
}

.article-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

/* Article Content Layout */
.article-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 40px;
    font-family: 'DM Sans', sans-serif;
}

.article-header {
    text-align: center;
    margin-bottom: 60px;
}

.article-date {
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #666;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.article-title {
    font-family: 'Cubao', sans-serif;
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1.2;
    letter-spacing: 2px;
    color: #000;
    margin: 0;
}

.article-body {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.article-body p {
    margin-bottom: 30px;
}

.article-body h3 {
    font-family: 'Cubao', sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #000;
}

.article-body blockquote {
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.5;
    margin: 40px 0;
    padding-left: 24px;
    border-left: 4px solid #000;
    color: #000;
}

.article-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 40px 0;
}

/* Footer override */
.scene5-footer.article-footer {
    position: relative;
    background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.9) 100%);
    padding-top: 60px;
}
