/* ============================================================
   ERROR PAGES — Extends base.html, uses brand styles
   ============================================================ */

.error-page {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10rem;
    padding-bottom: 6rem;
}

.error-code {
    font-size: clamp(5rem, 15vw, 10rem);
    font-weight: 700;
    color: var(--yellow);
    margin: 0;
    line-height: 1;
}

.error-title {
    font-size: clamp(1.4rem, 3vw, 2.2rem);
    font-weight: 700;
    color: var(--black);
    margin: 1rem 0 1.5rem;
}

.error-message {
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    line-height: 1.7;
    color: #555;
    max-width: 520px;
    margin: 0 auto 2.5rem;
}
