/* Public launch additions use the existing Website material and action palette. */
body.fpb-shell-active .fpb-not-found { font-family:var(--fpb-ui-font); position:relative; isolation:isolate; display:grid; align-items:center; min-height:calc(100svh - 2 * var(--fpb-frame-inset)); padding:clamp(100px,12vh,180px) clamp(24px,8vw,160px); box-sizing:border-box; background:radial-gradient(ellipse at 80% 40%,rgb(111 128 117 / 16%),transparent 65%),var(--fpb-page-bg); }
.fpb-not-found-card { position:relative; z-index:1; width:min(100%,700px); }
.fpb-not-found-eyebrow { font-size:12px; letter-spacing:.2em; color:var(--fpb-muted); margin:0 0 28px; }
body.fpb-shell-active .fpb-not-found h1 { font-family:var(--fpb-ui-font); font-size:clamp(42px,5.5vw,96px); line-height:1.04; letter-spacing:-.045em; font-weight:450; margin:0 0 28px; color:var(--fpb-ink); }
.fpb-not-found-card > p:not(.fpb-not-found-eyebrow) { max-width:470px; font-size:clamp(16px,1.2vw,19px); line-height:1.65; color:var(--fpb-muted); }
.fpb-not-found-actions { display:flex; flex-wrap:wrap; gap:12px; margin:32px 0 28px; }
body.fpb-shell-active .fpb-not-found-actions a { display:inline-flex; align-items:center; justify-content:center; gap:24px; min-height:48px; padding:12px 24px; text-decoration:none; box-sizing:border-box; }
.fpb-not-found-contact { color:var(--fpb-ink); font-size:14px; text-underline-offset:5px; }
.fpb-not-found-orbit { position:absolute; right:5%; top:50%; transform:translateY(-55%); font-size:clamp(170px,29vw,600px); font-weight:550; line-height:1; letter-spacing:-.075em; color:var(--fpb-ink); opacity:.035; pointer-events:none; z-index:-1; }
.fpb-catalog-pagination { display:flex; flex-wrap:wrap; justify-content:center; gap:8px; margin:32px 0; }
.fpb-catalog-pagination .page-numbers { display:inline-flex; min-width:44px; min-height:44px; align-items:center; justify-content:center; padding:8px 14px; border:1px solid var(--fpb-line); border-radius:24px; color:var(--fpb-ink); box-sizing:border-box; }
.fpb-catalog-pagination .current { background:var(--fpb-panel-strong); }
@media(max-width:480px) { .fpb-not-found-actions { flex-direction:column; align-items:stretch; } .fpb-not-found-orbit { top:28%; right:7%; } }
