@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Outfit", sans-serif;
    background: #ffffff;
    color: #ffffff;
}

/* Hero — rounded gradient banner, staggered headline */
.about-hero {

    padding: 0px;
}

.about-hero-inner {
    width: 100%;
    margin: 0 auto;
}

.about-hero-banner {
    position: relative;
    overflow: hidden;
}

.about-hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("https://images.unsplash.com/photo-1613031876173-da7407c43fff?q=80&w=1359&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    pointer-events: none;
}

.about-hero-heading {
    position: relative;
    z-index: 1;
    margin: 0;
    min-height: clamp(220px, 37vw, 440px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding: clamp(2rem, 5vw, 3.75rem) clamp(1.75rem, 4vw, 3.75rem);
    font-weight: 700;
    font-size: clamp(2rem, 8.5vw, 6.5rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: #ffffffe7;
}

.about-hero-line {
    display: block;
    max-width: 100%;
}

.about-hero-line--primary {
    align-self: flex-start;
    text-align: left;
}

.about-hero-line--secondary {
    align-self: flex-end;
    text-align: right;
}

.about-hero-caret {
    display: inline-block;
    width: 0.06em;
    margin-left: 0.06em;
    border-right: 0.12em solid currentColor;
    height: 0.85em;
    vertical-align: -0.06em;
    animation: about-hero-caret-blink 0.85s step-end infinite;
}

@keyframes about-hero-caret-blink {
    50% {
        opacity: 0;
    }
}

/* About copy — dark text block */
.about-intro {
    background: #ffffff;
    padding: 3.5rem clamp(1.25rem, 5vw, 3.5rem) 5rem;
}

.about-intro-inner {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    text-align: left;
}

.about-intro-title {
    margin: 0 0 1.75rem;
    font-size: clamp(2.25rem, 8vw, 3.25rem);
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #000000;
}

.about-intro-text {
    margin: 0 0 1.5rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.65;
    color: #000000;
}

.about-intro-text:last-of-type {
    margin-bottom: 0;
}

/* Our Mission — image + text two columns */
.about-mission {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
    padding: 0 clamp(1.25rem, 5vw, 3.5rem) 5rem;
}

.about-mission-inner {
    width: min(100%, 1400px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(2rem, 4vw, 3.5rem);
}

.about-mission-media {
    margin: 0;
    border-radius: 30px;
    overflow: hidden;
    line-height: 0;
}

.about-mission-img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.about-mission-content {
    text-align: left;
    padding: 0.5rem 0;
}

.about-mission-title {
    margin: 0 0 1.35rem;
    font-size: clamp(2rem, 3.5vw + 0.75rem, 2.75rem);
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #000000;
}

.about-mission-text {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.72;
    color: #000000;
    max-width: 38rem;
}

/* What We Do — centered pills + copy + accent values */
.about-what {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
    padding: 1rem clamp(1.25rem, 5vw, 3.5rem) 5.5rem;
    text-align: center;
}

.about-what-inner {
    width: min(100%, 1400px);
    margin: 0 auto;
}

.about-what-header {
    margin-bottom: 2.25rem;
}

.about-what-title {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 4vw + 1rem, 3rem);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #000000;
}

.about-what-lede {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
}

.about-what-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 0.75rem 1rem;
    margin: 0 0 2.75rem;
    padding: 0;
    list-style: none;
}

.about-what-pills-item {
    margin: 0;
}

.about-what-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 25px;
    min-height: 2.75rem;
    background:#000000;
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #ffffff;
    border-radius: 999px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.35;
    text-align: center;
}

.about-what-body {
    margin: 0 auto 2.75rem;
    max-width: 1000px;
}

.about-what-line {
    margin: 0 0 0.65rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.65;
    color: #000000;
}

.about-what-line:last-child {
    margin-bottom: 0;
}

.about-what-values {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem 2rem;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    list-style: none;
}

