.splash{z-index:var(--z-splash);background:var(--bg);justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.splash__curtain{background:var(--bg);z-index:2;transition:transform .95s cubic-bezier(.76,0,.24,1);position:absolute;left:0;right:0}.splash__curtain--top{transform-origin:top;height:50%;top:0}.splash__curtain--bottom{transform-origin:bottom;height:50%;bottom:0}.splash--exit .splash__curtain--top{transform:translateY(-100%)}.splash--exit .splash__curtain--bottom{transform:translateY(100%)}.splash__noise{opacity:.025;pointer-events:none;z-index:3;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:256px 256px;position:absolute;inset:0}.splash__grid{z-index:1;pointer-events:none;background-image:linear-gradient(#2563eb0a 1px,#0000 1px),linear-gradient(90deg,#2563eb0a 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.splash__content{z-index:4;flex-direction:column;align-items:center;gap:0;display:flex;position:relative}.splash__route-stage{width:540px;height:120px;margin-bottom:-10px;position:relative}.splash__route-svg{width:100%;height:100%;overflow:visible}.splash__route-line{fill:none;stroke:var(--blue-accent);stroke-width:1.5px;stroke-dasharray:8 6;stroke-dashoffset:1000px;opacity:.35;animation:1.9s cubic-bezier(.4,0,.2,1) .5s forwards drawRoute}@keyframes drawRoute{0%{stroke-dashoffset:1000px}to{stroke-dashoffset:0}}@keyframes nodePop{0%{opacity:0}60%{opacity:1}to{opacity:1}}.splash__traveler{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.splash__package{background:var(--blue-primary);offset-path:path("M 10 60 C 80 20, 160 100, 270 60 C 380 20, 460 80, 530 60");offset-rotate:auto;border-radius:4px;width:22px;height:22px;animation:1.9s cubic-bezier(.4,0,.2,1) .55s both travelPath;position:absolute;transform:translate(-11px,-11px);box-shadow:0 3px 14px #2563eb80}.splash__package-lines{background:#ffffff8c;border-radius:2px;width:55%;height:2px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 3.5px #ffffff4d,0 -3.5px #ffffff4d}.splash__speed-trail{background:linear-gradient(90deg,#0000,#2563eb40);border-radius:2px;width:18px;height:2px;position:absolute;top:50%;right:100%;transform:translateY(-50%)}@keyframes travelPath{0%{offset-distance:0%;opacity:0}5%{opacity:1}95%{opacity:1}to{offset-distance:100%;opacity:0}}.splash__logo{opacity:0;align-items:center;gap:24px;animation:.6s 2.7s forwards logoReveal;display:flex}@keyframes logoReveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.splash__logo-mark{width:72px;height:72px}.splash__chevron{opacity:0;animation:.45s cubic-bezier(.34,1.4,.64,1) forwards chevronIn}.splash__chevron--1{animation-delay:2.7s}.splash__chevron--2{animation-delay:2.88s}.splash__chevron--3{animation-delay:3.06s}@keyframes chevronIn{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}.splash__wordmark{opacity:0;flex-direction:column;gap:0;animation:.5s 3.25s forwards wordmarkIn;display:flex}@keyframes wordmarkIn{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}.splash__wordmark-blue{font-family:var(--font-heading);color:var(--navy);letter-spacing:-.02em;font-size:2.4rem;font-weight:800;line-height:1}.splash__wordmark-cyan{font-family:var(--font-heading);color:var(--cyan);letter-spacing:.06em;font-size:1.35rem;font-weight:700;line-height:1.2}.splash__tracking{opacity:0;flex-direction:column;gap:10px;width:340px;margin-top:44px;animation:.4s 3.4s forwards barIn;display:flex}@keyframes barIn{0%{opacity:0}to{opacity:1}}.splash__tracking-row{justify-content:space-between;align-items:center;display:flex}.splash__tracking-id{font-family:var(--font-body);letter-spacing:.12em;color:var(--blue-primary);opacity:.75;font-size:.72rem;font-weight:500}.splash__tracking-pct{color:var(--text);opacity:.4;font-size:.72rem;font-weight:600}.splash__progress-track{background:#2563eb1a;border-radius:2px;width:100%;height:2px;overflow:hidden}.splash__progress-fill{background:linear-gradient(90deg, var(--blue-primary), var(--cyan));border-radius:2px;height:100%;transition:width .35s cubic-bezier(.4,0,.2,1)}.splash__status{letter-spacing:.08em;color:var(--text);opacity:.35;text-align:center;font-size:.68rem;font-weight:400;transition:opacity .2s}@media (max-width:600px){.splash__route-stage{width:320px}.splash__tracking{width:280px}}
