/* =========================================================================
   LORE PAGE STYLES
   ========================================================================= */

body { background: #06090e; }

.lore-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 200px 5% 100px;
    position: relative;
    z-index: 10;
}

.lore-header {
    text-align: center;
    margin-bottom: 50px;
}

.lore-header h1 {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 0 5px 15px rgba(0,0,0,0.8);
    line-height: 1.1;
}

.lore-header p {
    font-size: 1.2rem;
    color: var(--clr-text-muted);
    font-style: italic;
    font-family: var(--font-heading);
}

.lore-divider {
    width: 80px;
    height: 3px;
    background: var(--grad-gold);
    margin: 30px auto 0;
    box-shadow: var(--shadow-gold);
}

.lore-content {
    padding: 60px 80px;
    font-family: var(--font-body);
}

.lore-content h2 {
    font-size: 2rem;
    color: var(--clr-primary);
    margin: 40px 0 20px;
    letter-spacing: 1px;
}

.lore-content h2:first-child { margin-top: 0; }

.lore-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #b5bbcf;
    margin-bottom: 25px;
    text-align: justify;
}

.lore-inline-img {
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.1);
    margin: 40px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

@media (max-width: 768px) {
    .lore-content { padding: 40px 30px; }
}
