/* About Page Styles - Tech Premium Architecture */
/* 
 * NOTE: The structural layout of the About Page is now entirely controlled by 
 * Tailwind CSS. This file only contains very specific visual overrides (like 
 * complex glassmorphism effects or granular control of legacy SVG bindings) 
 * that are too cumbersome for utility classes.
 */

.cinematic-theme {
    background-color: var(--color-bg-dark-prime, #000000) !important;
}

/* -------------------------------------------------------------
   HERO OVERRIDES
   ------------------------------------------------------------- */
.parallax-bg {
    transform-origin: center center;
    transition: transform 0.1s ease-out;
}

/* -------------------------------------------------------------
   AUTHORS / TEAM CARDS (Premium Glass) - Supplemental to TW
   ------------------------------------------------------------- */
/* Se eliminaron TODAS Las grillas obsoletas: .mission-vision-grid, .values-grid, .authors-cinematic */

.author-card .member-image::before,
.author-card .member-image::after {
    display: none;
}

/* Ensure JS template injection has proper stacking context so it doesn't break out of the flex container */
.team-member.author-card {
    /* Critical Fix: Overwrite global overrides that forced position:absolute */
    position: relative !important;
    display: flex !important;
}