.error-page{min-height:72vh;display:grid;align-items:center;justify-items:center;place-items:center;padding:96px 0;background:var(--brand-bg-alt);text-align:center}.error-code{display:block;color:var(--brand-primary);font-size:max(4rem, min(14vw, 9rem));font-weight:900;line-height:.9}.error-page h1{color:var(--brand-text);font-size:max(2rem, min(4vw, 3.2rem));line-height:1.1;margin:18px auto;max-width:760px}.error-page p{color:var(--brand-text);max-width:620px;margin:0 auto 28px}.error-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}