/* About page only styles (extracted from mynew, scoped) */
/* ========== About page (Grow Developer–style reference) ========== */
.about-page {
    --about-blue: #3b66f5;
    --about-ink: #222222;
    --about-card: #1a1a1a;
    --about-muted: #666666;
    --about-line: #d8dde5;
    /* about1 SVG outline — must match about.php feOffset |dx|/dy on #about-welcome-frame-outline */
    --about1-outline-dx: 40px;
    --about1-outline-dy: 50px;
    /* Extra room for stroke + diagonal + anti-alias so outline never clips */
    --about1-outline-pad: 14px;
    background: #ffffff;
    color: var(--about-ink);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    /* Prevent horizontal scroll strip on small screens */
    overflow-x: clip;
}

/* —— Welcome: image left, copy right —— */
.about-welcome {
    padding-top: clamp(4.5rem, 12vw, 11rem);
    padding-left: clamp(0.75rem, 2.5vw, 1.35rem);
    padding-right: clamp(0.75rem, 2.5vw, 1.35rem);
    padding-bottom: clamp(2.5rem, 5vw, 4rem);
    overflow: visible;
}

.about-welcome-inner {
    max-width: 1340px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.38fr);
    gap: clamp(1.75rem, 3.5vw, 3rem);
    align-items: start;
    overflow: visible;
}

.about-welcome-col--media {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: clamp(2rem, 4.25vw, 3.25rem);
    min-width: 0;
    width: 100%;
    overflow: visible;
}

.about-welcome-heading-block .about-welcome-title {
    margin-bottom: clamp(1.1rem, 2.25vw, 1.65rem);
}

.about-welcome-heading-block {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    text-align: left;
    box-sizing: border-box;
}

.about-welcome-visual {
    position: relative;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: visible;
    /* Reserve space for about1 SVG outline (left + down) + connector on all widths */
    padding-left: calc(var(--about1-outline-dx) + var(--about1-outline-pad));
    padding-bottom: calc(var(--about1-outline-dy) + var(--about1-outline-pad));
}

@media (min-width: 901px) {
    .about-welcome-heading-block .about-welcome-title {
        white-space: nowrap;
    }

    .about-welcome-copy {
        padding-top: clamp(11.75rem, 28vw, 16.5rem);
        padding-left: clamp(0.5rem, 1.5vw, 1.25rem);
        width: 100%;
        min-width: 0;
        justify-self: stretch;
    }
}

