.wd-not-found{background:var(--wd-paper);min-height:100vh;color:var(--wd-night);position:relative;overflow:hidden}.wd-not-found:before{content:"";background:var(--wd-sky);border-radius:50%;width:520px;height:520px;position:absolute;top:82px;right:-180px;box-shadow:0 0 0 55px #d8f36b70}.wd-not-found>nav{z-index:3;border-bottom:1.5px solid var(--wd-night);justify-content:space-between;align-items:center;min-height:84px;display:flex;position:relative}.wd-not-found>nav .brand{width:188px;height:52px}.wd-not-found>nav>span{border:1px solid var(--wd-night);background:var(--wd-lime);letter-spacing:.9px;border-radius:999px;padding:7px 10px;font-size:8px;font-weight:900}.wd-not-found-hero{z-index:2;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);align-items:center;gap:70px;min-height:calc(100vh - 145px);padding-block:68px 82px;display:grid;position:relative}.wd-not-found-copy{max-width:620px}.wd-not-found-copy .wd-eyebrow{border:1px solid var(--wd-night);background:#fff;border-radius:999px;padding:7px 10px;display:inline-flex}.wd-not-found-copy h1{letter-spacing:-.07em;margin:18px 0 22px;font-size:clamp(56px,6.2vw,88px);line-height:.86}.wd-not-found-copy h1 em{color:var(--wd-coral);font-family:Georgia,serif;font-weight:400;display:block}.wd-not-found-copy>span{max-width:530px;color:var(--wd-ink-soft);font-size:15px;line-height:1.65;display:block}.wd-not-found-actions{flex-wrap:wrap;align-items:center;gap:20px;margin-top:29px;display:flex}.wd-not-found-actions .wd-button b{color:var(--wd-lime);font-size:16px}.wd-not-found-actions>a:last-child{color:var(--wd-coral);font-size:11px;font-weight:900}.wd-not-found-actions>a:last-child:hover{text-underline-offset:5px;text-decoration:underline}.wd-not-found-copy>small{color:var(--wd-ink-soft);margin-top:19px;font-size:10px;display:block}.wd-not-found-copy>small a{color:var(--wd-night);text-decoration:underline;-webkit-text-decoration-color:var(--wd-lime);text-decoration-color:var(--wd-lime);text-underline-offset:3px;font-weight:900;text-decoration-thickness:3px}.wd-error-poster{place-items:center;min-height:520px;display:grid;position:relative}.wd-error-orbit{border:1.5px dashed var(--wd-night);border-radius:50%;animation:28s linear infinite wd-error-orbit;position:absolute}.wd-error-orbit:after{content:"✦";border:1.5px solid var(--wd-night);background:var(--wd-lime);border-radius:50%;place-items:center;width:38px;height:38px;font-size:18px;display:grid;position:absolute;top:35px;right:36px}.wd-error-orbit.orbit-a{width:465px;height:465px}.wd-error-orbit.orbit-b{width:365px;height:365px;animation-duration:19s;animation-direction:reverse}.wd-error-card{z-index:1;border:1.5px solid var(--wd-night);background:var(--wd-coral);width:min(390px,78%);box-shadow:9px 10px 0 var(--wd-night);text-align:center;animation:wd-error-float 4.5s var(--wd-ease) infinite;border-radius:18px;padding:26px 25px 24px;position:relative;transform:rotate(-3deg)}.wd-error-card>span{border:1px solid var(--wd-night);letter-spacing:1.2px;background:#fff;border-radius:999px;padding:6px 9px;font-size:8px;font-weight:900;display:inline-flex}.wd-error-number{justify-content:center;align-items:center;margin:16px -8px 8px;display:flex}.wd-error-number b{letter-spacing:-.11em;font-size:clamp(100px,10vw,148px);line-height:.8}.wd-error-number i{border:1.5px solid var(--wd-night);background:var(--wd-lime);border-radius:50%;flex:0 0 102px;place-items:center;height:102px;font-size:48px;font-style:normal;display:grid;transform:rotate(8deg)}.wd-error-card>p{border-top:1.5px solid var(--wd-night);letter-spacing:1px;margin:17px 0 7px;padding-top:17px;font-size:12px;font-weight:900}.wd-error-card>small{color:#4f3436;font-size:9px;font-weight:700}.wd-error-note{z-index:2;border:1.5px solid var(--wd-night);box-shadow:var(--wd-shadow-sm);background:#fff;border-radius:10px;padding:10px 12px;font-size:9px;font-weight:900;position:absolute}.wd-error-note.note-one{top:66px;left:0;transform:rotate(-6deg)}.wd-error-note.note-two{background:var(--wd-lilac);bottom:72px;right:-5px;transform:rotate(5deg)}.wd-not-found>footer{z-index:3;border-top:1.5px solid var(--wd-night);min-height:62px;color:var(--wd-ink-soft);justify-content:space-between;align-items:center;font-size:9px;display:flex;position:absolute;bottom:0;left:0;right:0}.wd-not-found>footer b{color:var(--wd-night);letter-spacing:.9px}@keyframes wd-error-orbit{to{transform:rotate(360deg)}}@keyframes wd-error-float{50%{transform:translateY(-12px)rotate(1deg)}}@media (max-width:900px){.wd-not-found-hero{grid-template-columns:1fr;gap:28px;padding-block:60px 115px}.wd-not-found-copy{max-width:720px}.wd-error-poster{min-height:460px}}@media (max-width:560px){.wd-not-found:before{top:340px;right:-270px}.wd-not-found>nav{min-height:70px}.wd-not-found>nav .brand{width:150px;height:43px}.wd-not-found>nav>span{text-align:right;background:0 0;border:0;max-width:112px;font-size:7px}.wd-not-found-hero{width:calc(100% - 36px);padding-top:48px}.wd-not-found-copy h1{font-size:52px}.wd-not-found-copy>span{font-size:13px}.wd-not-found-actions{flex-direction:column;align-items:flex-start}.wd-error-poster{min-height:370px}.wd-error-orbit.orbit-a{width:340px;height:340px}.wd-error-orbit.orbit-b{width:270px;height:270px}.wd-error-card{width:275px;padding:20px 18px}.wd-error-number b{font-size:91px}.wd-error-number i{flex-basis:76px;height:76px;font-size:36px}.wd-error-note.note-one{top:18px;left:-2px}.wd-error-note.note-two{bottom:22px;right:0}.wd-not-found>footer{width:calc(100% - 36px);position:absolute}.wd-not-found>footer>span{max-width:200px}}@media (prefers-reduced-motion:reduce){.wd-error-orbit,.wd-error-card{animation:none}}
