.home-loading{height:100vh;background:#1c1c1c;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.home-loading-eyebrow{width:180px;height:10px;background:rgba(255,255,255,.15);border-radius:2px;animation:homeShimmer 1.8s ease-in-out infinite}.home-loading-title{width:clamp(280px,60vw,700px);height:clamp(60px,12vw,130px);background:rgba(255,255,255,.12);border-radius:2px;animation:homeShimmer 1.8s ease-in-out .1s infinite}.home-loading-tagline{width:240px;height:12px;background:rgba(255,255,255,.1);border-radius:2px;animation:homeShimmer 1.8s ease-in-out .2s infinite;margin-top:8px}.home-loading-cta{width:160px;height:44px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:1px;animation:homeShimmer 1.8s ease-in-out .3s infinite;margin-top:16px}@keyframes homeShimmer{0%,to{opacity:1}50%{opacity:.35}}