.about-welcome-frame {
    position: relative;
    border-radius: 2px;
    overflow: visible;
    background: linear-gradient(160deg, #eef1f6, #f8f9fb);
    line-height: 0;
    --outline-dx: var(--about1-outline-dx);
    --outline-dy: var(--about1-outline-dy);
}

.about-welcome-frame img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-filter: url(#about-welcome-frame-outline);
    filter: url(#about-welcome-frame-outline);
}

/* Kicker: home size; colour #222 on light About canvas */
.about-welcome-kicker {
    margin: 0 0 clamp(1rem, 2vw, 1.5rem);
    font-family: 'Archivo', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-transform: none;
    color: #222222;
}

/* Section H1/H2: home .home-our-services-title jaisa scale (paragraph styles alag, untouched) */
.about-welcome-title,
.about-showcase-title,
.about-diagonal-title,
.about-why-title,
.about-team-title {
    font-family: 'Archivo', sans-serif;
    font-size: 65px;
    font-weight: 500;
    line-height: 1.17;
    letter-spacing: 0.02em;
    text-transform: none;
}

.about-welcome-title {
    margin: 0 0 1.25rem;
    color: #222222;
}

.about-showcase-title {
    margin: -0.35rem 0 3.25rem;
    color: #f1f1f1;
}

.about-diagonal-title {
    margin: 0 0 1.15rem;
    color: #222222;
}

.about-why-title {
    margin: 0 0 1.15rem;
    color: #f1f1f1;
    text-align: left;
}

.about-team-title {
    margin: 0;
    color: #222222;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    .about-welcome-title,
    .about-showcase-title,
    .about-diagonal-title,
    .about-why-title,
    .about-team-title {
        font-size: 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {

    .about-welcome-title,
    .about-showcase-title,
    .about-diagonal-title,
    .about-why-title,
    .about-team-title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .about-welcome-title,
    .about-showcase-title,
    .about-diagonal-title,
    .about-why-title,
    .about-team-title {
        font-size: 46px;
    }
}

@media (max-width: 575px) {

    .about-welcome-kicker,
    .about-team-kicker {
        margin-bottom: clamp(0.85rem, 3vw, 1.15rem);
        font-size: 20px;
    }

    .about-welcome-title,
    .about-why-title,
    .about-team-title {
        font-size: 36px;
        text-align: start;
    }

    .about-showcase-title,
    .about-diagonal-title {
        font-size: 36px;
        text-align: center;
    }
}

/* SplitText (animation__word_come) — absolute words ke liye anchor */
.about-welcome-title.animation__word_come {
    position: relative;
}

/* Chhoti headings / tabs / accord titles — sab Archivo (home section labels jaisa) */
.about-page .about-tab-label,
.about-page .about-showcase .about-tab-label {
    font-family: 'Archivo', sans-serif;
    font-weight: 500;
    letter-spacing: 0.02em;
    font-size: 1.0625rem;
}

.about-page .about-showcase .about-tab-input:nth-of-type(1):checked~.about-tab-labels label[for='about-tab-story'],
.about-page .about-showcase .about-tab-input:nth-of-type(2):checked~.about-tab-labels label[for='about-tab-mission'],
.about-page .about-showcase .about-tab-input:nth-of-type(3):checked~.about-tab-labels label[for='about-tab-vision'] {
    font-weight: 600;
}

.about-page .about-accord-summary {
    font-family: 'Archivo', sans-serif;
    font-weight: 500;
    font-size: 1.0625rem;
    letter-spacing: 0.02em;
}

.about-page .about-stat-lite__label {
    font-family: 'Archivo', sans-serif;
    font-weight: 500;
    letter-spacing: 0.06em;
}

.about-page .about-team-role-tag,
.about-page .about-team-role-full {
    font-family: 'Archivo', sans-serif;
    letter-spacing: 0.06em;
}

.about-page .about-team-role-tag {
    font-weight: 600;
}

.about-page .about-team-role-full {
    font-weight: 500;
}

/* Body copy — Tenor Sans, home scale; weight 500 (lighter than home hero 600) */
.about-page .about-welcome-lead,
.about-page .about-diagonal-lead,
.about-page .about-team-lead {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 1.3125rem;
    font-weight: 500;
    line-height: 1.65;
    color: #222222;
}

.about-page .about-why-lead {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 1.3125rem;
    font-weight: 500;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
}

.about-showcase .about-tabs .about-tab-panel,
.about-showcase .about-tabs .about-tab-panel p {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 1.3125rem;
    font-weight: 500;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
}

.about-page .about-accord-body {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 1.3125rem;
    font-weight: 500;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 576px) {

    .about-page .about-welcome-lead,
    .about-page .about-diagonal-lead,
    .about-page .about-team-lead,
    .about-page .about-why-lead,
    .about-showcase .about-tabs .about-tab-panel,
    .about-showcase .about-tabs .about-tab-panel p,
    .about-page .about-accord-body {
        font-size: 1.125rem;
    }
}

.about-accent-line {
    height: 2px;
    max-width: 280px;
    margin-bottom: 1.35rem;
    background: linear-gradient(90deg, var(--about-blue) 0%, var(--about-blue) 42%, var(--about-line) 42%, var(--about-line) 100%);
    border-radius: 1px;
}

.about-welcome-copy .about-accent-line--above-lead {
    margin-top: 0;
    margin-bottom: 1.15rem;
    max-width: 10.5rem;
    width: 100%;
    height: 2px;
    background: var(--about-line);
    border-radius: 1px;
    position: relative;
    overflow: hidden;
}

.about-welcome-copy .about-accent-line--above-lead::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 22%;
    background: var(--about-blue);
    border-radius: inherit;
    animation: aboutWelcomeAccentBlueStretch 2.4s ease-in-out infinite alternate;
}

@keyframes aboutWelcomeAccentBlueStretch {
    from {
        width: 18%;
    }

    to {
        width: 88%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-welcome-copy .about-accent-line--above-lead::before {
        animation: none;
        width: 45%;
    }
}

.about-welcome-lead {
    margin: 0.65rem 0 2rem;
    max-width: min(100%, 62ch);
}

@media (min-width: 901px) {
    .about-welcome-lead {
        max-width: none;
        width: 100%;
        margin-top: 3.1rem;
    }
}

.about-welcome-cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
    margin-top: 0;
    padding-top: clamp(0.95rem, 3.75vw, 2.55rem);
}

@media (min-width: 901px) {
    .about-welcome-cta-row {
        padding-top: clamp(1.85rem, 5.1vw, 3.95rem);
        flex-wrap: nowrap;
        /* Top-align so Contact isn’t pulled down by the photo’s margin */
        align-items: flex-start;
    }
}

/* about2 outline vars — must match about-inline-photo-outline feOffset */
.about-welcome-inline-photo {
    --outline-dx: 28px;
    --outline-dy: 24px;
}

/* Plain small photo — no frame, natural aspect */
.about-welcome-inline-photo {
    position: relative;
    flex-shrink: 0;
    margin-left: auto;
    margin-top: clamp(0.4rem, 1.35vw, 0.85rem);
    max-width: clamp(156px, 22vw, 220px);
    line-height: 0;
    overflow: visible;
}

/* Connector about2: bottom-right photo → bottom-right of offset border */
.about-welcome-inline-photo::after {
    content: '';
    position: absolute;
    z-index: 4;
    pointer-events: none;
    left: 100%;
    bottom: 0;
    width: 36.878px;
    width: hypot(var(--outline-dx), var(--outline-dy));
    height: 1.5px;
    background: rgba(105, 114, 128, 0.92);
    transform-origin: left bottom;
    transform: rotate(40.601deg);
    transform: rotate(atan2(var(--outline-dy), var(--outline-dx)));
}

/* about1: bottom-left photo → offset border (feOffset -40, +50) */
.about-welcome-frame::after {
    content: '';
    position: absolute;
    z-index: 4;
    pointer-events: none;
    left: 0;
    bottom: 0;
    width: 64.031px;
    width: hypot(var(--outline-dx), var(--outline-dy));
    height: 1.5px;
    background: rgba(105, 114, 128, 0.92);
    transform-origin: left bottom;
    transform: rotate(128.66deg);
    transform: rotate(atan2(var(--outline-dy), calc(-1 * var(--outline-dx))));
}

.about-welcome-inline-photo img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-filter: url(#about-inline-photo-outline);
    filter: url(#about-inline-photo-outline);
}

@media (min-width: 901px) {
    .about-welcome-inline-photo {
        transform: translateX(clamp(-1.35rem, -2.6vw, -0.55rem));
    }
}

.about-welcome-cta-row .about-circle-cta {
    width: clamp(152px, 29vw, 198px);
    height: clamp(152px, 29vw, 198px);
    transform: translateX(clamp(2.85rem, 5.85vw, 5.15rem));
}

.about-welcome-cta-row .about-circle-cta:hover,
.about-welcome-cta-row .about-circle-cta:focus-visible {
    transform: translateX(clamp(2.85rem, 5.85vw, 5.15rem)) scale(1.03);
}

.about-welcome-cta-row .about-circle-cta__text {
    font-size: 0.875rem;
}

.about-circle-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(118px, 22vw, 148px);
    height: clamp(118px, 22vw, 148px);
    border: 0;
    border-radius: 50%;
    text-decoration: none;
    color: var(--about-ink);
    transition: color 0.25s ease;
    position: relative;
    overflow: hidden;
}

.about-circle-cta:hover,
.about-circle-cta:focus-visible {
    transform: none;
    color: var(--about-ink);
}

/* Services "c-button" jaisi hover fill animation (rotate-in from left) */
.about-circle-cta::after,
.about-circle-cta::before {
    content: "";
    width: inherit;
    height: inherit;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-180deg);
    transform-origin: left;
    transition: 0.4s ease-out;
    z-index: 0;
}

/* Dark base layer */
.about-circle-cta::before {
    background-color: transparent;
    transition-delay: 0.15s;
}

/* Top layer (same as services c-button) */
.about-circle-cta::after {
    background-color: #355efc;
}

.about-circle-cta:hover::after,
.about-circle-cta:hover::before,
.about-circle-cta:focus-visible::after,
.about-circle-cta:focus-visible::before {
    top: 0;
    left: 0;
    transform: rotate(0deg);
    transition: 0.4s ease-out;
}

.about-circle-cta:hover .about-circle-cta__text,
.about-circle-cta:focus-visible .about-circle-cta__text {
    color: #ffffff;
}

.about-circle-cta__text {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0.75rem;
    position: relative;
    z-index: 2;
    transition: 0.4s ease-out;
}

.about-circle-cta__border {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    border: 1px solid #5d5d5d;
    z-index: 1;
    pointer-events: none;
}

/* Magnetic cursor — sirf About (global .btn_wrapper Services layout ko hila deta tha) */
.about-page .btn_wrapper {
    position: relative;
    display: inline-flex;
}

/* —— Dark showcase — image + copy (like intro band, on #222) —— */
.about-showcase {
    padding: clamp(2.5rem, 5vw, 4rem) clamp(0.75rem, 2.5vw, 1.35rem);
    background: #222222;
    color: #fff;
}

@media (min-width: 901px) {
    .about-showcase {
        padding-left: clamp(0.2rem, 0.9vw, 0.55rem);
        padding-right: clamp(1.35rem, 3.5vw, 2.65rem);
    }
}

.about-showcase-inner {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(1.75rem, 3vw, 2.75rem);
    align-items: center;
}

.about-showcase-visual {
    min-width: 0;
}

@media (min-width: 901px) {
    .about-showcase-visual {
        justify-self: start;
        transform: translateX(-clamp(22px, 2.6vw, 44px));
    }
}

.about-showcase-frame {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 2px;
    overflow: hidden;
    background: #2a2a2a;
    width: 100%;
    max-width: 100%;
    line-height: 0;
}

.about-showcase-frame img {
    width: 100%;
    height: auto;
    max-height: min(88vh, 800px);
    object-fit: contain;
    object-position: center center;
    display: block;
}

/* Tabs inside dark showcase — override light-theme tab colors */
.about-showcase .about-tab-labels {
    border-bottom-color: rgba(255, 255, 255, 0.22);
    justify-content: flex-start;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.35rem 1.1rem;
}

.about-showcase .about-tab-label {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.25s ease;
}

.about-showcase .about-tab-input:nth-of-type(1):checked~.about-tab-labels label[for='about-tab-story'],
.about-showcase .about-tab-input:nth-of-type(2):checked~.about-tab-labels label[for='about-tab-mission'],
.about-showcase .about-tab-input:nth-of-type(3):checked~.about-tab-labels label[for='about-tab-vision'] {
    color: #fff;
}

/* —— About tabs (used in .about-showcase dark band) —— */
.about-tab-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem 2rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--about-line);
    padding-bottom: 0.85rem;
}

