/* About page only — scoped so Services and other templates stay unchanged.
================================================================ */

.about-page-body .floating__form__wrapper {
    display: none !important;
}

.about-page {
    overflow-x: hidden;
}

.about-page__eyebrow {
    margin: 0 0 16px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #757575;
}

.about-page__eyebrow--light {
    color: rgba(255, 255, 255, 0.55);
}

.about-page__heading {
    margin: 0 0 22px;
    font-size: clamp(32px, 3.4vw, 52px);
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: -0.03em;
    color: #000000;
    text-align: left;
}

.about-page__heading--statement {
    font-size: clamp(36px, 4.4vw, 64px);
    line-height: 1.08;
    max-width: 18ch;
}

.about-page__body {
    margin: 0 0 18px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
    color: #757575;
}

.about-page__body:last-child {
    margin-bottom: 0;
}

.about-page__intro {
    max-width: 720px;
    margin: 0 0 56px;
}

.about-page__intro--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.about-page__intro--center .about-page__heading {
    text-align: center;
}

.about-page__photo {
    margin: 0;
    max-width: 100%;
    background: transparent;
}

.about-page__photo img,
.about-page__photo-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.about-page__photo-placeholder {
    display: block;
    width: 100%;
    min-height: 280px;
    background: linear-gradient(180deg, #f1f1ee 0%, #e4e4e0 100%);
}

/* Hero — copy on the left, service-style contact form on the right. */

.about-page__hero.inner__banners {
    padding: 148px 0 80px;
    background: #000000;
}

.about-page__hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    gap: 48px 56px;
    align-items: start;
}

.about-page__hero-copy {
    max-width: 580px;
    padding: 0;
}

.about-page__hero-heading {
    margin: 0 0 22px;
    font-size: clamp(40px, 4.6vw, 68px);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.035em;
    color: #ffffff;
}

.about-page__hero-body {
    margin: 0 0 16px;
    max-width: 540px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.68);
}

.about-page__hero-body:first-of-type {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.82);
}

.about-page__hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 32px;
}

.about-page__hero-cta {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
}

.about-page__hero-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 22px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    background: transparent;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.about-page__hero-secondary:hover,
.about-page__hero-secondary:focus {
    border-color: #ffffff;
    color: #ffffff;
}

.about-page__hero-media {
    min-width: 0;
}

/* Who We Are */

.about-page__who {
    padding: 110px 0;
    background: #ffffff;
}

.about-page__who-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
    gap: 56px 72px;
    align-items: center;
}

.about-page__who-copy .about-page__heading {
    max-width: 16ch;
}

/* Philosophy */

.about-page__philosophy {
    padding: 120px 0;
    background: #f6f6f4;
}

.about-page__philosophy-inner {
    max-width: 980px;
}

.about-page__pull {
    margin: 0 0 40px;
    max-width: 22ch;
    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 600;
    line-height: 1.28;
    letter-spacing: -0.02em;
    color: #000000;
}

.about-page__philosophy-body {
    max-width: 640px;
}

/* Process */

.about-page__process {
    padding: 110px 0;
    background: #ffffff;
    scroll-margin-top: 24px;
}

.about-page__process-track {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 20px 18px;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-page__process-track::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 4%;
    right: 4%;
    height: 1px;
    background: #e4e4e0;
}

.about-page__process-step {
    position: relative;
    padding-top: 0;
}

.about-page__process-number {
    display: block;
    position: relative;
    z-index: 1;
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1;
    color: #000000;
    background: #ffffff;
    width: fit-content;
    padding-right: 10px;
}

.about-page__process-label {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: #000000;
}

.about-page__process-desc {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
    color: #757575;
}

/* Principles */

.about-page__principles {
    padding: 110px 0;
    background: #fafafa;
}

.about-page__principles-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px 32px;
}

.about-page__principle {
    text-align: center;
}

.about-page__principle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0 auto 20px;
    color: #000000;
}

.about-page__principle-icon i {
    font-size: 22px;
    line-height: 1;
}

.about-page__principle-title {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    color: #000000;
}

.about-page__principle .about-page__body {
    font-size: 15px;
    line-height: 1.65;
}

/* Lifecycle timeline */

.about-page__lifecycle {
    padding: 110px 0 120px;
    background: #ffffff;
}

.about-page__timeline {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px 20px;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-page__timeline::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 4%;
    right: 4%;
    height: 1px;
    background: #e4e4e0;
}

.about-page__timeline-item {
    position: relative;
    text-align: center;
}

.about-page__timeline-marker {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0 auto 18px;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    background: #ffffff;
    color: #000000;
    box-shadow: 0 0 0 8px #ffffff;
}

.about-page__timeline-marker i {
    font-size: 16px;
    line-height: 1;
}

.about-page__timeline-label {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: #000000;
}

.about-page__timeline-desc {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
    color: #757575;
}

/* Ownership */

