.error-section {
    min-height: 60vh;
    min-height: 60dvh;
    display: flex;
    align-items: center;
    padding: 4rem 0;
}

.error-page {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.error-code {
    font-family: var(--font-heading);
    font-size: 8rem;
    color: var(--clay);
    line-height: 1;
    margin-bottom: 1rem;
}

.error-title {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    color: var(--clay-dark);
    margin-bottom: 1rem;
}

.error-text {
    color: var(--text-muted);
    margin-bottom: 2rem;
    line-height: 1.6;
}