.about-tab-label {
    cursor: pointer;
    color: #9a9a9a;
    transition: color 0.2s ease, font-weight 0.2s ease;
}

.about-tab-input:nth-of-type(1):checked~.about-tab-labels label[for="about-tab-story"],
.about-tab-input:nth-of-type(2):checked~.about-tab-labels label[for="about-tab-mission"],
.about-tab-input:nth-of-type(3):checked~.about-tab-labels label[for="about-tab-vision"] {
    color: var(--about-ink);
    font-weight: 600;
}

.about-tab-panels {
    position: relative;
    min-height: clamp(6rem, 18vw, 12rem);
}

.about-tab-panel {
    display: none;
    margin: 0;
}

.about-tab-panel p {
    margin: 0;
}

.about-tab-input:nth-of-type(1):checked~.about-tab-panels #panel-story,
.about-tab-input:nth-of-type(2):checked~.about-tab-panels #panel-mission,
.about-tab-input:nth-of-type(3):checked~.about-tab-panels #panel-vision {
    display: block;
}

/* Showcase: equal panel height (stacked grid) + fade — avoids layout jump & weight shift on tabs */
.about-showcase .about-tab-panels {
    display: grid;
    grid-template-columns: 1fr;
    align-content: start;
    width: 100%;
    max-width: 100%;
    min-height: 0;
}

