.not-found-wrapper{background-color:var(--color-bg);flex-direction:column;min-height:100vh;display:flex}.not-found-main{flex:1;justify-content:center;align-items:center;min-height:65vh;padding:120px 24px;display:flex;position:relative;overflow:hidden}.not-found-bg-banner{object-fit:cover;z-index:0;pointer-events:none;opacity:.85;width:100%;height:100%;position:absolute;top:0;left:0}.not-found-content{z-index:1;text-align:center;flex-direction:column;align-items:center;max-width:540px;display:flex;position:relative}.not-found-title{font-family:var(--font-display);color:var(--brand-deep);letter-spacing:-.03em;margin-bottom:18px;font-size:clamp(34px,6.5vw,50px);font-weight:800;line-height:1.1}.not-found-desc{font-family:var(--font-body);color:color-mix(in oklab, var(--brand-deep) 62%, transparent);text-wrap:pretty;max-width:30ch;margin-bottom:40px;font-size:clamp(16px,2.5vw,18px);font-weight:450;line-height:1.65}.not-found-actions{justify-content:center;display:flex}.not-found-cta{background:var(--brand-gradient);color:#fff;min-height:56px;font-family:var(--font-display);letter-spacing:-.01em;box-shadow:var(--shadow-lg), var(--shadow-glow);transition:box-shadow var(--dur-base) var(--ease-out-soft), transform var(--dur-base) var(--ease-out-soft), filter var(--dur-base) var(--ease-out-soft);border-radius:999px;justify-content:center;align-items:center;padding:0 40px;font-size:clamp(16px,2vw,18px);font-weight:700;text-decoration:none;display:inline-flex}.not-found-cta:hover{filter:brightness(1.05);box-shadow:var(--shadow-xl), var(--shadow-glow);transform:translateY(-2px)}.not-found-cta:focus-visible{outline:3px solid color-mix(in oklab, var(--brand-teal) 60%, transparent);outline-offset:3px}
