.landing-page{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:space-between;position:relative;overflow:hidden;background:#000}.landing-reveal{position:fixed;inset:0;background:#fff;-webkit-clip-path:circle(0 at 50% 50%);clip-path:circle(0 at 50% 50%);z-index:999;pointer-events:none;transition:-webkit-clip-path .45s cubic-bezier(.4,0,1,1);transition:clip-path .45s cubic-bezier(.4,0,1,1);transition:clip-path .45s cubic-bezier(.4,0,1,1),-webkit-clip-path .45s cubic-bezier(.4,0,1,1)}.landing-reveal--active{-webkit-clip-path:circle(150% at 50% 50%);clip-path:circle(150% at 50% 50%)}.landing-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;flex:1 1;padding:100px 16px 40px;text-align:center}.landing-text-group{display:flex;flex-direction:column;gap:0}.landing-eyebrow{font-size:14px;font-weight:500;line-height:1.5;letter-spacing:1.4px;color:#ffa412}.landing-headline{font-family:RIDIBatang,Georgia,serif;font-size:28px;font-weight:400;line-height:1.5;letter-spacing:-.01em;color:#fff}.landing-icon{display:flex;align-items:center;justify-content:center}.landing-body{font-size:14px;font-weight:400;line-height:1.5;letter-spacing:-.01em;color:#fff;text-align:center}.landing-brand{font-weight:500;color:#ffa412}.landing-actions{display:flex;flex-direction:column;gap:12px;padding:8px 16px 48px;width:100%}@keyframes landingBtnPress{0%{transform:scale(1)}40%{transform:scale(1.04)}70%{transform:scale(.97)}to{transform:scale(1)}}.landing-btn-primary{width:100%;padding:14px 20px;border-radius:9999px;background:#ffa412;color:#000;font-size:16px;font-weight:600;line-height:1.5;letter-spacing:-.01em;text-align:center;transition:background .15s,transform .15s}.landing-btn-primary:hover{background:#ffb700}.landing-btn-primary:active{animation:landingBtnPress .35s ease-out}.landing-btn-secondary{width:100%;padding:14px 20px;border-radius:9999px;border:.5px solid hsla(0,0%,100%,.45);color:#fff;font-size:16px;font-weight:600;line-height:1.5;letter-spacing:-.01em;text-align:center;display:flex;align-items:center;justify-content:center;gap:6px;transition:border-color .15s,background .15s}.landing-btn-secondary:hover{border-color:#fff;background:hsla(0,0%,100%,.06)}.landing-btn-secondary:active{animation:landingBtnPress .35s ease-out}