.about-showcase .about-tabs .about-tab-panel {
    grid-area: 1 / 1 / -1 / -1;
    display: block;
    align-self: start;
    width: 100%;
    max-width: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.about-showcase .about-tab-input:nth-of-type(1):checked~.about-tab-panels #panel-story,
.about-showcase .about-tab-input:nth-of-type(2):checked~.about-tab-panels #panel-mission,
.about-showcase .about-tab-input:nth-of-type(3):checked~.about-tab-panels #panel-vision {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
    .about-showcase .about-tabs .about-tab-panel {
        transition: none;
    }
}

/* —— Who we are — diagonal images + center copy —— */
.about-diagonal {
    padding-block: clamp(3rem, 7vw, 5.5rem);
    padding-inline: clamp(0.75rem, 2.5vw, 1.35rem);
    background: #fff;
    color: var(--about-ink);
}

.about-diagonal-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 520px) minmax(0, 1fr);
    gap: clamp(1.25rem, 3.5vw, 2.75rem);
    align-items: center;
}

.about-diagonal-col--left,
.about-diagonal-col--right {
    position: relative;
    min-height: min(48vw, 440px);
}

.about-diagonal-col--center {
    text-align: center;
    padding: clamp(0.5rem, 2vw, 1rem) 0;
}

.about-diagonal-lead {
    max-width: min(100%, 92ch);
    margin: 0 auto;
}

.about-diagonal-cut {
    overflow: hidden;
    background: #eceef3;
    height: 100%;
    min-height: min(48vw, 440px);
}

.about-diagonal-cut--left {
    clip-path: polygon(0 0, 100% 0, 62% 100%, 0 100%);
}

.about-diagonal-cut--right {
    clip-path: polygon(38% 0, 100% 0, 100% 100%, 0 100%);
}

.about-diagonal-cut img {
    width: 100%;
    height: 100%;
    min-height: min(48vw, 440px);
    object-fit: cover;
    object-position: center center;
    display: block;
}

