/* assets/css/leadership.css - THE ZENITH HYBRID REDESIGN */

@import url('variables.css');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Inter:wght@100..900&display=swap');

:root {
    /* ZENITH PALETTE */
    --z-light-bg: #ffffff;
    --z-light-text: #0f172a;
    --z-light-sub: #475569;
    --z-light-border: #e2e8f0;

    --z-dark-bg: #0b0f19;
    --z-dark-surface: #1e293b;
    --z-dark-text: #f8fafc;
    --z-dark-sub: #94a3b8;
    --z-dark-border: rgba(255, 255, 255, 0.1);

    --z-accent-indigo: #4f46e5;
    --z-accent-gold: #fbbf24;

    --shadow-soft: 0 20px 40px -10px rgba(0, 0, 0, 0.05);
    --shadow-sharp: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
}

body {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
.display-1,
.zenith-title {
    font-family: 'Outfit', sans-serif !important;
    letter-spacing: -0.03em;
}

/* ☀️ SECTION: HERO (DAYLIGHT) */
.zenith-hero {
    background: var(--z-light-bg);
    color: var(--z-light-text);
    padding: 180px 0 120px;
    position: relative;
    overflow: hidden;
}

.hero-visual-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.network-grid {
    opacity: 0.6;
}

[class^="float-node"] {
    animation: floatNode 8s ease-in-out infinite;
}

.float-node-2 {
    animation-delay: 2s;
}

.float-node-3 {
    animation-delay: 4s;
}

.float-node-4 {
    animation-delay: 1s;
    animation-duration: 12s;
}

@keyframes floatNode {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(10px, -15px);
    }
}

.zenith-badge {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background: var(--vt-blue-50);
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--vt-blue-600);
    margin-bottom: 2rem;
}

.zenith-title {
    position: relative;
    z-index: 2;
    font-size: clamp(4rem, 9vw, 8.5rem);
    font-weight: 800;
    line-height: 0.9;
    color: var(--z-light-text);
    margin-bottom: 1.5rem;
}

.zenith-subtitle {
    position: relative;
    z-index: 2;
    font-size: 1.5rem;
    color: var(--z-light-sub);
    max-width: 680px;
    font-weight: 400;
    line-height: 1.6;
}

/* 🌑 SECTION: VISION (MIDNIGHT) */
.zenith-vision {
    background: var(--z-dark-bg);
    color: var(--z-dark-text);
    padding: 140px 0;
    position: relative;
}

.vision-stat {
    font-size: 5rem;
    font-weight: 900;
    color: var(--z-accent-gold);
    line-height: 1;
    margin-bottom: 1rem;
}

.vision-quote {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 500;
    line-height: 1.2;
    color: #e2e8f0;
}

.vision-quote strong {
    color: #fff;
    font-weight: 800;
}

/* ☀️ SECTION: VANGUARD (DAYLIGHT - Clean Team) */
.zenith-vanguard {
    background: #f8fafc;
    padding: 140px 0;
}

.vanguard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2.5rem;
    margin-top: 4rem;
}

.v-card {
    background: #fff;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    border: 1px solid transparent;
}

.v-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-sharp);
    border-color: var(--z-light-border);
}

.v-img-container {
    height: 400px;
    overflow: hidden;
    position: relative;
}

.v-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    filter: grayscale(100%);
}

.v-card:hover .v-img {
    transform: scale(1.05);
    filter: grayscale(0%);
}

.v-content {
    padding: 2rem;
}

.v-role {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--z-accent-indigo);
    margin-bottom: 0.5rem;
}

.v-name {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--z-light-text);
    margin-bottom: 1rem;
}

.v-bio {
    font-size: 0.9375rem;
    color: var(--z-light-sub);
    line-height: 1.6;
}


/* 🌑 SECTION: BENTO (OBSIDIAN GLASS TIER) */
.zenith-bento {
    background: #030712 !important;
    /* Forced Deep Midnight */
    padding: 160px 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

/* Background Aurora Glows */
.zenith-bento::before {
    content: '';
    position: absolute;
    top: -10%;
    left: -10%;
    width: 40%;
    height: 40%;
    background: radial-gradient(circle, rgba(79, 70, 229, 0.15) 0%, transparent 70%);
    filter: blur(80px);
    pointer-events: none;
    z-index: 1;
}

.zenith-bento::after {
    content: '';
    position: absolute;
    bottom: -10%;
    right: -10%;
    width: 50%;
    height: 50%;
    background: radial-gradient(circle, rgba(55, 181, 74, 0.1) 0%, transparent 70%);
    filter: blur(100px);
    pointer-events: none;
    z-index: 1;
}

.bento-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    gap: 2.5rem;
    position: relative;
    z-index: 2;
}

.b-cell {
    position: relative;
    background: rgba(17, 24, 39, 0.8) !important;
    /* Obsidian Base */
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 2rem;
    padding: 3.5rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 2rem;
    transition:
        transform var(--motion-duration-slow, 500ms) var(--motion-ease-out, ease),
        background-color var(--motion-duration-slow, 500ms) var(--motion-ease-out, ease),
        border-color var(--motion-duration-slow, 500ms) var(--motion-ease-out, ease),
        box-shadow var(--motion-duration-slow, 500ms) var(--motion-ease-out, ease);
    backdrop-filter: blur(16px) saturate(180%);
    overflow: hidden;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

/* Obsidian Shine Property */
.b-cell::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

/* Mouse spotlight (animations.js sets --mouse-x/y) */
.b-cell::after {
    content: '';
    position: absolute;
    top: var(--mouse-y, -500px);
    left: var(--mouse-x, -500px);
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(251, 191, 36, 0.08), transparent 60%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0;
    transition: opacity var(--motion-duration-base, 280ms) ease;
    z-index: 0;
}

@media (hover: hover) and (pointer: fine) {
    .b-cell:hover::after {
        opacity: 1;
    }
}

.b-cell:hover {
    transform: translateY(-12px) scale(1.02);
    background: rgba(24, 31, 46, 0.9) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.7);
}

