/* ARC CB — motion που φαίνεται: hero entrance · img fade · reveal -10 % (lib/site-base/assets.ts) */
@media (prefers-reduced-motion:no-preference){
@keyframes m-up{from{opacity:0;translate:0 18px}to{opacity:1;translate:none}}
html:not([data-motion="off"]) [data-motion~="hero"] > *{animation:m-up .5s cubic-bezier(.2,.7,.2,1) both}
html:not([data-motion="off"]) [data-motion~="hero"] > :nth-child(2){animation-delay:70ms}
html:not([data-motion="off"]) [data-motion~="hero"] > :nth-child(3){animation-delay:140ms}
html:not([data-motion="off"]) [data-motion~="hero"] > :nth-child(4){animation-delay:210ms}
html:not([data-motion="off"]) [data-motion~="hero"] > :nth-child(5){animation-delay:280ms}
html:not([data-motion="off"]) [data-motion~="hero"] > :nth-child(n+6){animation-delay:350ms}
.m-wait{opacity:0;translate:0 32px}
.m-wait[data-m="left"]{translate:-40px 0}
.m-wait[data-m="right"]{translate:40px 0}
.m-wait[data-m="zoom"]{translate:0 24px;scale:1.05}
@keyframes m-kb{from{scale:1.07}to{scale:1}}
html:not([data-motion="off"]) .m-kb{animation:m-kb 9s cubic-bezier(.2,.6,.2,1) both;transform-origin:50% 45%}
.m-kb-box{overflow:clip}
@keyframes m-show{to{opacity:1}}
html.m-js:not([data-motion="off"]) img:not(.m-loaded,.lb__img,[data-motion-skip] img){opacity:0;animation:m-show .01s 3s forwards}
.m-in{transition:opacity .7s cubic-bezier(.2,.7,.2,1),translate .7s cubic-bezier(.2,.7,.2,1),scale .8s cubic-bezier(.2,.7,.2,1)}
}
@media print{.m-wait,.m-in{opacity:1!important;translate:none!important;scale:none!important;transition:none!important}img{opacity:1!important;animation:none!important}[data-motion~="hero"] > *,.m-kb{animation:none!important;opacity:1!important;translate:none!important}.intro{display:none!important}}
/* ARC CK §A (L1) — εκτύπωση/PDF: ΟΛΑ ορατά, ΑΜΕΣΑ. Το revealAll του beforeprint έβαζε transition .7s και η λήψη γινόταν στο
   opacity 0 [ΜΕΤΡΗΜΕΝΟ 2026-09-25: Tidewell σε PDF = 5 σελίδες μόνο nav + «CHECK YOUR DATE»]. */
