/**
 * Calm variant for utility pages (contact, etc.).
 * Load after unified-glass-theme.css.
 * (Legacy .main-container::before overlay removed; page uses body.ivl-vault-portal-bg.)
 */

/* No scroll-reveal delay - content is visible immediately */
body.ivl-calm-page .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

/* Slightly more solid panels, less “glass” shimmer */
body.ivl-calm-page .glass-card {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(17, 24, 39, 0.78);
    border-color: rgba(255, 255, 255, 0.08);
}

body.ivl-calm-page .modern-card {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

/* Softer form focus (contact + similar) */
body.ivl-calm-page .form-input:focus {
    box-shadow: 0 0 0 2px rgba(79, 70, 229, 0.35);
}

body.ivl-calm-page .fade-in {
    animation: none;
    opacity: 1;
    transform: none;
}
