/* ============================================
   ABOUT PAGE STYLES
   ============================================ */

.about-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://res.cloudinary.com/domutc3bw/image/upload/q_auto,f_auto/v1776859169/baba.com_island_s7x4nq.png');
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.75;
    filter: blur(25px);
    pointer-events: none;
    transform: scale(1.12);
    transform-origin: center;
}

/* ============================================
   ABOUT HERO
   ============================================ */

.about-hero {
    padding: 150px 5% 60px;
}

.about-hero-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.6fr 0.8fr;
    gap: 1rem;
    align-items: center;
}

.about-hero-text {
    min-width: 0;
}

.about-hero-photo {
    display: flex;
    justify-content: flex-start;
}

.about-hero-photo img {
    width: min(380px, 100%);
    height: auto;
    object-fit: contain;
    object-position: center;
    border-radius: 0;
    border: 1px solid var(--glass-border);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.55);
    background: rgba(255, 255, 255, 0.02);
    transform: none;
}

.about-eyebrow {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    opacity: 0.75;
    margin-bottom: 0.75rem;
}

.about-title {
    font-size: 3.5rem;
    line-height: 1.05;
    color: #fff;
    margin-bottom: 1rem;
}

.about-subtitle {
    max-width: 820px;
    font-size: 1.2rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.75);
}

.about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.35rem;
}

.hero-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0.9rem 1.2rem;
    border-radius: 12px;
    border: 1px solid var(--glass-border);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.2px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-cta-btn:hover {
    background: var(--primary-cyan);
    color: var(--dark-bg);
    border-color: var(--primary-cyan);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 242, 255, 0.35);
}

.hero-cta-btn:focus-visible {
    outline: 2px solid var(--primary-cyan);
    outline-offset: 3px;
}

/* ============================================
   ABOUT DETAILS SECTION
   ============================================ */

.about-details {
    padding: 40px 5% 80px;
}

.about-details-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.about-intro {
    margin-bottom: 2.5rem;
    font-size: 1.2rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.85);
    max-width: 900px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-bottom: 2.5rem;
}

.about-section-heading {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--glass-border);
    display: inline-block;
}

/* Tools */
.tools-list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.tools-list li {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--glass-border);
    padding: 0.8rem 1.2rem;
    border-radius: 8px;
    font-size: 0.95rem;
    color: var(--light-text);
    transition: all 0.3s ease;
}

.tools-list li:hover {
    background: rgba(0, 242, 255, 0.05);
    border-color: var(--primary-cyan);
    transform: translateY(-2px);
}

/* Timeline */
.about-background-box {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.timeline-item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
}

.timeline-date {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: var(--primary-cyan);
    min-width: 60px;
    text-align: right;
    padding-top: 0.2rem;
}

.timeline-content {
    flex: 1;
    border-left: 2px solid var(--glass-border);
    padding-left: 1.5rem;
    position: relative;
}

.timeline-content::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 10px;
    width: 10px;
    height: 10px;
    background: var(--primary-cyan);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--primary-cyan);
}

.timeline-content h3 {
    font-size: 1.05rem;
    color: #fff;
    margin-bottom: 0.3rem;
}

.timeline-content p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

/* Quote */
.about-quote {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 16px;
    border: 1px solid var(--glass-border);
    position: relative;
}

.about-quote::before {
    content: '"';
    font-size: 6rem;
    color: rgba(0, 242, 255, 0.1);
    position: absolute;
    top: -10px;
    left: 20px;
    font-family: serif;
}

.about-quote p {
    font-size: 1.25rem;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.about-quote footer {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    color: var(--primary-cyan);
    font-size: 1rem;
}

/* ============================================
   RESPONSIVE: Tablet (992px)
   ============================================ */

@media (max-width: 992px) {
    .about-hero {
        padding-top: 120px;
    }

    .about-title {
        font-size: 2.8rem;
    }

    .about-hero-inner {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .about-hero-photo {
        justify-content: flex-start;
    }
}

/* ============================================
   RESPONSIVE: Tablet Small (768px)
   ============================================ */

@media (max-width: 768px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .tools-list {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   RESPONSIVE: Mobile (600px)
   ============================================ */

@media (max-width: 600px) {
    .about-hero {
        padding: 100px 5% 50px;
    }

    .about-details {
        padding-top: 20px;
    }

    .about-title {
        font-size: 2.2rem;
        line-height: 1.12;
    }

    .about-subtitle {
        font-size: 1rem;
    }

    .about-intro {
        font-size: 1rem;
    }

    .about-section-heading {
        font-size: 1.4rem;
    }

    .about-quote p {
        font-size: 1.05rem;
    }

    .about-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-cta-btn {
        width: 100%;
    }
}