.b-cell.standard {
    grid-column: span 2;
    min-height: 420px;
}

.b-cell.wide {
    grid-column: span 3;
    min-height: 380px;
    flex-direction: row;
    align-items: center;
    gap: 4rem;
}

.b-cell.wide .b-visual {
    flex: 0 0 160px;
    height: 160px;
    margin-bottom: 0;
}

.b-cell.wide .b-content {
    flex: 1;
}

.b-visual {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 120px;
    width: 120px;
    margin-bottom: 1rem;
}

.abstract-icon {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0 25px rgba(255, 255, 255, 0.1));
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.8s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.8s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.8s cubic-bezier(0.16, 1, 0.3, 1), color 0.8s cubic-bezier(0.16, 1, 0.3, 1), filter 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.b-cell:hover .abstract-icon {
    transform: scale(1.15) rotate(3deg);
    filter: drop-shadow(0 0 40px rgba(255, 255, 255, 0.3));
}

.b-title {
    font-size: 2.25rem;
    font-weight: 800;
    color: #ffffff !important;
    margin-bottom: 1.25rem;
    line-height: 1;
    letter-spacing: -0.04em;
}

.b-desc {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.85) !important;
    line-height: 1.8;
    font-weight: 400;
}

/* Gold Shimmer for Relentless Innovation */
.b-cell.highlight {
    border: 1px solid rgba(251, 191, 36, 0.3) !important;
}

.b-cell.highlight:hover {
    border-color: rgba(251, 191, 36, 0.6) !important;
    box-shadow: 0 0 50px rgba(251, 191, 36, 0.1);
}

.pulse-ring {
    animation: pulseScale 3s infinite ease-in-out;
    transform-origin: center;
}

@keyframes pulseScale {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.1);
        opacity: 1;
        stroke: #fff;
    }
}

.spin-slow {
    animation: spin 10s linear infinite;
    transform-origin: center;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.glow-pulse {
    animation: glow 2s infinite alternate;
}

@keyframes glow {
    from {
        filter: drop-shadow(0 0 2px var(--z-accent-gold));
    }

    to {
        filter: drop-shadow(0 0 10px var(--z-accent-gold));
    }
}

/* 🏹 CTA (THE EVENT HORIZON) */
.zenith-cta {
    background: linear-gradient(135deg, var(--vt-blue-900) 0%, var(--vt-blue-700) 100%);
    color: #fff;
    padding: 160px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-bg-visual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.cta-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0.4;
}

.cta-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
    animation: rotateGlow 20s linear infinite;
}

@keyframes rotateGlow {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.relative-z {
    position: relative;
    z-index: 2;
}

.cta-content-wrapper {
    max-width: 800px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 4rem 2rem;
    border-radius: 2rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
}

.cta-icon-badge {
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--vt-green-400);
    margin-bottom: 2rem;
    box-shadow: 0 0 25px rgba(55, 181, 74, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.cta-title {
    font-size: clamp(3rem, 6vw, 5rem);
    line-height: 1;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: #ffffff !important;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.cta-subtitle {
    font-size: 1.25rem;
    opacity: 0.95;
    max-width: 600px;
    margin: 0 auto 3rem;
    line-height: 1.6;
    color: #e0e7ff !important;
}

.cta-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-zenith-white {
    background: #fff;
    color: var(--z-light-text);
    /* Switched to Deep Navy for premium contrast */
    padding: 1.25rem 2.5rem;
    border-radius: 100px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, filter 0.3s ease;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.2);
}

.btn-zenith-white:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.3);
    color: var(--vt-blue-600);
    /* Hover reveals brand blue */
    background: #f8fafc;
}

.btn-zenith-outline {
    background: transparent;
    color: #fff;
    padding: 1.25rem 2.5rem;
    border-radius: 100px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, filter 0.3s ease;
}

.btn-zenith-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    transform: translateY(-3px);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .bento-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

    .b-cell.large,
    .b-cell.tall {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .zenith-hero {
        padding: 120px 0 80px;
    }

    .zenith-title {
        font-size: 3.5rem;
    }

    .vision-quote {
        font-size: 2rem;
    }

    .bento-grid {
        grid-template-columns: 1fr;
    }

    .b-cell.large,
    .b-cell.tall {
        grid-column: span 1;
    }
}

/* Vision branding block */
.v-branding-block {
    margin-top: 3.5rem;
    padding: 1.5rem 2.5rem;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    background: rgba(15, 23, 42, 0.3);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.25rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.v-branding-logo {
    height: 64px;
    width: auto;
    filter: brightness(0) invert(1) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
    opacity: 0.95;
}

.v-branding-tagline {
    font-size: 0.75rem;
    letter-spacing: 0.3em;
    color: var(--z-accent-gold, #fbbf24);
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.9;
}

.vision-stat-label {
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 3rem;
}

.zenith-vanguard--secondary {
    padding-top: 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.section-header--padded-top {
    padding-top: 4rem;
}

.vanguard-eyebrow {
    color: var(--z-accent-indigo);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.875rem;
}

.vanguard-title {
    color: var(--z-light-text);
}

.vanguard-desc {
    color: var(--z-light-sub);
    max-width: 600px;
    font-size: 1.125rem;
}

.v-img-placeholder {
    width: 100%;
    height: 100%;
    background: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v-img-placeholder i {
    font-size: 3rem;
    color: #cbd5e1;
}

.bento-eyebrow {
    color: var(--z-accent-gold);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.875rem;
}

.bento-heading {
    color: #fff;
}