/* ==========================================
   TENTANG KAMI SPECIFIC STYLES (SPLIT LAYOUT)
   ========================================== */

.custom-about-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 60px;
}

.about-hero-container {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    z-index: 10;
}

/* ==========================================
   BREADCRUMBS BLOCK (ISOLATED TOP)
   ========================================== */
.breadcrumbs-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 48px;
}

.breadcrumbs {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 6px 18px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.05);
}

.breadcrumb-link {
    font-size: 13px;
    color: #8a8f9c;
    font-weight: 400;
    letter-spacing: 0.01em;
    transition: color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.breadcrumb-link:hover {
    color: #ffffff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}

.breadcrumb-separator {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.15);
    user-select: none;
}

.breadcrumb-current {
    font-size: 13px;
    color: #f43f5e; /* Signature Rose Red */
    font-weight: 500;
    letter-spacing: 0.01em;
}

/* ==========================================
   LAYOUT GRID CONTROL
   ========================================== */
.about-hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 64px;
    align-items: center;
}

.about-hero-left {
    text-align: left;
}

.about-hero-left .hero-badge {
    margin-bottom: 24px;
}

.about-hero-left .hero-title {
    font-size: 56px;
    line-height: 1.15;
    margin-bottom: 24px;
    text-align: left;
}

.about-tagline {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.02em;
    display: inline-block;
    filter: drop-shadow(0 0 20px rgba(239, 68, 68, 0.15));
}

/* ==========================================
   PREMIUM GLASSMORPHISM BENTO CARD (RIGHT)
   ========================================== */
.about-hero-right {
    position: relative;
    width: 100%;
}

.about-desc-card {
    position: relative;
    padding: 40px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.05), 
                0 30px 60px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

/* Efek bias kilauan tipis di pojok kartu */
.about-desc-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(244, 63, 94, 0.05) 0%, transparent 40%);
    pointer-events: none;
}

.about-p-desc {
    font-size: 17px;
    line-height: 1.7;
    color: #b0b4be;
    letter-spacing: 0.01em;
}

/* ==========================================
   RESPONSIVE DESIGN (BREAKPOINTS)
   ========================================== */
@media (max-width: 1024px) {
    .about-hero-grid {
        gap: 40px;
    }
    
    .about-hero-left .hero-title {
        font-size: 46px;
    }
}

@media (max-width: 992px) {
    .custom-about-hero {
        padding-top: 120px;
        min-height: auto;
    }

    .about-hero-grid {
        grid-template-columns: 1fr; /* Stack vertikal saat tablet & mobile */
        gap: 32px;
    }

    .breadcrumbs-wrapper {
        margin-bottom: 32px;
    }

    .about-hero-left .hero-title {
        font-size: 38px;
    }

    .about-desc-card {
        padding: 30px;
        border-radius: 20px;
    }

    .about-p-desc {
        font-size: 15px;
        line-height: 1.6;
    }
}

@media (max-width: 576px) {
    .about-hero-left .hero-title {
        font-size: 32px;
    }

    .about-tagline {
        font-size: 14px;
        line-height: 1.5;
    }
}

.about-stats-section {
    position: relative;
    padding: 120px 0;
    background-color: #04010a;
    overflow: hidden;
}

.stats-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 10;
}

.stats-section-header {
    margin-bottom: 80px;
    text-align: left;
    max-width: 600px;
}

.stats-main-title {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 16px;
    letter-spacing: -0.01em;
}

.stats-premium-row {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 60px;
}

.stats-row-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
}

.stats-numeric-wrapper {
    display: flex;
    align-items: flex-baseline;
    justify-content: space-between;
    position: relative;
}

.stats-large-num {
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
    font-family: 'Geist Sans', sans-serif;
}

.stats-unit-text {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    margin-left: 4px;
}

.stats-indicator-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #f43f5e;
    box-shadow: 0 0 12px #f43f5e;
    margin-bottom: 12px;
}

