body.about-page-live {
    background: #fffaf5;
}

.about-page-main {
    overflow: clip;
}

body.motion-enabled.about-page-live .about-page-main .motion-reveal {
    transform: translate3d(0, 18px, 0);
    transition:
        opacity 0.52s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-hero {
    position: relative;
    padding: 136px 0 92px;
    background:
        radial-gradient(circle at 86% 20%, rgba(255, 220, 168, 0.32), transparent 34%),
        linear-gradient(135deg, #f6aa37 0%, #f28a16 100%);
}

.about-hero::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 52%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 58%);
    pointer-events: none;
}

.about-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(360px, 1.02fr);
    gap: clamp(22px, 3vw, 52px);
    align-items: center;
}

.about-hero__copy {
    display: grid;
    gap: 16px;
}

.about-hero__copy .live-eyebrow {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
}

.about-hero__copy h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(40px, 4.6vw, 68px);
    line-height: 1.04;
    letter-spacing: -0.05em;
}

.about-hero__copy p {
    margin: 0;
    max-width: 60ch;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.84;
}

.about-hero__bullets {
    margin: 2px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.about-hero__bullets li {
    position: relative;
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 15px;
    line-height: 1.64;
}

.about-hero__bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.56em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
}

.about-hero__actions {
    margin-top: 8px;
}

.about-hero__visual {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.about-hero__illustration {
    width: min(100%, 600px);
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.about-hero__illustration img {
    width: 100%;
    border-radius: 0;
    background: transparent;
    filter: drop-shadow(0 20px 38px rgba(120, 63, 7, 0.24));
}

.about-section {
    padding: 80px 0;
}

.about-section--stats {
    padding: 20px 0 12px;
}

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

.about-stat {
    position: relative;
    border-radius: 18px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(17, 24, 39, 0.06);
    padding: 20px 18px 22px;
    text-align: center;
}

.about-stat__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(245, 154, 35, 0.14);
    color: #c9761b;
    font-size: 18px;
}

.about-stat strong {
    display: block;
    margin-top: 10px;
    color: #111827;
    font-size: clamp(32px, 3.1vw, 46px);
    line-height: 1;
    letter-spacing: -0.03em;
}

.about-stat__label {
    display: block;
    margin-top: 8px;
    color: rgba(17, 24, 39, 0.66);
    font-size: 14px;
}

.about-section--narrative {
    padding: 64px 0 28px;
    background:
        radial-gradient(circle at 8% 22%, rgba(255, 201, 122, 0.2), transparent 34%),
        radial-gradient(circle at 84% 88%, rgba(70, 120, 240, 0.1), transparent 38%),
        #fffaf5;
}

.about-narrative {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(16px, 2.4vw, 30px);
    align-items: start;
}

.about-narrative__lead {
    position: sticky;
    top: 112px;
    border-radius: 24px;
    padding: clamp(20px, 3vw, 30px);
    background: linear-gradient(145deg, #fff2dd 0%, #fffaf1 100%);
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 20px 38px rgba(17, 24, 39, 0.08);
}

.about-narrative__lead h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.14;
    letter-spacing: -0.05em;
}

.about-narrative__lead p {
    margin: 12px 0 0;
    color: rgba(17, 24, 39, 0.72);
    font-size: 16px;
    line-height: 1.84;
}

.about-narrative__lead blockquote {
    margin: 16px 0 0;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(245, 154, 35, 0.26);
    background: rgba(255, 255, 255, 0.86);
    color: #0f172a;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.65;
}

.about-narrative__chapters {
    display: grid;
    gap: 12px;
}

.about-chapter {
    border-radius: 20px;
    padding: 20px 18px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: #ffffff;
    box-shadow: 0 16px 30px rgba(17, 24, 39, 0.06);
}

.about-chapter span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: #e8f0ff;
    color: #2f67e8;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-weight: 800;
}

.about-chapter h3 {
    margin: 12px 0 8px;
    color: #0f172a;
    font-size: clamp(24px, 2.3vw, 32px);
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.about-chapter p {
    margin: 0;
    color: rgba(17, 24, 39, 0.7);
    font-size: 15px;
    line-height: 1.74;
}

.about-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: clamp(18px, 2.2vw, 26px);
    align-items: stretch;
}

.about-intro__media {
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 18px 34px rgba(17, 24, 39, 0.08);
}

.about-intro__media img {
    width: 100%;
    height: auto;
    display: block;
}

.about-intro__copy {
    display: grid;
    gap: 14px;
}

.about-intro__copy--solo {
    max-width: 100%;
}

.about-intro__copy h2 {
    margin: 0;
    color: #111827;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.12;
    letter-spacing: -0.05em;
}

.about-intro__copy p {
    margin: 0;
    color: rgba(17, 24, 39, 0.74);
    font-size: 16px;
    line-height: 1.82;
}

.about-footprints {
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.about-footprints span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: #fff1df;
    color: #bf6f12;
    font-size: 13px;
    font-weight: 700;
}

.about-intro__highlights {
    display: grid;
    gap: 10px;
}

.about-highlight {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    padding: 14px 14px;
    border-radius: 16px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(17, 24, 39, 0.05);
}

