/* V57 scenes and motion. Loaded after V56. */

/* CSS keyframes are disabled on public pages. The module motion engine assigns
   one unique Web Animation signature to every animated element. */
.unique-motion-active *,
.unique-motion-active *::before,
.unique-motion-active *::after {
    animation: none !important;
}

.unique-motion-active [data-unique-motion] {
    opacity: 1;
    filter: none;
    transition: none !important;
}

.unique-motion-active .cinema-hero-content > *,
.unique-motion-active .cinema-ui-row {
    opacity: 1;
    transform: none;
    transition: none !important;
}

.unique-motion-active .cinema-live::before {
    box-shadow: 0 0 0 4px rgba(216, 164, 58, .18);
}

/* Home: a panoramic bridge between the entry cards and the timeline. */
.landing-v57-scene {
    display: grid;
    width: min(100%, var(--public-section-max));
    min-height: 620px;
    margin-inline: auto;
    overflow: hidden;
    border: 1px solid rgba(7, 26, 56, .12);
    border-radius: clamp(28px, 3vw, 46px);
    background: #fff;
    box-shadow: 0 28px 80px rgba(7, 26, 56, .12);
    grid-template-columns: minmax(0, 1.28fr) minmax(360px, .72fr);
}

.landing-v57-scene-picture {
    position: relative;
    min-height: 620px;
    margin: 0;
    overflow: hidden;
}

.landing-v57-scene-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landing-v57-scene-picture::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(7, 26, 56, .82), transparent 52%);
    content: "";
}

.landing-v57-scene-picture figcaption {
    position: absolute;
    z-index: 1;
    right: clamp(24px, 4vw, 58px);
    bottom: clamp(24px, 4vw, 54px);
    left: clamp(24px, 4vw, 58px);
    display: grid;
    color: #fff;
    gap: .5rem;
}

.landing-v57-scene-picture figcaption span {
    color: #f2c86f;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.landing-v57-scene-picture figcaption strong {
    max-width: 23ch;
    font-size: clamp(1.65rem, 2.8vw, 3.15rem);
    line-height: 1.04;
}

.landing-v57-scene-map {
    display: flex;
    padding: clamp(38px, 5vw, 76px);
    flex-direction: column;
    justify-content: center;
    background:
        radial-gradient(circle at 90% 8%, rgba(216, 164, 58, .16), transparent 15rem),
        #f8f4eb;
}

.landing-v57-scene-map h2 {
    margin: .8rem 0 2rem;
    color: #071a38;
    font-size: clamp(2rem, 3vw, 3.55rem);
    letter-spacing: -.055em;
    line-height: 1.02;
}

.landing-v57-scene-points {
    display: grid;
    border-block: 1px solid rgba(7, 26, 56, .13);
}

.landing-v57-scene-points span {
    display: grid;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(7, 26, 56, .1);
    grid-template-columns: 46px minmax(0, 1fr);
    gap: .8rem;
}

