.secoya-opening{position:fixed;inset:0;z-index:1000;pointer-events:none;background:#05080c;animation:opening-background 2s both,opening-safety 2.3s forwards}
.opening-mark{position:absolute;left:50%;top:42%;width:min(68vw,540px);aspect-ratio:245/34;transform:translate(-50%,-50%)}
.opening-mark img{width:100%;height:100%;display:block;animation:opening-letters 1.05s both}
.opening-trace{position:absolute;inset:0;width:100%;height:100%;overflow:visible;color:#ccf044}
.opening-trace path{fill:none;stroke:currentColor;stroke-width:1.3;stroke-linecap:round;stroke-dasharray:100;stroke-dashoffset:100;animation:opening-trace .3s .55s both}
.opening-trace circle{fill:currentColor;offset-path:path('M -110 17 L 138 2 C 158 2 158 32 138 32 C 118 32 118 2 138 2');animation:opening-point .85s linear both}
.opening-tagline{position:absolute;top:calc(42% + 56px);left:5%;width:90%;text-align:center;font-family:'Space Grotesk',sans-serif;font-size:clamp(16px,3vw,24px);color:#f3f5f7;animation:opening-tagline 2s both}
.opening-skip{position:absolute;right:24px;bottom:24px;pointer-events:auto;background:#10151b;color:#d9dfe4;border:1px solid #64717c;border-radius:4px;padding:8px 14px;font:inherit;cursor:pointer}
@keyframes opening-letters{0%,45%{clip-path:inset(0 36% 0 49%);opacity:0}65%{clip-path:inset(0 36% 0 49%);opacity:1}100%{clip-path:inset(0);opacity:1}}
@keyframes opening-trace{0%{stroke-dashoffset:100}85%{stroke-dashoffset:0;opacity:1}100%{stroke-dashoffset:0;opacity:0}}
@keyframes opening-point{0%{offset-distance:0%;opacity:1}90%{offset-distance:100%;opacity:1}100%{offset-distance:100%;opacity:0}}
@keyframes opening-tagline{0%,35%{opacity:0}50%,62%{opacity:1}83%,100%{opacity:0}}
@keyframes opening-background{0%,55%{background:#05080c}85%,100%{background:transparent}}
@keyframes opening-safety{to{visibility:hidden}}
.decision-film{padding:0 0 64px;text-align:center}
.decision-film video{display:block;width:min(100%,480px,57.6vh);height:auto;max-height:72vh;aspect-ratio:4/5;object-fit:contain;margin:24px auto;background:#05080c;border:1px solid #35412b;border-radius:12px}
.decision-film .hero-actions{justify-content:center}
.film-play{margin-top:8px}
#film-play[hidden]{display:none}
@media(prefers-reduced-motion:reduce){.secoya-opening{display:none!important}}