.about-what-value {
    margin: 0;
    font-size: clamp(1.25rem, 2.2vw, 3.25rem);
    font-weight: 700;
    line-height: 1.25;
    color: #000000;
    text-align: center;
}

.about-what-value--row2 {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 100%;
}

/* What's Next — dark card, headline + copy */
.about-next {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
    padding: 0 clamp(1.25rem, 5vw, 3.5rem) 5rem;
}

.about-next-wrap {
    width: min(100%, 1400px);
    margin: 0 auto;
}

.about-next-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    align-items: start;
    gap: clamp(2rem, 5vw, 4.5rem);
    padding: clamp(2.5rem, 6vw, 5rem);
    border-radius: 28px;
    background: #f1f1f1;
    border: 1px solid rgba(255, 255, 255, 0.24);
}

.about-next-title {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    line-height: 1;
}

.about-next-title-line {
    display: block;
    color: #000000;
}

.about-next-title-line--small {
    font-size: clamp(1.25rem, 2vw + 0.5rem, 1.75rem);
    font-weight: 400;
    letter-spacing: -0.02em;
    margin-bottom: 0.2em;
}

.about-next-title-line--large {
    font-size: clamp(2.75rem, 7vw + 0.5rem, 4.75rem);
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 0.95;
    
}

.about-next-text {
    margin: 0;
    padding-top: 0.15rem;
    font-size: clamp(1rem, 1.2vw + 0.85rem, 1.25rem);
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    text-align: left;
}

.final-cta-section {
    padding: 54px 20px 58px;
    background: #17419D;
background: linear-gradient(180deg, rgba(23, 65, 157, 1) 0%, rgba(0, 0, 0, 1) 50%);
}

.final-cta-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.final-cta-inner h2 {
    margin: 0;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    line-height: 1.2;
    font-weight: 500;
}

.final-cta-btn {
    margin-top: 24px;
    display: inline-block;
    text-decoration: none;
    background: #f3f4f8;
    color: #16161d;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    font-weight: 600;
    border-radius: 50px;
    padding: 11px 24px;
}

@keyframes typing-caret-blink {
    0%,
    49% {
        opacity: 1;
    }
    50%,
    100% {
        opacity: 0;
    }
}