.landing-v57-scene-points span:last-child { border-bottom: 0; }
.landing-v57-scene-points b { color: #a86a20; font-size: .72rem; }
.landing-v57-scene-points small { color: #173c46; font-size: .92rem; font-weight: 800; }

/* School: one operational preparation board anchored to a real location. */
.school-v57-scene {
    position: relative;
    width: min(100%, var(--public-section-max));
    min-height: 650px;
    margin-inline: auto;
    overflow: hidden;
    border-radius: clamp(28px, 3vw, 46px);
    background: #0b303b;
    box-shadow: 0 30px 86px rgba(7, 26, 56, .16);
}

.school-v57-scene figure,
.school-v57-scene figure img {
    width: 100%;
    height: 100%;
}

.school-v57-scene figure { position: absolute; inset: 0; margin: 0; }
.school-v57-scene figure img { object-fit: cover; object-position: center; }
.school-v57-scene figure::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,26,56,.1), rgba(7,26,56,.2) 48%, rgba(7,26,56,.9)); content: ""; }
.school-v57-scene figure figcaption { position: absolute; z-index: 1; bottom: 24px; left: 28px; max-width: 44ch; padding: .75rem 1rem; color: #fff; border-radius: 14px; background: rgba(7,26,56,.72); backdrop-filter: blur(12px); font-size: .82rem; }

.school-v57-scene-panel {
    position: relative;
    z-index: 2;
    display: flex;
    width: min(48%, 690px);
    min-height: 650px;
    margin-left: auto;
    padding: clamp(38px, 5vw, 72px);
    color: #fff;
    flex-direction: column;
    justify-content: center;
}

.school-v57-scene-panel .gateway-kicker { color: #f2c86f; }
.school-v57-scene-panel h2 { margin: .6rem 0 1.7rem; color: #fff; font-size: clamp(2.15rem, 3.2vw, 3.9rem); letter-spacing: -.055em; line-height: 1; }
.school-v57-scene-panel ul { display: grid; margin: 0; padding: 0; list-style: none; gap: .7rem; }
.school-v57-scene-panel li { display: grid; align-items: center; padding: .9rem 1rem; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(255,255,255,.08); grid-template-columns: 68px minmax(0,1fr); gap: .8rem; backdrop-filter: blur(12px); }
.school-v57-scene-panel li span { color: #f2c86f; font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.school-v57-scene-panel li strong { font-size: .88rem; line-height: 1.35; }

/* Parent: a close selection scene with a short, numbered path. */
.parent-v57-scene {
    display: grid;
    width: min(100%, var(--public-section-max));
    min-height: 610px;
    margin-inline: auto;
    overflow: hidden;
    border: 1px solid rgba(7, 26, 56, .11);
    border-radius: clamp(28px, 3vw, 46px);
    background: #f6f0e4;
    box-shadow: 0 28px 80px rgba(7, 26, 56, .11);
    grid-template-columns: minmax(360px, .43fr) minmax(0, .57fr);
}

.parent-v57-scene-copy { display: flex; padding: clamp(38px, 5vw, 74px); flex-direction: column; justify-content: center; }
.parent-v57-scene-copy h2 { margin: .65rem 0 1rem; color: #071a38; font-size: clamp(2.15rem, 3.2vw, 3.85rem); letter-spacing: -.055em; line-height: 1; }
.parent-v57-scene-copy > p:not(.gateway-kicker) { max-width: 48ch; color: #526b70; line-height: 1.7; }
.parent-v57-selection { display: grid; margin-top: 1.5rem; gap: .55rem; }
.parent-v57-selection span { display: grid; align-items: center; padding: .8rem 0; border-top: 1px solid rgba(7,26,56,.12); grid-template-columns: 38px minmax(0,1fr); gap: .8rem; }
.parent-v57-selection b { display: grid; width: 30px; height: 30px; place-items: center; color: #fff; border-radius: 50%; background: #0d7667; font-size: .72rem; }
.parent-v57-selection small { color: #173c46; font-size: .88rem; font-weight: 800; }
.parent-v57-scene figure { position: relative; min-height: 610px; margin: 0; overflow: hidden; }
.parent-v57-scene figure img { width: 100%; height: 100%; object-fit: cover; }
.parent-v57-scene figure figcaption { position: absolute; right: 24px; bottom: 24px; left: 24px; display: flex; align-items: center; padding: .85rem 1rem; color: #fff; border-radius: 16px; background: rgba(7,26,56,.78); backdrop-filter: blur(14px); gap: .7rem; font-size: .82rem; }
.parent-v57-scene figure figcaption span { display: grid; width: 26px; height: 26px; place-items: center; color: #071a38; border-radius: 50%; background: #f2c86f; }

/* Photographer pages: each page gets a different hero composition. */
.solution-showcase-body .cinema-hero { min-height: 690px; background: #071a38; }
.solution-showcase-body .cinema-hero-picture { right: 0; left: 46%; width: 54%; clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%); }
.solution-showcase-body .cinema-hero-picture::after { background: linear-gradient(90deg, #071a38 0, rgba(7,26,56,.38) 42%, rgba(7,26,56,.06)); }
.solution-showcase-body .cinema-hero-content { width: 54%; padding-right: 3vw; }
.solution-showcase-body .cinema-hero-ui { right: 4%; bottom: 34px; width: min(460px, 34vw); }

.pricing-showcase-body .cinema-hero { min-height: 720px; color: #071a38; background: #f7f2e8; }
.pricing-showcase-body .cinema-hero-picture { left: 48%; width: 52%; border-radius: 38px 0 0 38px; }
.pricing-showcase-body .cinema-hero-picture::after { background: linear-gradient(90deg, rgba(7,26,56,.08), rgba(7,26,56,.38)); }
.pricing-showcase-body .cinema-hero-content { width: 52%; color: #071a38; }
.pricing-showcase-body .cinema-hero h1 { color: #071a38; }
.pricing-showcase-body .cinema-hero-lead { color: #526b70; }
.pricing-showcase-body .cinema-hero .public-button-secondary { color: #071a38; border-color: rgba(7,26,56,.16); background: #fff; }
.pricing-showcase-body .cinema-hero-ui { right: 3%; bottom: 30px; width: min(470px, 39vw); }

.software-showcase-body .cinema-hero { min-height: 700px; }
.software-showcase-body .cinema-hero-picture { right: 54%; width: 46%; }
.software-showcase-body .cinema-hero-picture::after { background: linear-gradient(0deg, rgba(7,26,56,.72), rgba(7,26,56,.06)); }
.software-showcase-body .cinema-hero-content { width: 54%; margin-left: 46%; padding: clamp(70px,7vw,106px) clamp(42px,5vw,86px); }
.software-showcase-body .cinema-hero h1 { max-width: 9.5ch; font-size: clamp(3.6rem,5vw,5.6rem); }
.software-showcase-body .cinema-hero-lead { max-width: 540px; }
.software-showcase-body .cinema-hero-ui { right: auto; bottom: 34px; left: 4%; width: min(430px, 38vw); }

.software-detail-2shoot .cinema-hero { min-height: 720px; background: linear-gradient(145deg, #071a38, #0a4852); }
.software-detail-2shoot .cinema-hero-picture { right: 53%; width: 47%; border-radius: 0 48px 48px 0; }
.software-detail-2shoot .cinema-hero-picture::after { background: linear-gradient(0deg, rgba(7,26,56,.64), transparent 62%); }
.software-detail-2shoot .cinema-hero-content { width: 53%; margin-left: 47%; padding-left: clamp(42px,5vw,86px); }
.software-detail-2shoot .cinema-hero-ui { right: auto; left: 4%; bottom: 34px; width: min(430px, 38vw); }

.software-detail-fornb .cinema-hero { min-height: 720px; background: linear-gradient(145deg, #171b35, #332b55); }
.software-detail-fornb .cinema-hero-picture { left: 54%; width: 46%; clip-path: polygon(12% 0,100% 0,100% 100%,0 100%); }
.software-detail-fornb .cinema-hero-picture::after { background: linear-gradient(90deg, #171b35, rgba(23,27,53,.15)); }
.software-detail-fornb .cinema-hero-content { width: 55%; padding-right: 4vw; }
.software-detail-fornb .cinema-hero-ui { right: 4%; bottom: 34px; width: min(430px, 36vw); }

.faq-showcase-body .cinema-hero { min-height: 650px; }
.faq-showcase-body .cinema-hero-picture { top: 0; right: 0; bottom: auto; left: auto; width: 58%; height: 100%; }
.faq-showcase-body .cinema-hero-picture::after { background: linear-gradient(90deg, #071a38 0, rgba(7,26,56,.3) 38%, rgba(7,26,56,.12)); }
.faq-showcase-body .cinema-hero-content { width: 52%; }
.faq-showcase-body .cinema-hero-ui { right: 4%; bottom: 30px; width: min(420px, 34vw); }

.contact-streamlined-body .cinema-hero { min-height: 610px; background: #f6f1e7; }
.contact-streamlined-body .cinema-hero-picture { right: auto; width: 42%; border-radius: 0 42px 42px 0; }
.contact-streamlined-body .cinema-hero-picture::after { background: linear-gradient(0deg, rgba(7,26,56,.72), transparent 70%); }
.contact-streamlined-body .cinema-hero-content { width: 58%; margin-left: 42%; padding: 72px clamp(38px,5vw,82px) 180px; }
.contact-streamlined-body .cinema-hero h1 { color: #071a38; }
.contact-streamlined-body .cinema-hero-lead { color: #526b70; }
.contact-streamlined-body .cinema-hero .public-button-secondary { color: #071a38; border-color: rgba(7,26,56,.16); background: #fff; }
.contact-streamlined-body .cinema-hero-ui { right: auto; bottom: 28px; left: 3%; width: min(500px, 36vw); }

/* Page-specific transition blocks replace the repeated statement panel. */
.solution-continuity-ribbon,
.shoot-session-pulse {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 132px;
    margin-block: 34px;
    padding: 24px clamp(24px,4vw,54px);
    color: #fff;
    border-radius: 28px;
    background: #071a38;
}
.solution-continuity-ribbon span,
.shoot-session-pulse span { display: grid; gap: .25rem; font-size: .82rem; font-weight: 800; }
.solution-continuity-ribbon b { color: #f2c86f; font-size: .68rem; }
.solution-continuity-ribbon i,
.shoot-session-pulse i { width: min(8vw, 120px); height: 1px; background: linear-gradient(90deg, #d8a43a, rgba(216,164,58,.18)); }

.solution-continuity-notes { display: grid; padding-block: 54px; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.solution-continuity-notes article { min-height: 220px; padding: clamp(24px,3vw,40px); border: 1px solid rgba(7,26,56,.12); border-radius: 26px; background: rgba(255,255,255,.9); }
.solution-continuity-notes span { color: #a86a20; font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.solution-continuity-notes strong { display: block; margin: 3rem 0 .7rem; color: #071a38; font-size: 1.5rem; }
.solution-continuity-notes p { margin: 0; color: #526b70; line-height: 1.6; }

.pricing-assumption-split { display: grid; margin-block: 34px; overflow: hidden; border: 1px solid rgba(7,26,56,.12); border-radius: 30px; background: #fff; grid-template-columns: repeat(2,minmax(0,1fr)); }
.pricing-assumption-split div { min-height: 180px; padding: clamp(28px,4vw,52px); }
.pricing-assumption-split div + div { color: #fff; background: #0b4550; }
.pricing-assumption-split span { display: block; margin-bottom: 1.2rem; color: #a86a20; font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.pricing-assumption-split div + div span { color: #f2c86f; }
.pricing-assumption-split strong { max-width: 31ch; color: #071a38; font-size: clamp(1.3rem,2vw,2.05rem); line-height: 1.2; }
.pricing-assumption-split div + div strong { color: #fff; }

.software-role-ledger { display: grid; margin-block: 34px; overflow: hidden; border-radius: 30px; background: #071a38; grid-template-columns: repeat(3,minmax(0,1fr)); }
.software-role-ledger span { display: grid; min-height: 170px; padding: 32px; border-right: 1px solid rgba(255,255,255,.12); align-content: space-between; }
.software-role-ledger span:last-child { border-right: 0; }
.software-role-ledger b { color: #f2c86f; font-size: 1.6rem; }
.software-role-ledger small { color: #fff; font-size: 1rem; font-weight: 800; }

.lab-output-stack { display: grid; margin-block: 34px; overflow: hidden; border: 1px solid rgba(7,26,56,.12); border-radius: 30px; background: #fff; grid-template-columns: repeat(3,minmax(0,1fr)); }
.lab-output-stack div { display: grid; min-height: 165px; padding: 30px; border-right: 1px solid rgba(7,26,56,.1); align-content: space-between; }
.lab-output-stack div:last-child { border-right: 0; color: #fff; background: #332b55; }
.lab-output-stack span { color: #a86a20; font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.lab-output-stack strong { color: #071a38; font-size: 1.25rem; }
.lab-output-stack div:last-child span { color: #f2c86f; }
.lab-output-stack div:last-child strong { color: #fff; }

.faq-compass { display: grid; margin-block: 34px; overflow: hidden; border: 1px solid rgba(7,26,56,.12); border-radius: 28px; background: rgba(255,255,255,.9); grid-template-columns: repeat(3,minmax(0,1fr)); }
.faq-compass a { display: grid; min-height: 130px; padding: 28px; color: #071a38; border-right: 1px solid rgba(7,26,56,.1); text-decoration: none; align-content: space-between; }
.faq-compass a:last-child { border-right: 0; }
.faq-compass b { color: #a86a20; font-size: .7rem; }
.faq-compass span { font-size: 1rem; font-weight: 850; }

.contact-brief-line { display: grid; align-items: center; min-height: 128px; margin-block: 34px; padding: 24px clamp(24px,4vw,52px); color: #fff; border-radius: 28px; background: #0b4550; grid-template-columns: repeat(3,minmax(0,1fr)) auto; gap: 1rem; }
.contact-brief-line span { display: flex; align-items: center; gap: .7rem; font-size: .82rem; }
.contact-brief-line b { display: grid; width: 30px; height: 30px; place-items: center; color: #071a38; border-radius: 50%; background: #f2c86f; }
.contact-brief-line strong { padding-left: 1.5rem; border-left: 1px solid rgba(255,255,255,.18); }

@media (max-width: 1100px) {
    .landing-v57-scene,
    .parent-v57-scene { grid-template-columns: minmax(0,1fr); }
    .landing-v57-scene-picture,
    .parent-v57-scene figure { min-height: 500px; }
    .school-v57-scene-panel { width: 58%; }

    .solution-showcase-body .cinema-hero-content,
    .pricing-showcase-body .cinema-hero-content,
    .software-showcase-body .cinema-hero-content,
    .software-detail-2shoot .cinema-hero-content,
    .software-detail-fornb .cinema-hero-content,
    .faq-showcase-body .cinema-hero-content,
    .contact-streamlined-body .cinema-hero-content { width: 100%; margin-left: 0; }

    .solution-showcase-body .cinema-hero-picture,
    .pricing-showcase-body .cinema-hero-picture,
    .software-showcase-body .cinema-hero-picture,
    .software-detail-2shoot .cinema-hero-picture,
    .software-detail-fornb .cinema-hero-picture,
    .faq-showcase-body .cinema-hero-picture,
    .contact-streamlined-body .cinema-hero-picture { inset: 0; width: 100%; border-radius: 0; clip-path: none; }

    .solution-showcase-body .cinema-hero-picture::after,
    .pricing-showcase-body .cinema-hero-picture::after,
    .software-showcase-body .cinema-hero-picture::after,
    .software-detail-2shoot .cinema-hero-picture::after,
    .software-detail-fornb .cinema-hero-picture::after,
    .faq-showcase-body .cinema-hero-picture::after,
    .contact-streamlined-body .cinema-hero-picture::after { background: linear-gradient(90deg, rgba(7,26,56,.94), rgba(7,26,56,.5)); }

    .pricing-showcase-body .cinema-hero h1,
    .contact-streamlined-body .cinema-hero h1 { color: #fff; }
    .pricing-showcase-body .cinema-hero-lead,
    .contact-streamlined-body .cinema-hero-lead { color: rgba(255,255,255,.78); }
    .contact-streamlined-body .cinema-hero-content { padding-bottom: 180px; }

    .solution-showcase-body .cinema-hero-ui,
    .pricing-showcase-body .cinema-hero-ui,
    .software-showcase-body .cinema-hero-ui,
    .software-detail-2shoot .cinema-hero-ui,
    .software-detail-fornb .cinema-hero-ui,
    .faq-showcase-body .cinema-hero-ui,
    .contact-streamlined-body .cinema-hero-ui { right: 34px; bottom: 40px; left: auto; width: 340px; }
}

@media (max-width: 820px) {
    .solution-showcase-body .cinema-hero-content,
    .pricing-showcase-body .cinema-hero-content,
    .software-showcase-body .cinema-hero-content,
    .software-detail-2shoot .cinema-hero-content,
    .software-detail-fornb .cinema-hero-content,
    .faq-showcase-body .cinema-hero-content,
    .contact-streamlined-body .cinema-hero-content { padding: 300px 28px 70px; }

    .software-showcase-body .cinema-hero h1 { max-width: 11ch; font-size: clamp(3rem,8vw,4.1rem); }

    .solution-showcase-body .cinema-hero-ui,
    .pricing-showcase-body .cinema-hero-ui,
    .software-showcase-body .cinema-hero-ui,
    .software-detail-2shoot .cinema-hero-ui,
    .software-detail-fornb .cinema-hero-ui,
    .faq-showcase-body .cinema-hero-ui,
    .contact-streamlined-body .cinema-hero-ui { top: 28px; right: 24px; bottom: auto; left: 24px; width: auto; }

    .school-v57-scene { display: grid; min-height: 0; }
    .school-v57-scene figure { position: relative; min-height: 430px; }
    .school-v57-scene figure::after { background: linear-gradient(0deg, rgba(7,26,56,.72), transparent 60%); }
    .school-v57-scene-panel { width: 100%; min-height: 0; background: #0b303b; }

    .solution-continuity-ribbon,
    .shoot-session-pulse { flex-wrap: wrap; justify-content: flex-start; gap: 1rem; }
    .solution-continuity-ribbon i,
    .shoot-session-pulse i { width: 34px; }
    .solution-continuity-notes,
    .pricing-assumption-split,
    .software-role-ledger,
    .lab-output-stack,
    .faq-compass { grid-template-columns: minmax(0,1fr); }
    .software-role-ledger span,
    .lab-output-stack div,
    .faq-compass a { min-height: 110px; border-right: 0; border-bottom: 1px solid rgba(7,26,56,.1); }
    .software-role-ledger span { border-color: rgba(255,255,255,.12); }
    .contact-brief-line { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
    .contact-brief-line strong { padding: 0; border: 0; }
}

@media (max-width: 560px) {
    .solution-showcase-body .cinema-hero-content,
    .pricing-showcase-body .cinema-hero-content,
    .software-showcase-body .cinema-hero-content,
    .software-detail-2shoot .cinema-hero-content,
    .software-detail-fornb .cinema-hero-content,
    .faq-showcase-body .cinema-hero-content,
    .contact-streamlined-body .cinema-hero-content { padding: 260px 22px 34px; }

    .software-showcase-body .cinema-hero h1 { max-width: 12ch; font-size: clamp(2.7rem,11.5vw,3.55rem); }

    .solution-showcase-body .cinema-hero-ui,
    .pricing-showcase-body .cinema-hero-ui,
    .software-showcase-body .cinema-hero-ui,
    .software-detail-2shoot .cinema-hero-ui,
    .software-detail-fornb .cinema-hero-ui,
    .faq-showcase-body .cinema-hero-ui,
    .contact-streamlined-body .cinema-hero-ui { top: 18px; right: 16px; left: 16px; }

    .landing-v57-scene-picture,
    .parent-v57-scene figure,
    .school-v57-scene figure { min-height: 330px; }
    .landing-v57-scene-map,
    .parent-v57-scene-copy,
    .school-v57-scene-panel { padding: 30px 22px; }
    .landing-v57-scene-map h2,
    .parent-v57-scene-copy h2,
    .school-v57-scene-panel h2 { font-size: 2.25rem; }
    .school-v57-scene figure figcaption { right: 14px; bottom: 14px; left: 14px; }
    .contact-brief-line { grid-template-columns: minmax(0,1fr); }
}

@media (prefers-reduced-motion: reduce) {
    .unique-motion-active [data-unique-motion] { opacity: 1 !important; filter: none !important; transform: none !important; }
}
