.not-found{background:var(--color-surface-2);width:100%;padding-top:var(--sp-9);padding-bottom:var(--sp-9)}.not-found__inner{gap:var(--sp-8);width:100%;max-width:var(--container-wide);padding:0 var(--pad-mobile);flex-direction:column;margin:0 auto;display:flex}.not-found__content{align-items:flex-start;gap:var(--sp-7);flex-direction:column;display:flex}.not-found__title{color:var(--brand-ink);font-family:var(--font-sans);font-size:var(--fs-2xl);font-weight:var(--fw-black);line-height:var(--lh-snug);letter-spacing:-.01em;margin:0}.not-found__cta{height:var(--control-h-lg);padding:0 var(--sp-6);background:var(--brand-primary);border:1px solid var(--brand-primary-border);border-radius:var(--radius-md);color:var(--color-text);font-family:var(--font-sans);font-size:var(--fs-md);font-weight:var(--fw-bold);white-space:nowrap;transition:background-color var(--t-normal) var(--ease-out), border-color var(--t-normal) var(--ease-out), transform var(--t-fast) var(--ease-out);justify-content:center;align-items:center;line-height:1;text-decoration:none;display:inline-flex}.not-found__cta:hover{background:var(--brand-primary-hover);border-color:var(--brand-primary-hover)}.not-found__cta:active{background:var(--brand-primary-active);border-color:var(--brand-primary-active);transform:translateY(1px)}.not-found__image-wrap{aspect-ratio:2816/1536;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);overflow:hidden}.not-found__image{object-fit:cover;object-position:center;width:100%;height:100%;display:block}@media (min-width:1200px){.not-found{padding-top:0;padding-bottom:0}.not-found__inner{grid-template-rows:1fr;grid-template-columns:1fr;gap:0;width:100%;max-width:none;min-height:680px;padding:0;display:grid}.not-found__image-wrap,.not-found__content{grid-area:1/1}.not-found__image-wrap{aspect-ratio:auto;align-self:stretch;width:100%;height:100%;margin:0}.not-found__image{object-fit:cover;object-position:center;width:100%;height:100%}.not-found__content{z-index:1;width:100%;max-width:var(--container-wide);padding-left:var(--pad-desktop);padding-right:var(--pad-desktop);place-self:center;gap:var(--sp-8);position:relative}.not-found__content>*{max-width:460px}.not-found__title{font-size:var(--fs-3xl)}}
