/* ==========================================================================
   Squid Agent — Starter Page Local Styles (index.css)
   Styles specific to public/index.html ONLY
   
   Global styles live in /css/starter.css
   Cookie consent styles live in /css/starter.css (loaded on every page)
   ========================================================================== */

/* --------------------------------------------------------------------------
   Identity Loader — spinner while config fetches
   -------------------------------------------------------------------------- */
#identity-loader {
    padding: 180px 0 80px;
}

/* --------------------------------------------------------------------------
   Body Content Defaults — the editable section below identity
   -------------------------------------------------------------------------- */
.page-body .team-grid {
    margin-top: 0;
}

.page-body .team-card {
    animation: fadeInUp 0.6s ease-out 0.2s both;
}

/* --------------------------------------------------------------------------
   Mobile
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
    #identity-loader {
        padding: 150px 0 60px;
    }
}

@media (max-width: 480px) {
    #identity-loader {
        padding: 130px 0 50px;
    }
}