.stats-text-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.stats-item-title {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.01em;
}

.stats-item-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #8a8f9c;
    transition: color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.stats-row-item:hover .stats-item-desc {
    color: #ffffff;
}

@media (max-width: 1024px) {
    .stats-premium-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 48px 32px;
    }
    
    .stats-section-header {
        margin-bottom: 60px;
    }
    
    .stats-main-title {
        font-size: 36px;
    }
}

@media (max-width: 640px) {
    .about-stats-section {
        padding: 80px 0;
    }

    .stats-premium-row {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-top: 40px;
    }

    .stats-main-title {
        font-size: 28px;
    }

    .stats-large-num {
        font-size: 54px;
    }
    
    .stats-row-item {
        gap: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.03);
        padding-bottom: 24px;
    }
    
    .stats-row-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}

.values-cinema-section {
    position: relative;
    padding: 140px 0;
    background-color: #04010a;
    overflow: hidden;
}

.values-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
    align-items: start;
}

.values-sticky-left {
    position: sticky;
    top: 140px;
}

.values-sticky-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-top: 24px;
    margin-bottom: 20px;
}

.values-sticky-lead {
    font-size: 16px;
    line-height: 1.6;
    color: #8a8f9c;
    max-width: 380px;
}

.values-scroll-right {
    display: flex;
    flex-direction: column;
    gap: 40px;
    perspective: 1200px;
}

.value-cinema-track {
    transform-style: preserve-3d;
    will-change: transform, opacity;
}

.value-perspective-card {
    position: relative;
    padding: 50px 40px;
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    border-radius: 32px;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), 
                border-color 0.6s ease, 
                box-shadow 0.6s ease;
}

.value-card-header {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 24px;
}

.value-index {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Geist Sans', sans-serif;
    color: #f43f5e;
    background: rgba(244, 63, 94, 0.08);
    padding: 4px 10px;
    border-radius: 8px;
    border: 1px solid rgba(244, 63, 94, 0.15);
}

.value-title {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: -0.01em;
}

.value-tag-row {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.value-mini-tag {
    font-size: 11px;
    font-weight: 400;
    color: #8a8f9c;
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 4px 12px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.01);
}

.value-description {
    font-size: 15px;
    line-height: 1.7;
    color: #8a8f9c;
    transition: color 0.5s ease;
}

.value-perspective-card:hover {
    border-color: rgba(244, 63, 94, 0.15);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4), 
                inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.value-perspective-card:hover .value-description {
    color: #ffffff;
}

/* ==========================================
   CINEMATIC 3D REVEAL ANIMATION TOKENS
   ========================================== */
.value-cinema-track.hidden-el {
    opacity: 0;
    transform: translateY(60px) rotateX(-25deg) translateZ(-40px) scale(0.95);
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), 
                transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.value-cinema-track.reveal-up {
    opacity: 1;
    transform: translateY(0) rotateX(0) translateZ(0) scale(1);
}

/* ==========================================
   RESPONSIVE LAYOUT FOR VALUES
   ========================================== */
@media (max-width: 992px) {
    .values-cinema-section {
        padding: 100px 0;
    }

    .values-container {
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .values-sticky-left {
        position: relative;
        top: 0;
    }

    .values-sticky-title {
        font-size: 38px;
    }

    .values-sticky-lead {
        max-width: 100%;
    }

    .values-scroll-right {
        gap: 24px;
    }

    .value-perspective-card {
        padding: 40px 32px;
        border-radius: 24px;
    }
}

@media (max-width: 576px) {
    .values-sticky-title {
        font-size: 32px;
    }

    .value-title {
        font-size: 20px;
    }

    .value-perspective-card {
        padding: 32px 24px;
    }

    .value-card-header {
        gap: 16px;
    }

    .value-description {
        font-size: 14px;
        line-height: 1.6;
    }
}