/* Tablet */
@media (max-width: 900px) {
    .about-next {
        padding: 0 2rem 4rem;
    }

    .about-next-inner {
        grid-template-columns: 1fr;
        gap: 1.75rem;
        padding: clamp(2rem, 5vw, 2.75rem) clamp(1.75rem, 4vw, 2.5rem);
        border-radius: 24px;
    }

    .about-next-title-line--large {
        font-size: clamp(2.35rem, 8vw + 0.5rem, 3.75rem);
    }

    .about-next-text {
        font-size: 1.0625rem;
        padding-top: 0;
    }

    .about-what {
        padding: 0.5rem 2rem 4rem;
    }

    .about-what-header {
        margin-bottom: 1.85rem;
    }

    .about-what-pills {
        margin-bottom: 2.25rem;
        gap: 0.65rem 0.85rem;
    }

    .about-what-pill {
        padding: 0.55rem 1.15rem;
        font-size: 1.2rem;
    }

    .about-what-body {
        margin-bottom: 2.25rem;
        font-size: 1.4rem;
    }

    .about-what-line {
        font-size: 1.4rem;
    }

    .about-what-values {
        gap: 1rem 1.5rem;
    }

    .about-what-value {
        font-size: clamp(1.1rem, 3vw, 3.5rem);
    }

    .about-mission {
        padding: 0 2rem 3.5rem;
    }

    .about-mission-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .about-mission-media {
        border-radius: 28px;
        max-width: 100%;
    }

    .about-mission-content {
        padding: 0;
    }

    .about-mission-title {
        margin-bottom: 1.15rem;
    }

    .about-mission-text {
        font-size: 1.3rem;
        max-width: none;
    }

    .about-intro {
        padding: 2.75rem 2rem 4rem;
    }

    .about-intro-inner {
        width: 100%;
    }

    .about-intro-title {
        margin-bottom: 1.5rem;
        font-size: 2.5rem;
    }

    .about-intro-text {
        font-size: 1.3rem;
    }

    .about-hero {
        padding: 0px;
    }


    .about-hero-heading {
        min-height: 22vh;
    }

    .about-hero-line--primary,
    .about-hero-line--secondary {
        align-self: center;
        text-align: center;
    }
    .final-cta-section {
        padding: 44px 20px 48px;
    }
    .final-cta-inner h2 {
        font-size: 1.8rem;
    }

    .final-cta-btn {
        margin-top: 20px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .about-next {
        padding: 0 1.25rem 3.25rem;
    }

    .about-next-inner {
        padding: 1.75rem 1.35rem 2rem;
        border-radius: 20px;
        gap: 1.35rem;
    }

    .about-next-title-line--small {
        font-size: clamp(1.05rem, 4vw + 0.25rem, 1.35rem);
    }

    .about-next-title-line--large {
        font-size: clamp(2rem, 11vw + 0.35rem, 2.85rem);
    }

    .about-next-text {
        font-size: 0.9375rem;
        line-height: 1.58;
    }

    .about-what {
        padding: 0.25rem 1.25rem 3.25rem;
    }

    .about-what-title {
        font-size: clamp(1.65rem, 6vw + 0.5rem, 2.15rem);
        margin-bottom: 0.85rem;
    }

    .about-what-lede {
        font-size: 0.9375rem;
    }

    .about-what-header {
        margin-bottom: 1.5rem;
    }

    .about-what-pills {
        flex-direction: column;
        align-items: center;
        margin-bottom: 1.85rem;
    }

    .about-what-pills-item {
        width: 100%;
        max-width: 22rem;
    }

    .about-what-pill {
        width: 100%;
        font-size: 0.8125rem;
        padding: 0.6rem 1rem;
    }

    .about-what-body {
        margin-bottom: 1.85rem;
    }

    .about-what-line {
        font-size: 0.9375rem;
        line-height: 1.62;
    }

    .about-what-values {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .about-what-value {
        font-size: clamp(1.05rem, 4.5vw + 0.25rem, 1.25rem);
    }

    .about-what-value--row2 {
        grid-column: auto;
        justify-self: stretch;
    }

    .about-mission {
        padding: 0 1.25rem 3rem;
    }

    .about-mission-inner {
        gap: 1.5rem;
    }

    .about-mission-media {
        border-radius: 22px;
        max-width: none;
    }

    .about-mission-title {
        font-size: clamp(1.65rem, 5.5vw + 0.5rem, 2rem);
        margin-bottom: 1rem;
    }

    .about-mission-text {
        font-size: 0.9375rem;
        line-height: 1.68;
    }

    .about-intro {
        padding: 2.25rem 1.25rem 3.5rem;
    }

    .about-intro-inner {
        width: 100%;
    }

    .about-intro-title {
        font-size: clamp(1.75rem, 6vw + 0.5rem, 2.25rem);
        margin-bottom: 1.25rem;
    }

    .about-intro-text {
        font-size: 0.9375rem;
        line-height: 1.62;
        margin-bottom: 1.25rem;
    }

    .about-hero {
        padding: 0px;
    }

    .about-hero-heading {
        gap: 1.25rem;
        min-height: 2vh;
        padding: 2rem 1.25rem;
        font-size: 2.5rem;
        letter-spacing: -0.02em;
    }
    .final-cta-section {
        padding: 40px 16px 40px;
    }

    .final-cta-inner h2 {
        font-size: 1.5rem;
    }

    .final-cta-btn {
        margin-top: 20px;
        font-size: 0.74rem;
        padding: 10px 18px;
    }
}