.about-highlight__icon {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(47, 103, 232, 0.12);
    color: #2f67e8;
    font-size: 17px;
}

.about-highlight h3 {
    margin: 0;
    color: #0f172a;
    font-size: 18px;
    line-height: 1.28;
}

.about-highlight p {
    margin: 6px 0 0;
    color: rgba(17, 24, 39, 0.7);
    font-size: 14px;
    line-height: 1.62;
}

.about-section--capabilities {
    background:
        radial-gradient(circle at 14% 18%, rgba(255, 233, 204, 0.4), transparent 28%),
        linear-gradient(180deg, #fffaf4 0%, #fff6eb 100%);
}

.about-section-lead {
    width: min(820px, 100%);
    margin: 12px auto 0;
    text-align: center;
    color: rgba(17, 24, 39, 0.66);
    font-size: 16px;
    line-height: 1.78;
}

.about-capability-grid {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.about-capability {
    position: relative;
    border-radius: 20px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: #ffffff;
    box-shadow: 0 16px 32px rgba(17, 24, 39, 0.05);
    padding: 22px 18px 20px;
    overflow: hidden;
}

.about-capability::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, #f59a23 0%, #2f67e8 100%);
}

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

.about-capability__icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #c9761b;
    background: rgba(245, 154, 35, 0.14);
    font-size: 21px;
}

.about-capability__index {
    color: rgba(47, 103, 232, 0.58);
    font-size: 13px;
    letter-spacing: 0.12em;
    font-weight: 700;
}

.about-capability h3 {
    margin: 12px 0 10px;
    color: #111827;
    font-size: 24px;
    line-height: 1.2;
}

.about-capability p {
    margin: 0;
    color: rgba(17, 24, 39, 0.7);
    font-size: 15px;
    line-height: 1.72;
}

.about-principles {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.about-section--methodology {
    padding-top: 64px;
    background:
        radial-gradient(circle at 90% 12%, rgba(53, 108, 234, 0.08), transparent 34%),
        radial-gradient(circle at 12% 82%, rgba(242, 153, 45, 0.08), transparent 34%),
        #fffaf5;
}

.about-method-grid {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.about-method {
    position: relative;
    border-radius: 20px;
    padding: 22px 18px 20px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: #ffffff;
    box-shadow: 0 16px 32px rgba(17, 24, 39, 0.05);
}

.about-method__step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: #ffedd6;
    color: #bf6f12;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.about-method__icon {
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: rgba(242, 153, 45, 0.14);
    color: #cf7b1a;
    font-size: 24px;
}

.about-method h3 {
    margin: 14px 0 8px;
    color: #111827;
    font-size: 22px;
    line-height: 1.2;
}

.about-method p {
    margin: 0;
    color: rgba(17, 24, 39, 0.72);
    font-size: 15px;
    line-height: 1.74;
}

.about-principle {
    position: relative;
    border-radius: 20px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: #ffffff;
    box-shadow: 0 16px 30px rgba(17, 24, 39, 0.05);
    padding: 22px 18px 20px;
}

.about-principle__icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #2f67e8;
    background: rgba(47, 103, 232, 0.12);
    font-size: 21px;
}

.about-principle h3 {
    margin: 12px 0 8px;
    color: #0f172a;
    font-size: 22px;
    line-height: 1.2;
}

.about-principle p {
    margin: 0;
    color: rgba(17, 24, 39, 0.72);
    font-size: 15px;
    line-height: 1.72;
}

.about-section--timeline {
    background: #fffaf5;
}

.about-timeline {
    position: relative;
    margin-top: 28px;
    display: grid;
    gap: 20px;
    padding: 8px 0;
}

.about-timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(242, 153, 45, 0.36), rgba(53, 108, 234, 0.36));
}

.about-timeline__event {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 128px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
}

.about-timeline__event.is-left .about-timeline__card {
    grid-column: 1;
    justify-self: end;
}

.about-timeline__event.is-right .about-timeline__card {
    grid-column: 3;
    justify-self: start;
}

.about-timeline__card {
    width: min(100%, 520px);
    border-radius: 18px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(17, 24, 39, 0.05);
    padding: 18px 18px 16px;
}

.about-timeline__phase {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    background: #ffe8cc;
    color: #c26f12;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.about-timeline__center {
    grid-column: 2;
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: 8px;
}

.about-timeline__dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #2f67e8;
    box-shadow: 0 0 0 5px rgba(47, 103, 232, 0.16);
}

.about-timeline__year {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    color: #ffffff;
    background: #f29b29;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.about-timeline__card h3 {
    margin: 12px 0 8px;
    color: #0f172a;
    font-size: 24px;
    line-height: 1.2;
}

.about-timeline__card p {
    margin: 0;
    color: rgba(17, 24, 39, 0.7);
    font-size: 15px;
    line-height: 1.72;
}

