#cinematic-intro{z-index:10000;background:#04080e;justify-content:center;align-items:center;transition:opacity .9s cubic-bezier(.22,1,.36,1),visibility .9s;position:fixed;inset:0;overflow:hidden}html.cinematic-intro-play #cinematic-intro{display:flex}html.cinematic-intro-skip #cinematic-intro{display:none!important}#cinematic-intro.is-exiting{opacity:0;visibility:hidden;pointer-events:none}.cine-intro__stage{width:100%;height:100%;position:relative}.cine-intro__grid{opacity:.12;background-image:linear-gradient(#ffffff14 1px,#0000 1px),linear-gradient(90deg,#ffffff14 1px,#0000 1px);background-size:48px 48px;animation:4s ease-out forwards cineGridDrift;position:absolute;inset:0}.cine-intro__rebar{opacity:0;width:min(90vw,800px);animation:.8s .3s forwards cineFadeUp;position:absolute;top:55%;left:50%;transform:translate(-50%,-50%)}.cine-intro__rebar line{stroke:#c9a44c80;stroke-width:1.5px}.cine-intro__crane{opacity:0;width:120px;height:160px;animation:.8s .8s forwards cineFadeUp;position:absolute;bottom:22%;right:12%}.cine-intro__crane:before{content:"";background:linear-gradient(#0000,#a7a29a99);width:4px;height:100%;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.cine-intro__crane:after{content:"";transform-origin:0;background:#a7a29a80;width:100px;height:3px;animation:2s ease-in-out 1s infinite alternate cineCraneArm;position:absolute;top:20%;left:0}.cine-intro__particles span{background:#c9a44ccc;border-radius:50%;width:2px;height:2px;animation:2.5s ease-in-out infinite cineParticle;position:absolute}.cine-intro__particles span:first-child{animation-delay:.5s;bottom:30%;left:20%}.cine-intro__particles span:nth-child(2){animation-delay:1s;bottom:25%;left:45%}.cine-intro__particles span:nth-child(3){animation-delay:1.4s;bottom:35%;left:70%}.cine-intro__particles span:nth-child(4){animation-delay:.8s;bottom:40%;left:35%}.cine-intro__particles span:nth-child(5){animation-delay:1.8s;bottom:28%;left:82%}.cine-intro__pillars{align-items:flex-end;gap:12px;height:35vh;max-height:280px;display:flex;position:absolute;bottom:18%;left:50%;transform:translate(-50%)}.cine-intro__pillar{transform-origin:bottom;background:linear-gradient(#c9a44c,#6464644d);width:16px;animation:.7s forwards cinePillarUp;transform:scaleY(0)}.cine-intro__pillar:first-child{height:50%;animation-delay:.6s}.cine-intro__pillar:nth-child(2){height:75%;animation-delay:.75s}.cine-intro__pillar:nth-child(3){height:100%;animation-delay:.9s}.cine-intro__pillar:nth-child(4){height:65%;animation-delay:1.05s}.cine-intro__pillar:nth-child(5){height:85%;animation-delay:1.2s}.cine-intro__logo-wrap{opacity:0;justify-content:center;align-items:center;animation:1.2s cubic-bezier(.22,1,.36,1) 2s forwards cineLogoReveal;display:flex;position:absolute;inset:0;transform:scale(.88)}.cine-intro__logo{background:0 0;border:2px solid #c9a44c73;border-radius:50%;width:180px;height:180px;overflow:hidden;box-shadow:0 0 60px #004c9759}.cine-intro__logo img{object-fit:contain;width:100%;height:100%}.cine-intro__brand{letter-spacing:.2em;text-transform:uppercase;color:#ffffffb3;opacity:0;font-family:Sora,sans-serif;font-size:.78rem;font-weight:700;animation:.6s 2.4s forwards cineFadeUp;position:absolute;bottom:28%;left:50%;transform:translate(-50%)}@keyframes cineGridDrift{0%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes cineFadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes cinePillarUp{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes cineLogoReveal{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}@keyframes cineCraneArm{0%{transform:rotate(-2deg)}to{transform:rotate(3deg)}}@keyframes cineParticle{0%,to{opacity:0;transform:translateY(0)}50%{opacity:.9;transform:translateY(-24px)}}@media (prefers-reduced-motion:reduce){#cinematic-intro{display:none}}
