.not-found-page{min-height:70vh;display:flex;align-items:center;justify-content:center;background:#f8f7f4;padding:48px 24px}.not-found-content{text-align:center;max-width:480px}.not-found-logo{width:80px;height:auto;margin-bottom:24px}.not-found-title{font-family:EB Garamond,serif;font-size:72px;font-weight:700;color:#660225;margin:0 0 16px;line-height:1}.not-found-message{font-family:Montserrat,sans-serif;font-size:16px;color:#555;line-height:1.6;margin:0 0 32px}.not-found-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.not-found-btn{display:inline-block;padding:12px 28px;border-radius:6px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:opacity .2s}.not-found-btn:hover{opacity:.85}.not-found-btn--primary{background:#660225;color:#fff}.not-found-btn--secondary{background:#fff;color:#660225;border:1px solid #660225}