/* ============================================================
 * AVAAIO PHASE 4Z130
 * IPHONE MECHANICAL EYE RING FIT
 *
 * PURPOSE:
 * Pull the Blender mechanical eye assembly inward around
 * the actual eye pivot without moving Ava's body, lens,
 * theme canvas, mouth, stage, or renderer.
 *
 * Static mechanical ring and Blender scanner remain
 * registered together.
 * ============================================================ */

.avaaio-v77-v5-shell[data-avaaio-compat-hw^="iPhone"]
.avaaio-v77-eye-ring-static-v54,

.avaaio-v77-v5-shell[data-avaaio-compat-hw^="iPhone"]
.avaaio-v77-eye-scanner-frame-v541 {

    transform-origin:
        var(--avaaio-v77-eye-x, 50%)
        var(--avaaio-v77-eye-y, 48.75%)
        !important;

    transform:
        scale(.94)
        !important;
}


/*
 * Mechanical ring remains stationary.
 * Scanner animation remains image-frame driven.
 * No body or lens transformation is introduced here.
 */

.avaaio-v77-v5-shell[data-avaaio-compat-hw^="iPhone"]
.avaaio-v77-eye-ring-static-v54 {

    animation:
        none
        !important;
}
