.los-404 {
    padding: 120px 0;
    background-image: url('/wp-content/themes/legacyofspins/assets/images/section-bg.jpg');
    background-size: cover;
    background-position: center;
    background-color: var(--los-purple-900);
    position: relative;
}

.los-404::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 14, 60, 0.6) 0%, rgba(20, 14, 60, 0.85) 100%);
}

.los-404__inner {
    position: relative;
    text-align: center;
}

.los-404__code {
    font-family: var(--los-font-display);
    font-size: clamp(96px, 16vw, 180px);
    color: var(--los-orange-2);
    line-height: 1;
    margin: 0 0 12px;
    text-shadow: 0 8px 30px rgba(244, 120, 32, 0.35);
}

.los-404__title {
    font-size: clamp(28px, 4vw, 42px);
    color: #fff;
    margin: 0 0 16px;
}

.los-404__text {
    color: var(--los-text-muted-2);
    font-size: 16px;
    max-width: 520px;
    margin: 0 auto 32px;
    line-height: 1.6;
}

@media (max-width: 600px) {
    .los-404 {
        padding: 80px 0;
    }
}