.about-section--assurance {
    padding: 48px 0;
    background:
        radial-gradient(circle at 14% 14%, rgba(255, 191, 106, 0.2), transparent 30%),
        radial-gradient(circle at 85% 80%, rgba(99, 157, 255, 0.12), transparent 34%),
        linear-gradient(155deg, #fff7ea 0%, #ffffff 100%);
}

.about-assurance {
    position: relative;
    overflow: visible;
    border-radius: 0;
    padding: clamp(24px, 3vw, 38px);
    background: transparent;
    border: 0;
    box-shadow: none;
}

.about-assurance__head {
    position: relative;
    z-index: 1;
    text-align: center;
}

.about-assurance__head .live-small-title {
    color: rgba(17, 24, 39, 0.6);
}

.about-assurance__head h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.16;
    letter-spacing: -0.04em;
}

.about-assurance__grid {
    position: relative;
    z-index: 1;
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.about-assurance__card {
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    padding: 18px 16px;
    box-shadow: 0 14px 26px rgba(17, 24, 39, 0.06);
}

.about-assurance__icon {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(245, 154, 35, 0.14);
    color: #c9761b;
    font-size: 22px;
}

.about-assurance__card h3 {
    margin: 12px 0 6px;
    color: #0f172a;
    font-size: 22px;
    line-height: 1.2;
}

.about-assurance__card p {
    margin: 0;
    color: rgba(17, 24, 39, 0.72);
    font-size: 15px;
    line-height: 1.72;
}

.about-section--cta {
    padding-top: 30px;
}

.about-cta {
    border-radius: 24px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 224, 173, 0.24), transparent 28%),
        radial-gradient(circle at 88% 86%, rgba(160, 202, 255, 0.2), transparent 30%),
        #ffffff;
    box-shadow: 0 20px 40px rgba(17, 24, 39, 0.08);
    padding: clamp(22px, 3vw, 36px);
    text-align: center;
}

.about-cta h2 {
    margin: 0;
    color: #111827;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.14;
    letter-spacing: -0.04em;
}

.about-cta p {
    margin: 12px auto 0;
    max-width: 70ch;
    color: rgba(17, 24, 39, 0.68);
    font-size: 16px;
    line-height: 1.8;
}

.about-cta__actions {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

@media (max-width: 1200px) {
    .about-hero__grid,
    .about-intro {
        grid-template-columns: 1fr;
    }

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

    .about-narrative__lead {
        position: static;
    }

    .about-stats,
    .about-intro__highlights,
    .about-method-grid,
    .about-capability-grid,
    .about-principles,
    .about-assurance__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-timeline::before {
        left: 22px;
        transform: none;
    }

    .about-timeline__event {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 12px;
    }

    .about-timeline__event .about-timeline__center {
        grid-column: 1;
    }

    .about-timeline__event .about-timeline__card {
        grid-column: 2;
        justify-self: stretch;
        width: 100%;
    }

    .about-timeline__event.is-left .about-timeline__card,
    .about-timeline__event.is-right .about-timeline__card {
        grid-column: 2;
        justify-self: stretch;
    }
}

@media (max-width: 767px) {
    .about-hero {
        padding: 112px 0 72px;
    }

    .about-hero__copy h1 {
        font-size: clamp(32px, 9.5vw, 42px);
    }

    .about-hero__copy p {
        font-size: 15px;
        line-height: 1.78;
    }

    .about-hero__illustration {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }

    .about-stats,
    .about-intro__highlights,
    .about-method-grid,
    .about-capability-grid,
    .about-principles,
    .about-assurance__grid {
        grid-template-columns: 1fr;
    }

    .about-section-lead {
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.7;
    }

    .about-section--narrative {
        padding-top: 48px;
    }

    .about-timeline {
        margin-top: 22px;
        gap: 14px;
    }

    .about-timeline::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .about-timeline__event {
        grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr);
        gap: 8px;
        align-items: center;
    }

    .about-timeline__event .about-timeline__center {
        grid-column: 2;
    }

    .about-timeline__event.is-left .about-timeline__card {
        grid-column: 1;
        justify-self: end;
    }

    .about-timeline__event.is-right .about-timeline__card {
        grid-column: 3;
        justify-self: start;
    }

    .about-timeline__event .about-timeline__card {
        width: 100%;
        min-width: 0;
        padding: 12px 10px 11px;
        border-radius: 14px;
    }

    .about-timeline__year {
        min-height: 26px;
        padding: 0 8px;
        font-size: 11px;
        letter-spacing: 0.03em;
    }

    .about-timeline__card h3 {
        margin: 8px 0 6px;
        font-size: 16px;
        line-height: 1.34;
        letter-spacing: -0.01em;
        word-break: break-word;
    }

    .about-timeline__card p {
        font-size: 12px;
        line-height: 1.58;
        word-break: break-word;
    }

    .about-timeline__phase {
        min-height: 22px;
        padding: 0 8px;
        font-size: 10px;
    }

    .about-capability h3,
    .about-principle h3,
    .about-assurance__card h3 {
        font-size: 21px;
        line-height: 1.16;
    }

    .about-section {
        padding: 62px 0;
    }

    .about-section--stats {
        padding-top: 24px;
    }

    .about-cta h2 {
        font-size: clamp(28px, 8vw, 36px);
    }

    .about-assurance__head h2 {
        font-size: clamp(28px, 8vw, 34px);
    }
}
