:root{--teal:#0081a6;--teal-deep:#00657f;--teal-light:#a0d2df;--gold:#e3a81c;--gold-soft:#f2c94c;--green:#4a8b3a;--cream:#f7fbfc;--cream-warm:#eaf4f7;--charcoal:#18323a;--charcoal-soft:#3d5a63;--ink:#0e2128}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background:var(--cream);color:var(--charcoal);font-family:Outfit,sans-serif;position:relative;overflow-x:hidden}body:before{content:"";z-index:1;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}.wrap{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative}.orb{filter:blur(70px);opacity:.4;z-index:0;border-radius:50%;position:fixed}.orb-1{background:radial-gradient(circle, var(--teal-light), transparent 70%);width:400px;height:400px;animation:16s ease-in-out infinite float1;top:-120px;left:-90px}.orb-2{background:radial-gradient(circle, var(--gold-soft), transparent 70%);width:340px;height:340px;animation:20s ease-in-out infinite float2;bottom:-90px;right:-70px}@keyframes float1{0%,to{transform:translate(0)}50%{transform:translate(40px,30px)}}@keyframes float2{0%,to{transform:translate(0)}50%{transform:translate(-30px,-40px)}}.logo{opacity:0;width:min(440px,78vw);height:auto;animation:.9s .1s forwards rise}.badge{letter-spacing:.08em;text-transform:uppercase;color:var(--teal-deep);opacity:0;background:#0081a614;border:1px solid #0081a638;border-radius:100px;align-items:center;gap:.5rem;margin-top:2.5rem;padding:.5rem 1.1rem;font-size:.8rem;font-weight:500;animation:.8s .3s forwards rise;display:inline-flex}.dot{background:var(--gold);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.tagline{color:var(--teal-deep);opacity:0;max-width:24ch;margin-top:1.8rem;font-family:Fraunces,serif;font-size:clamp(1.3rem,3.5vw,2rem);font-style:italic;font-weight:600;animation:.8s .45s forwards rise}.divider{background:linear-gradient(90deg, var(--teal), var(--gold));opacity:0;border-radius:3px;width:60px;height:3px;margin:2.2rem 0;animation:.8s .6s forwards grow}@keyframes grow{0%{opacity:0;width:0}to{opacity:1;width:60px}}.headline{color:var(--charcoal-soft);opacity:0;max-width:44ch;font-size:clamp(1rem,2.5vw,1.15rem);font-weight:300;line-height:1.65;animation:.8s .75s forwards rise}.foot{z-index:2;letter-spacing:.05em;color:var(--charcoal-soft);opacity:0;font-size:.8rem;animation:.8s 1s forwards rise;position:fixed;bottom:2rem;left:0;right:0}.foot strong{color:var(--teal-deep);font-weight:600}@keyframes rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
