.not-found-page{background-color:#0a0a0a;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.not-found-page__bg-text{font-family:var(--font-chiron-hei-hk),"Georgia",serif;color:#f1dfc208;-webkit-user-select:none;user-select:none;pointer-events:none;z-index:0;font-size:clamp(200px,40vw,500px);font-weight:500;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.not-found-page__content{z-index:1;text-align:center;max-width:600px;animation:.8s ease-out fadeInUp;position:relative}.not-found-page__title{font-family:var(--font-chiron-hei-hk),"Georgia",serif;color:#f1dfc2;letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(80px,20vw,180px);font-weight:500;line-height:1}.not-found-page__subtitle{font-family:var(--font-chiron-hei-hk),"Georgia",serif;color:#fff;letter-spacing:.05em;margin:0 0 1.5rem;font-size:clamp(24px,4vw,36px);font-weight:500}.not-found-page__description{font-family:var(--font-chiron-hei-hk),"Georgia",serif;color:#ffffffb3;margin:0 0 2.5rem;font-size:clamp(14px,2vw,18px);font-weight:400;line-height:1.6}.not-found-page__cta{justify-content:center;display:flex}.not-found-page__cta .primary-button{border-color:#f1dfc2}.not-found-page__cta .primary-button .primary-button__text{color:#f1dfc2}.not-found-page__cta .primary-button .primary-button__icon-circle{color:#f1dfc2;border-color:#f1dfc2}.not-found-page__cta .primary-button:hover .primary-button__icon-circle{color:#0a0a0a;background-color:#f1dfc2}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (min-width:810px){.not-found-page__content{padding:2rem}.not-found-page__description{margin-bottom:3rem}}@media (min-width:1200px){.not-found-page__bg-text{font-size:500px}.not-found-page__title{margin-bottom:1.5rem}.not-found-page__subtitle{margin-bottom:2rem}.not-found-page__description{margin-bottom:3.5rem}}
