.about-hero {
    align-items: center;
    background: var(--white);
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(19rem, 0.85fr);
    min-height: 100vh;
    overflow: hidden;
    padding: 9rem var(--page-padding) 5rem;
    position: relative;
}

.about-hero-grid {
    background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
    background-size: 72px 72px;
    inset: 0;
    mask-image: linear-gradient(90deg, transparent, black 45%, transparent);
    position: absolute;
}

.about-hero-copy,
.about-emblem,
.about-scroll {
    position: relative;
    z-index: 1;
}

.about-kicker,
.about-index {
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.about-kicker::before {
    background: currentColor;
    content: "";
    display: inline-block;
    height: 2px;
    margin-right: .8rem;
    vertical-align: middle;
    width: 2.6rem;
}

.about-hero h1 {
    font-family: "Manrope", sans-serif;
    font-size: clamp(3.6rem, 7.3vw, 7.4rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: .94;
    margin: 1.7rem 0 2.2rem;
}

.about-hero h1 span {
    color: var(--cream);
}

.about-hero-copy > p:last-child {
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    line-height: 1.75;
    max-width: 43rem;
}

.about-emblem {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 34rem;
}

.about-emblem img {
    height: auto;
    opacity: .18;
    transform: rotate(-7deg);
    width: min(32vw, 30rem);
}

.about-emblem span {
    background: var(--ink);
    bottom: 14%;
    color: var(--white);
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .12em;
    padding: 1rem 1.25rem;
    position: absolute;
    right: 3%;
    text-transform: uppercase;
}

.about-scroll {
    align-items: center;
    bottom: 2rem;
    display: flex;
    font-size: .65rem;
    font-weight: 700;
    gap: .8rem;
    left: var(--page-padding);
    letter-spacing: .12em;
    position: absolute;
    text-transform: uppercase;
}

.about-scroll i {
    border: 1px solid var(--ink);
    border-radius: 50%;
    display: block;
    height: 2rem;
    position: relative;
    width: 2rem;
}

.about-scroll i::after {
    background: var(--ink);
    content: "";
    height: .5rem;
    left: calc(50% - 1px);
    position: absolute;
    top: .45rem;
    width: 2px;
}

.about-section {
    padding: clamp(5.5rem, 10vw, 9rem) var(--page-padding);
}

.about-index span {
    color: var(--orange);
    display: block;
    margin-bottom: .7rem;
}

.manifesto {
    display: grid;
    gap: 4rem;
    grid-template-columns: minmax(10rem, .35fr) minmax(0, 1.65fr);
}

.manifesto-lead {
    color: var(--orange);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.manifesto h2,
.identity-content h2,
.approach-heading h2,
.principles-heading h2,
.about-cta h2 {
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    letter-spacing: 0;
}

.manifesto h2 {
    font-size: clamp(2.4rem, 5.2vw, 5.4rem);
    line-height: 1.05;
    max-width: 68rem;
}

.manifesto-note {
    align-items: start;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 3.5rem 1fr;
    margin: 3.5rem 0 0 auto;
    max-width: 38rem;
}

.manifesto-note span {
    align-items: center;
    background: var(--orange);
    color: var(--cream);
    display: flex;
    font-family: "Manrope", sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    height: 3.5rem;
    justify-content: center;
}

.manifesto-note p,
.identity-content > p:last-child {
    line-height: 1.8;
}

.identity-band {
    background: var(--ink);
    color: var(--white);
    display: grid;
    gap: 4rem;
    grid-template-columns: minmax(0, 1.15fr) minmax(21rem, .85fr);
    overflow: hidden;
    padding: clamp(6rem, 10vw, 9rem) var(--page-padding);
    position: relative;
}

.identity-word {
    bottom: -14%;
    color: rgba(255,255,255,.035);
    font-family: "Manrope", sans-serif;
    font-size: min(31vw, 30rem);
    font-weight: 800;
    line-height: .75;
    position: absolute;
    right: -1%;
}

.identity-content,
.identity-facts {
    position: relative;
    z-index: 1;
}

.identity-content .about-kicker {
    color: var(--orange);
}

.identity-content h2 {
    font-size: clamp(2.5rem, 5vw, 5rem);
    line-height: 1.04;
    margin: 2rem 0;
}

.identity-content > p:last-child {
    color: #b9c0be;
    max-width: 42rem;
}

.identity-facts {
    border-top: 1px solid rgba(255,255,255,.18);
}

.fact {
    border-bottom: 1px solid rgba(255,255,255,.18);
    display: grid;
    gap: 1rem;
    grid-template-columns: 8rem 1fr;
    padding: 1.8rem 0;
}

.fact strong {
    color: var(--orange);
    font-family: "Manrope", sans-serif;
    font-size: 1.5rem;
}

.fact span {
    align-self: center;
    color: #b9c0be;
    font-size: .82rem;
    line-height: 1.5;
}

.approach {
    background: var(--white);
}

.approach-heading,
.principles-heading {
    display: grid;
    gap: 3rem;
    grid-template-columns: minmax(10rem, .4fr) minmax(0, 1.6fr);
    margin-bottom: clamp(3rem, 6vw, 5rem);
}

.approach-heading h2,
.principles-heading h2 {
    font-size: clamp(2.5rem, 4.8vw, 4.8rem);
    line-height: 1.05;
    max-width: 50rem;
}

.approach-steps {
    border-top: 1px solid var(--line);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.approach-step {
    border-bottom: 1px solid var(--line);
    border-right: 1px solid var(--line);
    min-height: 20rem;
    padding: 2rem;
}

.approach-step:last-child {
    border-right: 0;
}

.approach-step > span,
.principle > span {
    color: var(--orange);
    font-size: .68rem;
    font-weight: 700;
}

.approach-step h3 {
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.4rem, 2.2vw, 2rem);
    letter-spacing: 0;
    margin: 5rem 0 1rem;
}

.approach-step p,
.principle p {
    color: #69706e;
    font-size: .88rem;
    line-height: 1.7;
}

.principles {
    background: var(--cream);
}

.principle-list {
    border-top: 1px solid var(--line);
}

.principle {
    align-items: center;
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 2rem;
    grid-template-columns: 3rem minmax(11rem, .5fr) minmax(0, 1fr);
    padding: 2rem 0;
}

.principle h3 {
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.5rem, 2.5vw, 2.2rem);
    letter-spacing: 0;
}

.about-cta {
    background: var(--white);
    color: var(--ink);
    min-height: 42rem;
    overflow: hidden;
    padding: clamp(6rem, 10vw, 9rem) var(--page-padding);
    position: relative;
}

.about-cta-mark {
    bottom: -18%;
    color: rgba(240,231,214,.16);
    font-family: "Manrope", sans-serif;
    font-size: min(58vw, 42rem);
    font-weight: 800;
    line-height: .8;
    position: absolute;
    right: 4%;
}

.about-cta h2 {
    font-size: clamp(3rem, 7vw, 7rem);
    line-height: .96;
    margin: 2rem 0 3rem;
    position: relative;
}

.about-cta-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    position: relative;
}

.about-button {
    align-items: center;
    background: var(--ink);
    color: var(--white);
    display: inline-flex;
    font-size: .82rem;
    font-weight: 700;
    gap: 3rem;
    justify-content: space-between;
    min-height: 3.8rem;
    padding: 0 1.4rem;
}

.about-text-link {
    border-bottom: 1px solid var(--ink);
    font-size: .82rem;
    font-weight: 700;
    padding-bottom: .35rem;
}

@media (max-width: 900px) {
    .about-hero,
    .manifesto,
    .identity-band,
    .approach-heading,
    .principles-heading {
        grid-template-columns: 1fr;
    }

    .about-hero {
        min-height: 52rem;
    }

    .about-emblem {
        bottom: 2rem;
        min-height: auto;
        opacity: .55;
        position: absolute;
        right: 1rem;
    }

    .about-emblem img {
        width: 22rem;
    }

    .about-emblem span {
        display: none;
    }

    .identity-band {
        gap: 5rem;
    }

    .approach-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .approach-step:nth-child(2) {
        border-right: 0;
    }
}

@media (max-width: 560px) {
    .about-hero {
        min-height: 48rem;
        padding-top: 8rem;
    }

    .about-hero h1 {
        font-size: 3.25rem;
    }

    .about-hero-copy > p:last-child {
        max-width: 30rem;
    }

    .about-emblem img {
        width: 18rem;
    }

    .fact {
        grid-template-columns: 1fr;
    }

    .approach-steps {
        grid-template-columns: 1fr;
    }

    .approach-step {
        border-right: 0;
        min-height: 17rem;
    }

    .principle {
        align-items: start;
        gap: 1rem;
        grid-template-columns: 2rem 1fr;
    }

    .principle p {
        grid-column: 2;
    }

    .about-cta {
        min-height: 37rem;
    }

    .about-cta-actions {
        align-items: flex-start;
        flex-direction: column;
    }
}