/* ================================================
   About Page — Wilsol Tech
   Follows same design language as works.css
   ================================================ */

/* ---- Hero ---- */
.about-hero {
    min-height: 88vh;
    width: 100%;
    padding: 4vw 6.5vw 5vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
}

.about-hero-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-hero-label {
    font-family: var(--AvertaFont);
    font-size: 1vw;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2vw;
    color: #707380;
}

.about-hero-title {
    font-family: var(--ThunderFont);
    font-size: 23vw;
    font-weight: 700;
    line-height: 0.86;
    letter-spacing: -0.4vw;
    text-transform: uppercase;
    transform: scale(1, 0.8);
    transform-origin: left center;
    margin: 1.5vw 0 3vw;
    color: #000;
}

.about-hero-bottom {
    display: flex;
    align-items: center;
    gap: 2.5vw;
    width: 65%;
}

.about-hero-line {
    flex-shrink: 0;
    width: 4vw;
    height: 1px;
    background: #000;
}

.about-hero-sub {
    font-family: var(--AvertaFont);
    font-size: 1.35vw;
    font-weight: 300;
    color: #707380;
    line-height: 1.65;
}

/* ---- Shared Utilities ---- */
.about-eyebrow {
    font-family: var(--AvertaFont);
    font-size: 0.95vw;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2vw;
    color: #707380;
    display: block;
}

.about-eyebrow-dark {
    color: #000;
}

.about-body-para {
    font-family: var(--AvertaFont);
    font-size: 1.35vw;
    font-weight: 300;
    color: #707380;
    line-height: 1.9;
}

/* ---- Mission — Dark ---- */
.about-mission {
    background-color: #0C0C0C;
    padding: 8vw 6.5vw;
    display: flex;
    flex-direction: column;
    gap: 3vw;
}

.about-mission .about-eyebrow {
    color: #555;
}

.about-mission-text {
    font-family: var(--AvertaFont);
    font-size: 3.4vw;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    width: 78%;
}

.about-mission-cta {
    margin-top: 1vw;
}

.about-mission-btn {
    font-family: var(--AvertaFont);
    font-size: 1.1vw;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.12vw;
    color: #fff;
    border: 1px solid #555;
    padding: 0.9vw 2.2vw 1.05vw;
    border-radius: 50px;
    display: inline-block;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.about-mission-btn:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

/* ---- Story ---- */
.about-story {
    padding: 8vw 6.5vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 6vw;
    border-bottom: 1px solid #e0e0e0;
}

.about-story-left {
    width: 34%;
    display: flex;
    flex-direction: column;
    gap: 2vw;
    position: sticky;
    top: 8vw;
}

.about-story-heading {
    font-family: var(--AvertaFont);
    font-size: 2.8vw;
    font-weight: 700;
    line-height: 1.15;
    color: #000;
    transform: scale(1, 0.82);
    transform-origin: left center;
}

.about-story-right {
    width: 56%;
    padding-top: 0.3vw;
}

.about-story-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8vw;
    margin-top: 3vw;
}

.about-tag {
    font-family: var(--AvertaFont);
    font-size: 1vw;
    font-weight: 400;
    border: 1px solid #18181a;
    padding: 0.4vw 1.2vw 0.5vw;
    text-transform: uppercase;
    letter-spacing: 0.05vw;
}

/* ---- Stats ---- */
.about-stats {
    display: flex;
    align-items: stretch;
    padding: 6vw 6.5vw;
    border-bottom: 1px solid #e0e0e0;
}

.about-stat-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.6vw;
    padding: 0 3.5vw;
}

.about-stat-item:first-child {
    padding-left: 0;
}

.stat-number {
    font-family: var(--ThunderFont);
    font-size: 9.5vw;
    font-weight: 700;
    line-height: 0.84;
    transform: scale(1, 0.8);
    transform-origin: left bottom;
    display: block;
    color: #000;
}

.stat-label {
    font-family: var(--AvertaFont);
    font-size: 1vw;
    font-weight: 400;
    color: #707380;
    text-transform: uppercase;
    letter-spacing: 0.1vw;
}

.about-stat-divider {
    width: 1px;
    background: #e0e0e0;
    align-self: stretch;
}

/* ---- Values ---- */
.about-values {
    padding: 8vw 6.5vw;
    border-bottom: 1px solid #e0e0e0;
}

.about-values-header {
    display: flex;
    flex-direction: column;
    gap: 1.2vw;
    margin-bottom: 5vw;
}

.about-values-heading {
    font-family: var(--AvertaFont);
    font-size: 4vw;
    font-weight: 700;
    transform: scale(1, 0.82);
    transform-origin: left center;
    color: #000;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 3vw;
}

.value-card {
    display: flex;
    flex-direction: column;
    gap: 1.3vw;
    padding: 2.5vw 0;
    border-top: 1.5px solid #000;
}

.value-number {
    font-family: var(--AvertaFont);
    font-size: 0.95vw;
    font-weight: 500;
    color: #707380;
    letter-spacing: 0.1vw;
}

.value-title {
    font-family: var(--AvertaFont);
    font-size: 1.45vw;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}

.value-desc {
    font-family: var(--AvertaFont);
    font-size: 1.05vw;
    font-weight: 300;
    color: #707380;
    line-height: 1.75;
}