.about-diagonal-inset {
    position: absolute;
    right: clamp(-0.25rem, -1vw, 0.5rem);
    bottom: clamp(6%, 10vw, 14%);
    width: min(46%, 220px);
    z-index: 2;
    border: 3px solid #fff;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}

.about-diagonal-inset img {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

@media (min-width: 1300px) {
    .about-diagonal-inner {
        max-width: min(1420px, 100%);
        width: 100%;
        margin-inline: auto;
        box-sizing: border-box;
        gap: 1.1rem 1.2rem;
        grid-template-columns: 1fr minmax(320px, 680px) 1fr;
    }

    .about-diagonal-col--left {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .about-diagonal-col--right {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .about-diagonal-col--left .about-diagonal-cut,
    .about-diagonal-col--right .about-diagonal-cut {
        width: 100%;
        max-width: min(320px, 28vw);
        flex-shrink: 0;
    }
}

/* —— Why dark —— */
.about-why {
    background: #222222;
    color: #fff;
    padding-top: clamp(3rem, 7vw, 5rem);
    padding-bottom: clamp(3.5rem, 7.5vw, 5.85rem);
    padding-inline: clamp(0.75rem, 2.5vw, 1.35rem);
}

.about-why-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.about-why-media {
    margin: 0 0 clamp(2.25rem, 4vw, 3.25rem);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 2px;
    overflow: hidden;
}

.about-why-media img {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center center;
}

.about-why-copy {
    text-align: left;
}

.about-why-lead {
    margin: 0;
    max-width: min(100%, 62ch);
}

@media (min-width: 901px) {
    .about-why-lead {
        max-width: none;
        width: 100%;
    }
}

/* —— About accord (2×2) — inside .about-why #222 —— */
.about-why-accord {
    margin-top: clamp(1.85rem, 3.25vw, 2.75rem);
    width: 100%;
    box-sizing: border-box;
}

.about-accord-grid {
    --about-accord-body-max: 5.75rem;
    --about-accord-stack-gap: clamp(0.95rem, 1.8vw, 1.25rem);
    max-width: none;
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--about-accord-stack-gap);
    align-items: start;
}

.about-accord-col {
    display: flex;
    flex-direction: column;
    gap: var(--about-accord-stack-gap);
    min-width: 0;
}

.about-accord-item {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 2px;
    padding: 0;
    background: rgba(255, 255, 255, 0.03);
    box-sizing: border-box;
}

.about-accord-summary {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    margin: 0;
    padding: clamp(1.2rem, 2.2vw, 1.45rem) clamp(1.2rem, 2.2vw, 1.5rem);
    color: #fff;
    text-align: left;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.about-accord-summary:focus {
    outline: none;
}

.about-accord-summary:focus-visible {
    outline: 2px solid var(--about-blue);
    outline-offset: -2px;
}

.about-accord-summary-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    min-width: 0;
    text-align: left;
}

.about-accord-title-text {
    line-height: 1.25;
}

.about-accord-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
}

.about-accord-icon {
    font-size: 1.15rem;
    line-height: 1;
}

.about-accord-icon--open {
    display: none;
}

.about-accord-item.is-open .about-accord-icon--closed {
    display: none;
}

.about-accord-item.is-open .about-accord-icon--open {
    display: block;
}

/* Smooth height: closing & opening panels animate in the same frame */
.about-accord-body-wrap {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}

.about-accord-item.is-open .about-accord-body-wrap {
    grid-template-rows: 1fr;
}

.about-accord-body-inner {
    min-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.about-accord-item.is-open .about-accord-body-inner {
    opacity: 1;
    min-height: var(--about-accord-body-max);
    transition-delay: 0.05s;
}

.about-accord-body {
    margin: 0;
    padding: 0 clamp(1.2rem, 2.2vw, 1.5rem) clamp(1.15rem, 2vw, 1.35rem);
}

@media (prefers-reduced-motion: reduce) {

    .about-accord-body-wrap,
    .about-accord-body-inner {
        transition: none;
    }

    .about-accord-item.is-open .about-accord-body-inner {
        transition-delay: 0s;
    }
}

/* —— Stats light —— */
.about-stats-light {
    background: #fff;
    padding: clamp(2.5rem, 5vw, 3.5rem) clamp(0.75rem, 2.5vw, 1.35rem);
    border-top: 1px solid var(--about-line);
    border-bottom: 1px solid var(--about-line);
}

.about-stats-light-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    text-align: center;
}

.about-stat-lite {
    position: relative;
    padding: 0.5rem 1rem;
    border-right: 1px solid var(--about-line);
}

.about-stat-lite:last-child {
    border-right: none;
}

.about-stat-lite__num {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.22em;
    /* Services jaisa: odometer/fact numbers typography */
    font-family: 'Archivo', sans-serif;
    font-size: 80px;
    font-weight: 500;
    color: #222222;
    line-height: 1;
    letter-spacing: -0.01em;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-stat-lite__num {
        font-size: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .about-stat-lite__num {
        font-size: 70px;
    }
}

@media (max-width: 450px) {
    .about-stat-lite__num {
        font-size: 60px;
    }
}

/* HubSpot odometer.js (theme-default CDN) — match stats row typography */
.about-stats-light .odometer.odometer-theme-default,
.about-stats-light .odometer.odometer-auto-theme {
    display: inline-block;
    vertical-align: baseline;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.05;
    color: inherit;
}

.about-stat-odometer {
    font-variant-numeric: tabular-nums;
}

/* Odometer digits ko template jaisa horizontal stack + same ribbon speed */
.about-stats-light .odometer .odometer-digit {
    display: inline-block !important;
    vertical-align: middle;
    position: relative;
}

.about-stats-light .odometer .odometer-ribbon-inner {
    transition: transform 2s !important;
}

@media (prefers-reduced-motion: reduce) {
    .about-stats-light .odometer .odometer-ribbon-inner {
        transition: none !important;
    }
}

.about-stat-plus {
    color: var(--about-blue);
    font-weight: 400;
    font-size: 0.4em;
    line-height: 1;
    position: relative;
    top: -0.38em;
    margin-left: 0;
    letter-spacing: 0;
}

.about-stat-lite__label {
    display: block;
    margin-top: 0.6rem;
    max-width: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-inline: 0.2rem;
    box-sizing: border-box;
    font-size: clamp(0.68rem, 1.05vw, 0.82rem);
    text-transform: uppercase;
    color: #222222;
    line-height: 1.35;
    white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
    .about-stats-light .odometer .odometer-ribbon-inner {
        transition: none !important;
    }
}

/* —— Life masonry —— */
.about-life {
    padding: clamp(3rem, 7vw, 5rem) clamp(0.75rem, 2.5vw, 1.35rem);
    background: #fff;
}

.about-life-title {
    font-family: 'Archivo', sans-serif;
    text-align: center;
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 800;
    margin: 0 0 2.5rem;
    line-height: 1.15;
}

.about-life-title__dark {
    color: var(--about-ink);
}

.about-life-title__blue {
    color: var(--about-blue);
}

.about-life-masonry {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: minmax(170px, 28vh) minmax(170px, 28vh);
    gap: 0.65rem;
}

.about-life-tile {
    overflow: hidden;
    border: 1px solid var(--about-line);
}

.about-life-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 100%;
}

.about-life-tile--tall {
    grid-column: 1;
    grid-row: 1 / -1;
    min-height: min(56vh, 420px);
}

.about-life-tile--wide {
    grid-column: 2 / -1;
    grid-row: 1;
}

.about-life-tile--mid {
    grid-column: 2;
    grid-row: 2;
}

.about-life-tile--short {
    grid-column: 3;
    grid-row: 2;
}

.about-life-join-wrap {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
}

.about-life-join {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(140px, 28vw, 180px);
    height: clamp(140px, 28vw, 180px);
    border-radius: 50%;
    background: var(--about-blue);
    color: #fff;
    font-weight: 700;
    font-size: clamp(0.85rem, 2vw, 1rem);
    text-align: center;
    text-decoration: none;
    padding: 1rem;
    line-height: 1.3;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-life-join:hover,
.about-life-join:focus-visible {
    transform: scale(1.05);
    box-shadow: 0 16px 40px rgba(59, 102, 245, 0.35);
}

/* —— Discuss dark + script —— */
.about-discuss {
    background: var(--about-card);
    padding: clamp(3.5rem, 8vw, 6rem) clamp(0.75rem, 2.5vw, 1.35rem);
    position: relative;
    overflow: hidden;
}

.about-discuss-inner {
    max-width: min(1100px, 100%);
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-discuss-stack {
    position: relative;
    margin: 0 0 clamp(2.25rem, 5vw, 3.5rem);
    font-family: 'Archivo', sans-serif;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 0.02em;
    color: #fff;
}

.about-discuss-line {
    display: block;
}

.about-discuss-line--combined {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 0.25em 0.45em;
    margin-bottom: 0.2em;
}

.about-discuss-caps {
    font-family: 'Archivo', sans-serif;
    font-weight: 500;
    font-size: clamp(2.75rem, 7.8vw, 4.85rem);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #fff;
    line-height: 1.08;
}

.about-discuss-script-inline {
    font-family: 'autographyregular', cursive;
    font-size: clamp(3.85rem, 11vw, 6.5rem);
    font-weight: normal;
    color: var(--about-blue);
    text-transform: none;
    letter-spacing: 0.02em;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.about-discuss-script {
    font-family: 'autographyregular', cursive;
    font-size: clamp(2.5rem, 7vw, 4.25rem);
    font-weight: normal;
    color: var(--about-blue);
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
    display: block;
    margin: -0.15em 0;
    position: relative;
    z-index: 1;
}

.about-discuss-orbit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(112px, 22vw, 158px);
    height: clamp(112px, 22vw, 158px);
    border-radius: 50%;
    background: var(--about-blue);
    text-decoration: none;
}

.about-discuss-orbit:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.9);
    outline-offset: 3px;
}

.about-discuss-plane {
    width: clamp(3.25rem, 16vw, 4.5rem);
    height: auto;
    max-height: 62%;
    display: block;
    object-fit: contain;
    /* white default; hover uses same filter props so transition eases through greys */
    filter: brightness(0) invert(1);
    transition: filter 0.75s cubic-bezier(0.45, 0, 0.25, 1);
}

.about-discuss-orbit:hover .about-discuss-plane,
.about-discuss-orbit:focus-visible .about-discuss-plane {
    filter: brightness(1) invert(0);
}

@media (prefers-reduced-motion: reduce) {
    .about-discuss-plane {
        transition-duration: 0.15s;
    }
}

/* —— Team —— */
.about-team {
    padding: clamp(3rem, 7vw, 5rem) clamp(0.75rem, 2.5vw, 1.35rem);
    overflow-x: clip;
    background: #f8f8fa;
    background-image:
        linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
        linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
        linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
        linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    background-size: 24px 24px;
    background-position: 0 0, 12px 0, 12px -12px, 0 12px;
}

.about-team-head {
    max-width: min(1260px, 100%);
    margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(1.25rem, 3vw, 2.5rem) clamp(2rem, 5vw, 4rem);
    align-items: start;
    text-align: left;
}

.about-team-head-main {
    min-width: 0;
}

.about-team-kicker {
    margin: 0 0 clamp(1rem, 2vw, 1.5rem);
    font-family: 'Archivo', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-transform: none;
    color: #3f63ff;
}

/* Match .about-welcome-lead (Tenor block upar) */
.about-team-lead {
    margin: 0;
    padding-top: 0.15rem;
    max-width: min(100%, 62ch);
    align-self: start;
}

@media (min-width: 901px) {
    .about-team-lead {
        max-width: none;
        width: 100%;
    }
}

.about-team-list {
    max-width: min(1260px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    min-width: 0;
}

/* Wider track = less empty space left/right (same padding as rest of about page) */
@media (min-width: 1200px) {

    .about-team-head,
    .about-team-list {
        max-width: min(1520px, 100%);
    }
}

.about-team-row {
    --about-team-row-h: clamp(10.85rem, 21vw, 13.15rem);
    display: grid;
    grid-template-columns: minmax(8.75rem, 9.5rem) minmax(0, 1fr) minmax(5.25rem, 7.5rem);
    gap: clamp(0.5rem, 1.5vw, 1rem) clamp(0.85rem, 2.5vw, 1.65rem);
    align-items: center;
    min-height: var(--about-team-row-h);
    min-width: 0;
    padding: 1.05rem 0;
    box-sizing: border-box;
    border-top: 1px solid #e2e4e8;
    outline: none;
}

.about-team-row:last-child {
    border-bottom: 1px solid #e2e4e8;
}

.about-team-role-col {
    justify-self: center;
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.4rem;
    width: 100%;
    max-width: 9.25rem;
    min-width: 0;
    text-align: left;
}

.about-team-role-tag {
    font-size: clamp(0.72rem, 1.05vw, 0.88rem);
    text-transform: uppercase;
    color: var(--about-blue);
    line-height: 1.15;
}

.about-team-role-full {
    font-size: clamp(0.56rem, 0.82vw, 0.68rem);
    text-transform: uppercase;
    color: #a8adb6;
    line-height: 1.35;
}

.about-team-name-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: clamp(0.4rem, 1.5vw, 0.85rem);
    min-width: 0;
    width: 100%;
    max-width: 100%;
    text-align: left;
    justify-self: stretch;
    overflow: visible;
}

.about-team-name {
    font-family: 'Archivo', system-ui, sans-serif;
    font-size: clamp(3.55rem, 9.5vw, 6.45rem);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #c8ccd4;
    line-height: 1;
    white-space: nowrap;
    min-width: 0;
    transition: color 0.35s ease;
}

.about-team-avatar {
    width: clamp(82px, 13vw, 112px);
    height: clamp(82px, 13vw, 112px);
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: none;
    box-shadow: none;
    background: #fff;
    transform: scale(1);
    transform-origin: center center;
    transition: transform 0.85s cubic-bezier(0.45, 0, 0.25, 1);
    will-change: transform;
}

.about-team-row:hover .about-team-name,
.about-team-row:focus-within .about-team-name {
    color: var(--about-blue);
}

.about-team-row:hover .about-team-avatar,
.about-team-row:focus-within .about-team-avatar {
    transform: scale(2.18);
}

.about-team-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (prefers-reduced-motion: reduce) {

    .about-team-name,
    .about-team-avatar {
        transition: none;
    }

    .about-team-row:hover .about-team-avatar,
    .about-team-row:focus-within .about-team-avatar {
        transform: none;
    }
}

.about-team-details {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    align-self: center;
    width: clamp(82px, 13vw, 112px);
    height: clamp(82px, 13vw, 112px);
    border-radius: 50%;
    border: 2px solid #c5c9d0;
    box-sizing: border-box;
    font-family: 'Archivo', sans-serif;
    font-size: clamp(0.68rem, 1vw, 0.82rem);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    color: #222222;
    transition: color 0.4s ease-out;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.about-team-details:hover,
.about-team-details:focus-visible {
    border-color: transparent;
    color: #ffffff;
}

/* Details buttons: same hover-fill style as top contact button */
.about-team-details::before,
.about-team-details::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    transform: rotate(-180deg);
    transform-origin: left;
    transition: 0.4s ease-out;
    z-index: -1;
}

.about-team-details::before {
    background: transparent;
    transition-delay: 0.15s;
}

.about-team-details::after {
    background: #355efc;
}

.about-team-details:hover::before,
.about-team-details:hover::after,
.about-team-details:focus-visible::before,
.about-team-details:focus-visible::after {
    transform: rotate(0deg);
}

/* Team: 3-column row — scaled type + circles up to 1300px (matches wide layout, no stack) */
@media (max-width: 1300px) {
    .about-team-row {
        --about-team-row-h: clamp(7.75rem, 16vw, 10.5rem);
        grid-template-columns: minmax(5.5rem, 7rem) minmax(0, 1fr) minmax(3.75rem, 5.5rem);
        gap: clamp(0.35rem, 1.1vw, 0.65rem) clamp(0.45rem, 1.2vw, 0.85rem);
        text-align: left;
        justify-items: stretch;
    }

    .about-team-role-col {
        max-width: 7rem;
        align-items: flex-start;
        text-align: left;
        justify-self: start;
    }

    .about-team-name {
        font-size: clamp(1.5rem, 4.6vw + 0.2rem, 3.95rem);
        letter-spacing: 0.03em;
    }

    .about-team-name-wrap {
        gap: clamp(0.3rem, 1.1vw, 0.55rem);
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding-inline: 0;
    }

    .about-team-avatar,
    .about-team-details {
        width: clamp(48px, 8.5vw, 88px);
        height: clamp(48px, 8.5vw, 88px);
    }

    .about-team-details {
        font-size: clamp(0.58rem, 0.85vw, 0.72rem);
        justify-self: end;
    }
}

/* Team: same row layout under 900px — narrower columns + smaller type (no single-column stack) */
@media (max-width: 900px) {
    .about-team-row {
        --about-team-row-h: clamp(5.65rem, 20vw, 8.25rem);
        grid-template-columns: minmax(3.35rem, 4.35rem) minmax(0, 1fr) minmax(2.45rem, 3.35rem);
        gap: 0.2rem clamp(0.25rem, 1.5vw, 0.45rem);
        padding: 0.55rem 0;
        min-height: var(--about-team-row-h);
    }

    .about-team-role-col {
        max-width: 4.35rem;
        gap: 0.25rem;
    }

    .about-team-role-tag {
        font-size: clamp(0.52rem, 2.85vw, 0.72rem);
        letter-spacing: 0.07em;
    }

    .about-team-role-full {
        font-size: clamp(0.44rem, 2.15vw, 0.58rem);
        letter-spacing: 0.05em;
        line-height: 1.28;
    }

    .about-team-name {
        font-size: clamp(0.95rem, 5.4vw + 0.12rem, 2.2rem);
        letter-spacing: 0.02em;
    }

    .about-team-name-wrap {
        gap: clamp(0.12rem, 1.6vw, 0.3rem);
    }

    .about-team-avatar,
    .about-team-details {
        width: clamp(40px, 10vw, 55px);
        height: clamp(40px, 10vw, 55px);
    }

    .about-team-details {
        font-size: clamp(0.4rem, 2vw, 0.48rem);
        letter-spacing: 0;
    }
}

/* —— Shared buttons (contact-style) —— */
.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.82rem 1.5rem;
    font-family: 'Archivo', sans-serif;
    font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-decoration: none;
    border-radius: 2px;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.about-btn--on-dark {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.92);
}

.about-btn--on-dark:hover {
    background: var(--about-blue);
    border-color: var(--about-blue);
    color: #fff;
}

.about-btn--ghost-light {
    background: transparent;
    color: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.about-btn--ghost-light:hover {
    border-color: #fff;
    color: #fff;
}

.about-btn .about-btn-arrow {
    font-size: 1.05rem;
    display: inline-block;
    vertical-align: middle;
}

.about-btn:hover .about-btn-arrow,
.about-btn:focus-visible .about-btn-arrow {
    animation: contactSubmitArrowSlide 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@media (prefers-reduced-motion: reduce) {

    .about-btn:hover .about-btn-arrow,
    .about-btn:focus-visible .about-btn-arrow {
        animation: none;
    }
}

@media (max-width: 900px) {
    .about-welcome-inner {
        grid-template-columns: 1fr;
    }

    .about-welcome-col--media {
        order: 1;
        margin-left: 0;
    }

    .about-welcome-copy {
        order: 2;
        padding-top: clamp(1rem, 3vw, 1.5rem);
        padding-left: 0;
    }

    .about-welcome-heading-block .about-welcome-title {
        white-space: normal;
    }

    .about-welcome-heading-block {
        margin-left: 0;
        transform: none;
    }

    .about-welcome-visual {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .about-showcase-inner {
        grid-template-columns: 1fr;
    }

    .about-showcase-visual {
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        justify-self: stretch;
        transform: none;
    }

    .about-showcase-copy {
        text-align: center;
    }

    .about-showcase .about-tab-labels {
        justify-content: center;
        flex-wrap: wrap;
    }

    .about-showcase .about-tab-label {
        flex: 1 1 auto;
        min-width: min(100%, 7rem);
    }

    .about-showcase .about-tab-panel {
        text-align: center;
    }

    .about-diagonal-inner {
        grid-template-columns: 1fr;
        gap: clamp(1.75rem, 4vw, 2.5rem);
    }

    .about-diagonal-col--center {
        order: -1;
    }

    .about-diagonal-col--left,
    .about-diagonal-col--right {
        min-height: min(62vw, 320px);
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .about-diagonal-cut {
        min-height: min(62vw, 320px);
    }

    .about-diagonal-cut img {
        min-height: min(62vw, 320px);
    }

    .about-diagonal-inset {
        position: absolute;
        right: 4%;
        bottom: 8%;
        width: min(48%, 200px);
    }

    .about-accord-grid {
        grid-template-columns: 1fr;
    }

    .about-stats-light-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-stat-lite:nth-child(2) {
        border-right: none;
    }

    .about-stat-lite:nth-child(1),
    .about-stat-lite:nth-child(2) {
        border-bottom: 1px solid var(--about-line);
        padding-bottom: 1.25rem;
        margin-bottom: 0.5rem;
    }

    .about-life-masonry {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

    .about-life-tile--tall,
    .about-life-tile--wide,
    .about-life-tile--short,
    .about-life-tile:not(.about-life-tile--tall):not(.about-life-tile--wide):not(.about-life-tile--short) {
        grid-column: span 1;
        grid-row: span 1;
        min-height: 140px;
    }

    .about-team-head {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .about-team-lead {
        justify-self: center;
        max-width: 48ch;
    }
}

@media (max-width: 576px) {
    .about-tab-labels {
        flex-direction: column;
        gap: 0.5rem;
    }

    .about-showcase .about-tab-labels {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.65rem 1rem;
    }

    .about-stats-light-inner {
        grid-template-columns: 1fr;
    }

    .about-stat-lite {
        border-right: none;
        border-bottom: 1px solid var(--about-line);
        padding: 1rem;
    }

    .about-stat-lite:last-child {
        border-bottom: none;
    }

    .about-stat-lite__label {
        white-space: normal;
        font-size: clamp(0.62rem, 3.1vw, 0.76rem);
    }

    .about-btn {
        width: 100%;
        box-sizing: border-box;
    }
}

/* About page: all headings typography same as Welcome heading */
.about-page h1,
.about-page h2 {
    font-family: 'Archivo', 'Archivo', system-ui, sans-serif;
    font-weight: 500;
    line-height: 1.17;
    letter-spacing: 0;
    text-transform: none;
}
