.error-404 {
    padding: 80px 24px;
    background: var(--c-bg);
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.error-404__inner {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
}
.error-404__code {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(80px, 14vw, 140px);
    color: var(--c-gold);
    line-height: 1;
    text-shadow: 0 4px 30px rgba(244, 201, 93, 0.25);
    margin-bottom: 8px;
}
.error-404__title {
    font-family: var(--font-display);
    color: var(--c-text);
    font-size: clamp(22px, 3vw, 32px);
    margin: 0 0 12px;
}
.error-404__text {
    color: var(--c-muted);
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 24px;
}