/* ---- Services List ---- */
.about-services-list {
    padding: 8vw 6.5vw;
}

.about-sl-header {
    display: flex;
    flex-direction: column;
    gap: 1.2vw;
    margin-bottom: 4vw;
}

.about-sl-heading {
    font-family: var(--AvertaFont);
    font-size: 4vw;
    font-weight: 700;
    transform: scale(1, 0.82);
    transform-origin: left center;
    color: #000;
}

.about-sl-items {
    width: 100%;
}

.about-sl-item {
    display: flex;
    align-items: center;
    padding: 2.2vw 0;
    border-top: 1px solid #e0e0e0;
    gap: 4vw;
    transition: padding-left 0.25s ease;
}

.about-sl-item:last-child {
    border-bottom: 1px solid #e0e0e0;
}

.about-sl-item:hover {
    padding-left: 1vw;
}

.sl-number {
    font-family: var(--AvertaFont);
    font-size: 0.95vw;
    color: #707380;
    width: 3vw;
    flex-shrink: 0;
    font-weight: 400;
}

.sl-name {
    font-family: var(--AvertaFont);
    font-size: 2.2vw;
    font-weight: 600;
    flex: 1;
    transform: scale(1, 0.85);
    transform-origin: left center;
    display: block;
    color: #000;
    transition: letter-spacing 0.25s ease;
}

.about-sl-item:hover .sl-name {
    letter-spacing: 0.03vw;
}

.sl-tags {
    display: flex;
    gap: 0.8vw;
    flex-shrink: 0;
}

.sl-tag {
    font-family: var(--AvertaFont);
    font-size: 0.85vw;
    font-weight: 400;
    border: 1px solid #c0c0c0;
    padding: 0.35vw 0.9vw 0.45vw;
    text-transform: uppercase;
    letter-spacing: 0.05vw;
    color: #707380;
    white-space: nowrap;
}

/* ================================================
   Mobile Responsiveness
   ================================================ */
@media (max-width: 768px) {

    /* Hero */
    .about-hero {
        min-height: 75vh;
        padding: 18vw 5.5vw 8vw;
        gap: 5vw;
    }

    .about-hero-label {
        font-size: 3.5vw;
    }

    .about-hero-title {
        font-size: 27vw;
        letter-spacing: -0.5vw;
        margin: 5vw 0;
    }

    .about-hero-bottom {
        width: 100%;
        gap: 4vw;
    }

    .about-hero-line {
        width: 8vw;
    }

    .about-hero-sub {
        font-size: 4vw;
        line-height: 1.6;
    }

    /* Eyebrow */
    .about-eyebrow {
        font-size: 3.2vw;
    }

    /* Mission */
    .about-mission {
        padding: 14vw 5.5vw;
        gap: 5vw;
    }

    .about-mission-text {
        font-size: 6.5vw;
        width: 100%;
        line-height: 1.25;
    }

    .about-mission-btn {
        font-size: 3.5vw;
        padding: 3vw 6vw;
    }

    /* Story */
    .about-story {
        flex-direction: column;
        padding: 12vw 5.5vw;
        gap: 7vw;
    }

    .about-story-left,
    .about-story-right {
        width: 100%;
        position: static;
    }

    .about-story-heading {
        font-size: 7.5vw;
    }

    .about-body-para {
        font-size: 4.3vw;
        line-height: 1.75;
    }

    .about-story-tags {
        gap: 2.5vw;
        margin-top: 6vw;
    }

    .about-tag {
        font-size: 3vw;
        padding: 1.2vw 3vw;
    }

    /* Stats */
    .about-stats {
        flex-wrap: wrap;
        padding: 10vw 5.5vw;
        gap: 8vw 0;
    }

    .about-stat-item {
        flex: 0 0 50%;
        padding: 0 4vw 0 0;
        gap: 1vw;
    }

    .about-stat-divider {
        display: none;
    }

    .stat-number {
        font-size: 22vw;
    }

    .stat-label {
        font-size: 3.5vw;
    }

    /* Values */
    .about-values {
        padding: 12vw 5.5vw;
    }

    .about-values-heading {
        font-size: 8.5vw;
    }

    .about-values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 6vw 5vw;
    }

    .value-card {
        gap: 3vw;
        padding: 4vw 0;
    }

    .value-number {
        font-size: 3.2vw;
    }

    .value-title {
        font-size: 4.5vw;
    }

    .value-desc {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    /* Services List */
    .about-services-list {
        padding: 12vw 5.5vw;
    }

    .about-sl-heading {
        font-size: 8.5vw;
    }

    .about-sl-item {
        flex-wrap: wrap;
        gap: 2vw;
        padding: 5.5vw 0;
        align-items: flex-start;
    }

    .about-sl-item:hover {
        padding-left: 0;
    }

    .sl-number {
        font-size: 3.5vw;
        width: 8vw;
    }

    .sl-name {
        font-size: 6vw;
        flex: 1;
    }

    .sl-tags {
        width: 100%;
        flex-wrap: wrap;
        gap: 2.5vw;
        padding-left: 10.5vw;
    }

    .sl-tag {
        font-size: 3vw;
        padding: 1.2vw 2.5vw;
    }
}