.about-page__ownership {
    padding: 110px 0;
    background: #f6f6f4;
}

.about-page__ownership-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.52fr) minmax(0, 0.48fr);
    gap: 56px 64px;
    align-items: center;
}

.about-page__ownership-copy .about-page__heading {
    max-width: 12ch;
}

/* Experience / stats */

.about-page__experience {
    padding: 110px 0;
    background: #ffffff;
}

.about-page__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-page__stat {
    padding: 8px 32px;
    text-align: center;
    border-right: 1px solid #e4e4e0;
}

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

.about-page__stat:last-child {
    padding-right: 0;
    border-right: none;
}

.about-page__stat-number {
    margin: 0 0 10px;
    font-size: clamp(48px, 5vw, 72px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #000000;
}

.about-page__stat-label {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
    color: #757575;
}

/* Client fit */

.about-page__fit {
    padding: 90px 0 40px;
    background: #fafafa;
}

.about-page__fit-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px 64px;
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 980px;
}

.about-page__fit-item {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.about-page__fit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #000000;
}

.about-page__fit-icon i {
    font-size: 20px;
    line-height: 1;
}

.about-page__fit-title {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #000000;
}

.about-page__fit-item .about-page__body {
    font-size: 15px;
    line-height: 1.6;
}

/* Testimonials + contact form headings on this page */

.about-page-body .home-testimonials .section__eyebrow,
.about-page-body .contact__form__wrapper .section__eyebrow {
    margin: 0 0 14px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.about-page-body .home-testimonials .section__eyebrow {
    color: #757575;
    text-align: center;
}

.about-page-body .contact__form__wrapper .section__eyebrow {
    color: rgba(255, 255, 255, 0.55);
    text-align: left;
}

/* Scroll reveal */

.about-page.is-animatable .js-about-reveal {
    opacity: 0;
    transform: translateY(16px);
    transition:
        opacity 550ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 550ms cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--reveal-delay, 0ms);
}

.about-page .js-about-reveal.is-inview {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .about-page.is-animatable .js-about-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@media (max-width: 1024px) {
    .about-page__hero-grid,
    .about-page__who-grid,
    .about-page__ownership-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-page__hero-copy {
        padding: 0;
    }

    .about-page__who-grid .about-page__photo--who {
        max-width: 480px;
    }

    .about-page__heading--statement,
    .about-page__who-copy .about-page__heading,
    .about-page__ownership-copy .about-page__heading {
        max-width: none;
    }

    .about-page__principles-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px 28px;
    }

    .about-page__process-track,
    .about-page__timeline {
        grid-template-columns: 1fr;
        gap: 0;
        padding-left: 0;
    }

    .about-page__process-track::before,
    .about-page__timeline::before {
        top: 8px;
        bottom: 8px;
        left: 21px;
        right: auto;
        width: 1px;
        height: auto;
    }

    .about-page__process-step,
    .about-page__timeline-item {
        padding: 0 0 32px 56px;
        text-align: left;
    }

    .about-page__process-step:last-child,
    .about-page__timeline-item:last-child {
        padding-bottom: 0;
    }

    .about-page__process-number {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 44px;
        margin-bottom: 0;
        padding: 0;
        font-size: 13px;
        line-height: 44px;
        text-align: center;
        background: #ffffff;
    }

    .about-page__process-label,
    .about-page__timeline-label {
        padding-top: 10px;
    }

    .about-page__timeline-marker {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        box-shadow: 0 0 0 6px #ffffff;
    }

    .about-page__stats {
        grid-template-columns: 1fr;
        max-width: 420px;
    }

    .about-page__stat {
        padding: 24px 0;
        border-right: none;
        border-bottom: 1px solid #e4e4e0;
        text-align: left;
    }

    .about-page__stat:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .about-page__fit-list {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media (max-width: 767px) {
    .about-page__hero.inner__banners {
        padding: 128px 0 64px;
    }

    .about-page__who,
    .about-page__philosophy,
    .about-page__process,
    .about-page__principles,
    .about-page__lifecycle,
    .about-page__ownership,
    .about-page__experience {
        padding: 72px 0;
    }

    .about-page__fit {
        padding: 56px 0 24px;
    }

    .about-page__intro {
        margin-bottom: 36px;
    }

    .about-page__photo--who,
    .about-page__photo--ownership {
        max-width: 100%;
    }

    .about-page__principles-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .about-page__principle {
        text-align: left;
    }

    .about-page__principle-icon {
        margin-left: 0;
        margin-right: 0;
    }

    .about-page__stats {
        grid-template-columns: 1fr;
    }

    .about-page-body .contact__form__wrapper .section__eyebrow {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .about-page__hero-heading {
        font-size: 34px;
    }

    .about-page__heading,
    .about-page__heading--statement {
        font-size: 28px;
    }

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

    .about-page__hero-cta,
    .about-page__hero-secondary {
        width: 100%;
        text-align: center;
    }
}
