/* About Page - aligned to landing tone */
.about-hero {
    position: relative;
    padding: 120px 0 90px;
    background: linear-gradient(120deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0.75) 100%);
    color: white;
    overflow: hidden;
}

.about-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(255, 140, 0, 0.25), transparent 40%),
        radial-gradient(circle at 80% 0%, rgba(255, 140, 0, 0.2), transparent 40%);
    z-index: 1;
    pointer-events: none;
}

.about-hero .container,
.about-hero .row {
    position: relative;
    z-index: 2;
}

.about-kicker {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--primary-orange);
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.about-title {
    font-size: clamp(2.4rem, 3vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.about-lead {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    max-width: 900px;
}

.stat-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    padding: 1rem 1.25rem;
    backdrop-filter: blur(8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.stat-label {
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.25rem;
}

.stat-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.35rem;
}

.stat-copy {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.5;
}

.section-spacing {
    padding: 90px 0;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--primary-orange);
    margin-bottom: 0.75rem;
}

.eyebrow.light {
    color: rgba(255, 255, 255, 0.9);
}

.content-card {
    background: white;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.about-body {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #333;
}

.accent-card {
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.1) 0%, rgba(255, 140, 0, 0.18) 100%);
    border: 1px solid rgba(255, 140, 0, 0.3);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 15px 40px rgba(255, 140, 0, 0.1);
}

.accent-header {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 1.25rem;
}

.accent-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: var(--primary-orange);
    font-size: 1.3rem;
    box-shadow: 0 8px 25px rgba(255, 140, 0, 0.2);
}

.accent-kicker {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: var(--text-dark);
    opacity: 0.7;
}

.accent-title {
    font-weight: 700;
    color: var(--text-dark);
}

.pill-list {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.pill {
    background: white;
    border-radius: 12px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 140, 0, 0.18);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
}

.pill-label {
    display: inline-block;
    font-weight: 700;
    font-size: 0.85rem;
    color: var(--primary-orange);
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.pill-copy {
    margin: 0;
    color: #2c2c2c;
    line-height: 1.6;
}

.story-highlight {
    background: linear-gradient(135deg, var(--primary-orange) 0%, var(--dark-orange) 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.story-highlight::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 40%, rgba(255, 255, 255, 0.08), transparent 45%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.08), transparent 40%);
    pointer-events: none;
}

.story-title {
    font-size: clamp(1.8rem, 2.5vw, 2.4rem);
    font-weight: 700;
    margin-bottom: 1rem;
}

.story-copy {
    font-size: 1.05rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.92);
}

.glow-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    padding: 2px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.25);
}

.glow-card::before {
    content: '';
    position: absolute;
    inset: -40%;
    background: conic-gradient(from 120deg, rgba(255, 255, 255, 0.4), rgba(255, 140, 0, 0.2), transparent 60%);
    animation: spin 12s linear infinite;
    opacity: 0.7;
}

.glow-card-inner {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    padding: 28px;
    color: white;
}

.badge-soft {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: white;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
}

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

.values-section {
    background: #f8f9fb;
}

.value-card {
    display: flex;
    gap: 1rem;
    padding: 26px;
    background: white;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
    height: 100%;
}

.value-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.15), rgba(255, 140, 0, 0.32));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--primary-orange);
}

.value-title {
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.value-copy {
    color: var(--text-dark);
    line-height: 1.6;
}

.ceo-highlight {
    background: #fff;
}

.ceo-card {
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.08), rgba(255, 140, 0, 0.18));
    border: 1px solid rgba(255, 140, 0, 0.22);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 12px 40px rgba(255, 140, 0, 0.12);
}

.ceo-name {
    font-weight: 700;
    color: var(--text-dark);
}

.ceo-role {
    margin-bottom: 1rem;
    color: #5a5a5a;
}

.ceo-quote {
    margin: 0;
    font-size: 1rem;
    line-height: 1.8;
    color: #2c2c2c;
}

.ceo-photo {
    position: relative;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

.ceo-photo img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    border: 6px solid white;
    object-fit: cover;
}

.team-section {
    background: #f8f9fb;
}

.section-header .section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.section-subtitle {
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto 2rem;
}

.team-card {
    background: white;
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
}

.team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
}

.avatar {
    width: 140px;
    height: 140px;
    margin: 0 auto 12px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #f1f1f1;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-placeholder {
    font-size: 2rem;
    color: #9b9b9b;
}

.member-name {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-dark);
}

.member-role {
    color: var(--primary-orange);
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.member-bio {
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.6;
}

.member-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    margin-top: 0.8rem;
}

.member-links a {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.12), rgba(255, 140, 0, 0.2));
    color: var(--primary-orange);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 140, 0, 0.18);
    transition: all 0.2s ease;
}

.member-links a:hover {
    background: var(--primary-orange);
    color: white;
    transform: translateY(-2px);
}

@media (max-width: 992px) {
    .about-hero {
        padding: 90px 0 70px;
    }

    .hero-stats {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }
}

@media (max-width: 768px) {
    .section-spacing {
        padding: 60px 0;
    }

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

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

    .content-card,
    .accent-card,
    .ceo-card {
        padding: 22px;
    }

    .hero-stats {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }

    .about-hero {
        padding-top: 80px;
    }
}

@media (max-width: 576px) {
    .hero-stats {
        grid-template-columns: 1fr;
    }

    .about-kicker {
        margin-bottom: 0.5rem;
    }

    .about-hero {
        padding: 70px 0 60px;
    }
}
