.error-404 { padding: 100px 24px; min-height: 60vh; display: grid; place-items: center; background: var(--lfr-bg); }
.error-404__inner {
    max-width: 560px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}
.error-404__code {
    font-family: var(--lfr-font-display);
    font-weight: 700;
    font-size: clamp(80px, 14vw, 180px);
    color: var(--lfr-pink);
    line-height: 1;
}
.error-404__title {
    font-family: var(--lfr-font-display);
    font-weight: 700;
    font-size: clamp(24px, 4vw, 36px);
    color: #fff;
}
.error-404__text { color: var(--lfr-muted); font-size: 16px; line-height: 1.5; max-width: 440px; }
@media (max-width: 600px) { .error-404 { padding: 60px 16px; } }
