*{box-sizing:border-box}body{background:#0a0f0d;margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.55}a{color:inherit}.landing{background:#0a0f0d;flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;display:flex;position:relative;overflow:hidden}.landing-content{z-index:1;text-align:center;flex-direction:column;flex-grow:1;justify-content:center;align-items:center;padding:6rem 2rem 4rem;display:flex;position:relative}.landing-brand{color:#4a7a6a;letter-spacing:.18em;text-transform:uppercase;margin:0 0 2.5rem;font-size:.85rem;font-weight:700}.landing-heading{color:#f0ece4;letter-spacing:-.04em;max-width:700px;margin:0 0 1.8rem;font-size:clamp(2.4rem,6.5vw,5rem);font-weight:800;line-height:1}.landing-link{color:#4a7a6a;text-underline-offset:4px;margin-top:2rem;font-size:.95rem;font-weight:600;text-decoration:underline;transition:color .25s}.landing-link:hover{color:#c8cfc9}.landing-footer{z-index:1;text-align:center;color:#c8cfc973;background:0 0;padding:2rem 2rem 2.5rem;position:relative}.landing-footer a{color:#c8cfc973;letter-spacing:.02em;font-size:.82rem;font-weight:600;text-decoration:none;transition:color .25s}.landing-footer a:hover{color:#c8cfc9}.landing-bg{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.landing-bg__particle{will-change:transform;background:#c8cfc999;border-radius:50%;animation:4s ease-in-out infinite alternate landing-twinkle;position:absolute}.landing-bg__paths{width:100%;height:100%;position:absolute;inset:0}.landing-bg__flight-path{stroke-dasharray:1200;stroke-dashoffset:1200px;animation:20s linear infinite landing-draw}.landing-bg__flight-path--2{animation-duration:28s;animation-delay:4s}.landing-bg__airplane{animation:32s linear infinite landing-fly;position:absolute;left:-40px}.landing-bg__airplane--2{animation:40s linear 6s infinite landing-fly-reverse;left:100%}@keyframes landing-twinkle{0%{transform:scale(1)}to{transform:scale(.4)}}@keyframes landing-draw{0%{stroke-dashoffset:1200px}50%{stroke-dashoffset:0}to{stroke-dashoffset:-1200px}}@keyframes landing-fly{0%{transform:translate(0)}to{transform:translate(calc(100vw + 60px))}}@keyframes landing-fly-reverse{0%{transform:translate(0)}to{transform:translate(calc(-100vw - 60px))}}@media (prefers-reduced-motion:reduce){.landing-bg__particle{animation:none}.landing-bg__flight-path{stroke-dasharray:none;stroke-dashoffset:0;animation:none}.landing-bg__airplane{animation:none;display:none}}@media (max-width:800px){.landing-content{padding:4rem 1.5rem 3rem}}@media (max-width:560px){.landing-content{padding:3rem 1.25rem 2rem}}
