.error-page{min-height:72vh;display:grid;align-items:center;justify-items:center;place-items:center;padding:96px 0;background:var(--brand-neutral-light);text-align:center}.error-page h1{color:var(--brand-primary);font-size:max(3rem, min(8vw, 6rem));line-height:1;margin:8px 0;font-weight:900}.error-page h2{color:var(--brand-text);font-size:max(1.5rem, min(3vw, 2.4rem))}.error-page p{max-width:620px;margin:14px auto 26px;color:var(--brand-text)}.error-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}