.ci-v2 blockquote,
.ci-v2 .blockquote {
    border-left-color: #71130d;
}

.ci-v2 .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
}

.ci-v2 .label-caps {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 700;
    color: #5f5e5e;
}

.ci-v2 .architectural-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1.5rem;
}

.ci-v2 .editorial-shadow {
    box-shadow: 0 12px 40px rgba(26, 28, 28, 0.05);
}

/* —— Hover: preenchimento bordor (estrutura + atividades) —— */
.ci-v2 .ci-v2-card-hover-fill {
    position: relative;
    z-index: 0;
    cursor: default;
    transition:
        background-color 0.45s ease,
        color 0.45s ease,
        transform 0.35s ease,
        box-shadow 0.4s ease;
}

.ci-v2 .ci-v2-card-hover-fill:hover,
.ci-v2 .ci-v2-card-hover-fill:focus-within {
    z-index: 2;
    background-color: #71130d !important;
    transform: translateY(-3px);
    box-shadow: 0 18px 44px rgba(113, 19, 13, 0.24);
}

.ci-v2 .ci-v2-cell-label {
    transition: color 0.45s ease;
}

.ci-v2 .ci-v2-cell-title,
.ci-v2 .ci-v2-cell-body,
.ci-v2 .ci-v2-cell-icon {
    transition: color 0.45s ease;
}

.ci-v2 .ci-v2-card-hover-fill:hover .ci-v2-cell-label,
.ci-v2 .ci-v2-card-hover-fill:focus-within .ci-v2-cell-label {
    color: rgba(255, 255, 255, 0.72) !important;
}

.ci-v2 .ci-v2-card-hover-fill:hover .ci-v2-cell-title,
.ci-v2 .ci-v2-card-hover-fill:focus-within .ci-v2-cell-title {
    color: #ffffff !important;
}

.ci-v2 .ci-v2-card-hover-fill:hover .ci-v2-cell-body,
.ci-v2 .ci-v2-card-hover-fill:focus-within .ci-v2-cell-body {
    color: rgba(255, 255, 255, 0.9) !important;
}

.ci-v2 .ci-v2-card-hover-fill:hover .ci-v2-cell-icon,
.ci-v2 .ci-v2-card-hover-fill:focus-within .ci-v2-cell-icon {
    color: #ffcac4 !important;
}

.ci-v2 .ci-v2-sh-bullet {
    transition: background-color 0.45s ease;
}

.ci-v2 .ci-v2-card-hover-fill:hover .ci-v2-sh-bullet,
.ci-v2 .ci-v2-card-hover-fill:focus-within .ci-v2-sh-bullet {
    background-color: rgba(255, 255, 255, 0.85) !important;
}

.ci-v2 .ci-v2-sh-thumb {
    transition: filter 0.45s ease, opacity 0.45s ease;
}

.ci-v2 .ci-v2-card-hover-fill:hover .ci-v2-sh-thumb,
.ci-v2 .ci-v2-card-hover-fill:focus-within .ci-v2-sh-thumb {
    filter: grayscale(0);
    opacity: 0.95;
}

.ci-v2 .ci-v2-activity-icon,
.ci-v2 .ci-v2-activity-title,
.ci-v2 .ci-v2-activity-desc {
    transition: color 0.45s ease;
}

.ci-v2 .ci-v2-card-hover-fill:hover .ci-v2-activity-icon,
.ci-v2 .ci-v2-card-hover-fill:focus-within .ci-v2-activity-icon {
    color: #ffcac4 !important;
}

.ci-v2 .ci-v2-card-hover-fill:hover .ci-v2-activity-title,
.ci-v2 .ci-v2-card-hover-fill:focus-within .ci-v2-activity-title {
    color: #ffffff !important;
}

.ci-v2 .ci-v2-card-hover-fill:hover .ci-v2-activity-desc,
.ci-v2 .ci-v2-card-hover-fill:focus-within .ci-v2-activity-desc {
    color: rgba(255, 255, 255, 0.92) !important;
}

/* —— Hover: elevação (liderança) —— */
.ci-v2 .ci-v2-card-hover-lift {
    cursor: default;
    transition:
        transform 0.35s ease,
        box-shadow 0.4s ease,
        border-color 0.35s ease;
}

.ci-v2 .ci-v2-card-hover-lift:hover,
.ci-v2 .ci-v2-card-hover-lift:focus-within {
    transform: translateY(-5px);
    box-shadow: 0 22px 52px rgba(26, 28, 28, 0.14);
}

.ci-v2 .ci-v2-leadership-card.ci-v2-card-hover-lift.border-t-4:hover,
.ci-v2 .ci-v2-leadership-card.ci-v2-card-hover-lift.border-t-4:focus-within {
    border-top-color: #b71c1c;
}

.ci-v2 .ci-v2-leadership-card.ci-v2-card-hover-lift.border-l-2.border-primary:hover,
.ci-v2 .ci-v2-leadership-card.ci-v2-card-hover-lift.border-l-2.border-primary:focus-within {
    border-left-color: #91000a;
    border-left-width: 4px;
}

.ci-v2 .ci-v2-hero-img {
    min-height: 420px;
}

@media (min-width: 1024px) {
    .ci-v2 .ci-v2-hero-img {
        min-height: 580px;
    }
}

/* Sede corporativa — canvas fixo; img preenche o card (override mgi-site-main img { height:auto }) */
.ci-v2 .ci-v2-hq-visual {
    width: 100%;
    min-width: 0;
}

.ci-v2 .ci-v2-hq-frame {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    aspect-ratio: 16 / 9;
    min-height: 280px;
    max-height: 520px;
    background: #eeeeee;
    border-radius: 0.125rem;
    overflow: hidden;
}

@media (min-width: 768px) {
    .ci-v2 .ci-v2-hq-frame {
        min-height: 400px;
        height: clamp(360px, 42vw, 480px);
        aspect-ratio: auto;
    }
}

.ci-v2 .ci-v2-hq-photo {
    position: absolute;
    inset: 0;
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover;
    object-position: center center;
    filter: grayscale(100%);
    opacity: 0.82;
    transition: filter 0.7s ease, opacity 0.7s ease, transform 0.7s ease;
}

.ci-v2 .ci-v2-hq-frame:hover .ci-v2-hq-photo {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.02);
}

#new-home-root .mgi-site-main .ci-v2 .ci-v2-hq-frame .ci-v2-hq-photo {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
}
