.not-found-page{min-height:100vh;background-color:#fafaf7;display:flex;flex-direction:column}.not-found-main{flex:1;display:flex;align-items:center;justify-content:center;padding:4rem 1.5rem}.not-found-container{text-align:center;max-width:540px}.not-found-number{font-family:Cormorant Garamond,serif;font-size:9rem;font-weight:300;line-height:1;color:#6b7e3f2e;letter-spacing:-.02em;margin-bottom:1rem;-webkit-user-select:none;user-select:none}.not-found-title{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:500;color:var(--ink);margin:0 0 1rem;line-height:1.3}.not-found-message{font-size:1rem;color:var(--muted);line-height:1.7;margin:0 0 2.5rem}.not-found-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.not-found-btn-primary{background:var(--sage);color:var(--warm-white);border:none;padding:16px 36px;font-family:Outfit,sans-serif;font-size:.82rem;font-weight:400;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;transition:background .22s,transform .15s;border-radius:0;text-decoration:none}.not-found-btn-primary:hover{background:var(--sage-dark);color:var(--warm-white);transform:translateY(-1px)}.not-found-btn-secondary{background:#fff;color:var(--sage);border:1.5px solid var(--sage);padding:16px 36px;font-family:Outfit,sans-serif;font-size:.82rem;font-weight:400;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;transition:background .22s,transform .15s;border-radius:0;text-decoration:none}.not-found-btn-secondary:hover{background-color:#6b7e3f0f;transform:translateY(-1px)}@media(max-width:480px){.not-found-number{font-size:6rem}.not-found-title{font-size:1.5rem}.not-found-actions{flex-direction:column;align-items:center}.not-found-btn-primary,.not-found-btn-secondary{width:100%;max-width:280px;text-align:center}}
