/* ============================================================
   about.css – About Page Styles
   JCD brand: emerald green (#10b981 / #059669), dark navy text
   ============================================================ */

/* ── Utility ─────────────────────────────────── */
.py-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.tracking-wide {
    letter-spacing: 0.08em;
}

/* ── Hero ────────────────────────────────────── */
.about-page-hero {
    background-color: #0f172a;
    position: relative;
    overflow: hidden;
}

.about-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    opacity: 0.42;
}

.about-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(15, 23, 42, 0.97) 0%,
            rgba(15, 23, 42, 0.55) 50%,
            rgba(15, 23, 42, 0.10) 100%);
}

/* ── Mission / Vision cards ──────────────────── */
.bg-soft-primary {
    background-color: #ecfdf5 !important;
}

.bg-soft-success {
    background-color: #d1fae5 !important;
}

.mission-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mission-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(16, 185, 129, 0.12);
}

/* ── Year 1 Target counter cards ─────────────── */
.stat-block {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 16px;
}

.stat-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(16, 185, 129, 0.14) !important;
}

/* Icon badge */
.stat-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #d1fae5, #a7f3d0);
    color: #059669;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    flex-shrink: 0;
}

/* ── Sticky Scroll Core Values ────────────────── */
.sticky-scroll-section {
    background-color: #f8fafc;
    position: relative;
}

/* The left side sticky container */
.sticky-hub-container {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
}

/* The central hub graphic */
.sticky-hub {
    position: relative;
    width: 360px;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* The logo inside the hub */
.sticky-hub-logo {
    width: 170px;
    height: 170px;
    background-color: #E1F5EE;
    border: 2px solid #9FE1CB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.1);
}

.sticky-hub-logo img {
    width: 65%;
    height: 65%;
    object-fit: contain;
}

/* Faint dashed ring around the logo */
.sticky-hub-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    border: 1px dashed rgba(159, 225, 203, 0.8);
    border-radius: 50%;
    z-index: 1;
}

/* The 5 orbiting nodes */
.hub-node-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    z-index: 5;
}

.hub-node {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    background-color: #E1F5EE;
    border: 2px solid #9FE1CB;
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Node active state */
.hub-node.active {
    background-color: #1D9E75;
    border-color: #1D9E75;
    transform: scale(1.8);
    box-shadow: 0 0 0 5px rgba(29, 158, 117, 0.2);
}

/* The right side scrolling container */
.scroll-cards-container {
    padding-top: 15vh;
    padding-bottom: 25vh;
}

.scroll-card-wrapper {
    min-height: 70vh; /* Ensures lots of scrolling between cards */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.scroll-card {
    background: #ffffff;
    border: 1px solid #e8f0ea;
    border-left: 4px solid #9FE1CB;
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    opacity: 0.4;
    transform: translateX(30px);
    transition: all 0.6s ease;
}

.scroll-card.active {
    opacity: 1;
    transform: translateX(0);
    border-left-color: #1D9E75;
    box-shadow: 0 16px 40px rgba(29, 158, 117, 0.12);
}

.scroll-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: #E1F5EE;
    color: #1D9E75;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 1.25rem;
    transition: all 0.4s ease;
}

.scroll-card.active .scroll-card-icon {
    background: #1D9E75;
    color: #ffffff;
}

.scroll-card-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0F6E56;
    margin-bottom: 1rem;
}

.scroll-card-desc {
    color: #666;
    line-height: 1.7;
    margin: 0;
    font-size: 1.05rem;
}

/* Header inside scroll section */
.sticky-scroll-header {
    margin-bottom: 3rem;
}
.sticky-scroll-eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1D9E75;
    margin-bottom: 0.5rem;
}
.sticky-scroll-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0F6E56;
    margin-bottom: 1rem;
}

/* Mobile specific styling */
@media (max-width: 991px) {
    .sticky-hub-container {
        height: auto;
        position: relative;
        padding: 3rem 0 1rem 0;
    }
    .scroll-cards-container {
        padding-top: 1rem;
        padding-bottom: 4rem;
    }
    .scroll-card-wrapper {
        min-height: auto;
        margin-bottom: 2rem;
    }
    .scroll-card {
        opacity: 1;
        transform: translateX(0);
        border-left-color: #1D9E75;
    }
    .scroll-card-icon {
        background: #1D9E75;
        color: #ffffff;
    }
}

/* ── CEO Message section ─────────────────────── */
.about-ceo-section {
    padding: 5.5rem 0;
    background: linear-gradient(135deg, #0f172a 0%, #1a3a2a 60%, #0f172a 100%);
    position: relative;
    overflow: hidden;
}

/* Decorative glow blobs */
.about-ceo-section::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.16) 0%, transparent 70%);
    pointer-events: none;
}

.about-ceo-section::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.10) 0%, transparent 70%);
    pointer-events: none;
}

/* Eyebrow */
.about-eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #10b981;
    margin-bottom: 0.85rem;
}

.about-eyebrow--light {
    color: rgba(255, 255, 255, 0.60);
}

/* CEO photo circle */
.about-ceo-photo {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(16, 185, 129, 0.50);
    box-shadow: 0 0 0 8px rgba(16, 185, 129, 0.10);
    position: relative;
}

.about-ceo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.about-ceo-placeholder {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Quote block */
.about-ceo-quote {
    position: relative;
    padding-left: 1.5rem;
    border-left: 3px solid rgba(16, 185, 129, 0.55);
}

.about-ceo-quote-icon {
    font-size: 3.5rem;
    color: rgba(16, 185, 129, 0.28);
    line-height: 1;
    display: block;
    margin-bottom: 0.5rem;
}

/* CEO Social Links */
.about-ceo-social-link {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.about-ceo-quote p {
    font-style: italic;
}

.about-ceo-social-link:hover {
    background-color: #10b981;
    border-color: #10b981;
    color: #ffffff;
    transform: translateY(-3px);
}