.about-page {
    --about-ink: #172033;
    --about-body: #526174;
    --about-muted: #64748b;
    --about-green: #237a5e;
    --about-panel-space: 40px;
    --about-section-space: 96px;
}

.about-page main {
    align-items: flex-start;

    user-select: text;
}

.about-content {
    border-radius: 32px;

    width: min(1200px, 100%);
    max-width: 1200px;
    min-width: 0;

    background-color: #ffffff;

    margin: 0;
    padding: 20px 64px 64px;
}

.about-shell {
    width: 100%;
    max-width: 1072px;
    min-width: 0;

    margin: 0 auto;
}

#about-tests,
#about-approach,
#about-results {
    scroll-margin-top: 144px;
}

.about-label {
    color: var(--about-green);

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.09em;
    line-height: 1.4;

    text-transform: uppercase;
}

.about-hero {
    max-width: 960px;

    position: relative;
}

.about-hero h1 {
    width: fit-content;

    margin-top: 18px;

    color: #0f172a;

    font-size: clamp(54px, 6.2vw, 76px);
    font-weight: 750;
    letter-spacing: -0.055em;
    line-height: 1.04;

    position: relative;
    z-index: 0;
}

.about-hero h1::after {
    border-radius: 56% 44% 58% 42% / 46% 54% 46% 54%;

    width: 46%;
    height: 38%;

    background: radial-gradient(ellipse, rgb(255 226 167 / 58%) 0, rgb(255 226 167 / 20%) 52%, transparent 76%);

    position: absolute;
    right: -6%;
    bottom: 2%;
    z-index: -1;

    content: "";
}

.about-intro {
    max-width: 790px;

    margin-top: 30px;

    color: #46566a;

    font-size: 22px;
    line-height: 1.68;
}

.about-hero-note {
    max-width: 740px;

    margin-top: 14px;

    color: var(--about-muted);

    font-size: 17px;
    line-height: 1.7;
}

.about-summary {
    margin-top: 52px;

    display: grid;

    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

.about-summary > div {
    grid-column: span 4;
}

.about-summary > div:nth-child(2) {
    margin-top: 28px;
}

.about-summary > div:nth-child(3) {
    margin-top: 8px;
}

.about-summary h2 {
    color: var(--about-ink);

    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.35;
}

.about-summary p {
    margin-top: 10px;

    color: var(--about-muted);

    font-size: 15px;
    line-height: 1.68;
}

.about-jump-links {
    margin-top: 36px;

    display: grid;

    grid-template-columns: repeat(3, max-content);
    gap: 12px;
    align-items: start;
}

.about-jump-links a {
    border-radius: 34px 46px 38px 42px / 40px 34px 46px 38px;

    min-height: 48px;

    background: radial-gradient(ellipse at 34% 50%, rgb(254 246 228 / 96%) 0, rgb(254 246 228 / 42%) 62%, transparent 88%);

    padding: 0 18px;

    display: inline-flex;
    align-items: center;

    color: #87591f;

    font-size: 15px;
    font-weight: 700;

    text-decoration: none;

    transition: background-color 220ms ease, color 220ms ease;
}

.about-jump-links a:nth-child(2) {
    border-radius: 44px 34px 46px 38px / 34px 44px 36px 46px;

    background: radial-gradient(ellipse at 36% 50%, rgb(237 248 243 / 98%) 0, rgb(237 248 243 / 44%) 62%, transparent 88%);

    margin-top: 12px;

    color: #237a5e;
}

.about-jump-links a:nth-child(3) {
    border-radius: 38px 48px 34px 44px / 46px 36px 44px 34px;

    background: radial-gradient(ellipse at 34% 50%, rgb(239 243 255 / 98%) 0, rgb(239 243 255 / 46%) 62%, transparent 88%);

    margin-top: 4px;

    color: #476a90;
}

.about-jump-links a:hover {
    background-color: #fbfcfb;
}

.about-tests,
.about-approach,
.about-results,
.about-closing {
    margin-top: var(--about-section-space);
}

.about-section-heading {
    max-width: 780px;
}

.about-section-heading h2,
.about-results h2 {
    margin-top: 14px;

    color: var(--about-ink);

    font-size: clamp(36px, 4.2vw, 48px);
    font-weight: 730;
    letter-spacing: -0.044em;
    line-height: 1.15;
}

.about-section-heading > p:last-child {
    max-width: 720px;

    margin-top: 20px;

    color: var(--about-body);

    font-size: 18px;
    line-height: 1.75;
}

.about-test-list {
    margin-top: 48px;

    display: grid;

    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 28px 24px;
    align-items: start;
}

.about-test-list a {
    border-radius: 38px 54px 42px 48px / 44px 38px 52px 46px;

    min-width: 0;

    background: radial-gradient(circle at 20% 22%, rgb(254 246 228 / 92%) 0, transparent 72%);

    padding: 28px;

    display: flex;
    flex-direction: column;

    color: inherit;

    text-decoration: none;

    transition: background-color 220ms ease;
}

.about-test-list a:nth-child(odd) {
    grid-column: span 7;
}

.about-test-list a:nth-child(even) {
    grid-column: span 5;

    margin-top: 26px;
}

.about-test-list a:nth-child(3),
.about-test-list a:nth-child(6) {
    border-radius: 52px 40px 56px 36px / 38px 54px 40px 52px;
}

.about-test-list a:nth-child(3) {
    grid-column: span 5;

    margin-top: 18px;
}

.about-test-list a:nth-child(4) {
    grid-column: span 7;

    margin-top: 0;
}

.about-test-list a:nth-child(5) {
    border-radius: 44px 58px 38px 52px / 54px 40px 48px 38px;
}

.about-test-list a:nth-child(3n + 2) {
    background: radial-gradient(circle at 20% 22%, rgb(237 248 243 / 94%) 0, transparent 72%);
}

.about-test-list a:nth-child(3n) {
    background: radial-gradient(circle at 20% 22%, rgb(239 243 255 / 92%) 0, transparent 72%);
}

.about-test-list a:hover {
    background-color: #fafcfb;
}

.about-test-list span {
    color: var(--about-green);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.4;

    text-transform: uppercase;
}

.about-test-list h3 {
    margin-top: 10px;

    color: var(--about-ink);

    font-size: 23px;
    font-weight: 720;
    letter-spacing: -0.028em;
    line-height: 1.3;
}

.about-test-list p {
    max-width: 34em;

    margin-top: 12px;

    color: var(--about-muted);

    font-size: 16px;
    line-height: 1.68;
}

.about-approach {
    border-radius: 58px 38px 64px 42px / 46px 64px 40px 58px;

    background: radial-gradient(circle at 10% 14%, rgb(254 246 228 / 96%) 0, transparent 38%),
    radial-gradient(circle at 90% 84%, rgb(237 248 243 / 94%) 0, transparent 42%),
    #fbfcfb;

    padding: var(--about-panel-space);
}

.about-principles {
    margin-top: 44px;

    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 56px;
    align-items: start;
}

.about-principles > div:nth-child(even) {
    margin-top: 24px;
}

.about-principles h3 {
    color: var(--about-ink);

    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.022em;
    line-height: 1.35;
}

.about-principles p {
    max-width: 32em;

    margin-top: 10px;

    color: var(--about-muted);

    font-size: 16px;
    line-height: 1.68;
}

.about-approach blockquote {
    max-width: 870px;

    margin-top: 48px;

    color: var(--about-ink);

    font-size: clamp(28px, 3.7vw, 40px);
    font-weight: 720;
    letter-spacing: -0.038em;
    line-height: 1.25;
}

.about-results {
    display: grid;

    grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
    gap: 72px;
    align-items: start;
}

.about-results-heading {
    min-width: 0;
}

.about-results-illustration {
    width: min(100%, 380px);

    margin: 36px 0 0 12px;

    pointer-events: none;
}

.about-results-illustration img {
    width: 100%;
    height: auto;

    display: block;
}

.about-result-copy {
    max-width: 620px;

    padding-top: 27px;
}

.about-result-copy > p {
    color: var(--about-body);

    font-size: 17px;
    line-height: 1.72;
}

.about-result-copy ul {
    margin: 24px 0;

    display: grid;

    gap: 10px;

    list-style: none;
}

.about-result-copy li {
    border-radius: 30px 42px 34px 46px / 36px 30px 42px 34px;

    width: fit-content;
    max-width: 100%;

    background: radial-gradient(ellipse at 24% 50%, rgb(237 248 243 / 88%) 0, rgb(237 248 243 / 34%) 58%, transparent 82%);

    padding: 8px 18px 8px 12px;

    display: flex;
    align-items: center;

    gap: 13px;

    color: var(--about-ink);

    font-size: 21px;
    font-weight: 650;
    letter-spacing: -0.022em;
    line-height: 1.4;
}

.about-result-copy li:nth-child(2) {
    margin-left: 34px;

    background: radial-gradient(ellipse at 26% 50%, rgb(254 246 228 / 90%) 0, rgb(254 246 228 / 32%) 60%, transparent 84%);
}

.about-result-copy li:nth-child(3) {
    margin-left: 68px;

    background: radial-gradient(ellipse at 26% 50%, rgb(239 243 255 / 90%) 0, rgb(239 243 255 / 34%) 60%, transparent 84%);
}

.about-result-copy li::before {
    border-radius: 50%;

    width: 8px;
    height: 8px;

    background-color: #35b682;

    display: block;

    flex: 0 0 auto;

    content: "";
}

.about-closing {
    border-radius: 44px 68px 48px 60px / 58px 42px 64px 46px;

    background: radial-gradient(circle at 14% 18%, rgb(239 243 255 / 88%) 0, transparent 42%),
    radial-gradient(circle at 92% 86%, rgb(254 246 228 / 92%) 0, transparent 40%),
    #fcfcfb;

    padding: var(--about-panel-space);

    display: grid;

    grid-template-columns: minmax(0, 1fr) auto;
    gap: 48px;
    align-items: end;
}

.about-closing h2 {
    max-width: 760px;

    margin-top: 14px;

    color: var(--about-ink);

    font-size: clamp(38px, 4.5vw, 50px);
    font-weight: 740;
    letter-spacing: -0.047em;
    line-height: 1.14;
}

.about-closing div > p:last-child {
    max-width: 680px;

    margin-top: 20px;

    color: #5e6d80;

    font-size: 17px;
    line-height: 1.72;
}

.about-closing div > p a {
    color: var(--about-green);

    font-weight: 700;

    text-decoration: none;
}

.about-link {
    border-radius: 24px;

    min-height: 48px;

    background: radial-gradient(circle, #dff3e9 8%, transparent 100%);

    padding: 0 22px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #175f49;

    font-size: 16px;
    font-weight: 700;
    line-height: 1;

    text-decoration: none;
    white-space: nowrap;

    transition: background-color 220ms ease, color 220ms ease;
}

.about-link:hover {
    background-color: #e6f5ee;

    color: #0f513d;
}

.about-jump-links a:focus-visible,
.about-test-list a:focus-visible,
.about-link:focus-visible,
.about-closing div > p a:focus-visible {
    outline: 3px solid rgb(35 122 94 / 30%);
    outline-offset: 4px;
}

@media (max-width: 1023.98px) {
    .about-page {
        --about-panel-space: 32px;
        --about-section-space: 80px;
    }

    .about-summary {
        gap: 28px;
    }

    .about-summary > div:nth-child(2) {
        margin-top: 20px;
    }

    .about-test-list a:nth-child(even) {
        margin-top: 18px;
    }

    .about-test-list a:nth-child(3) {
        margin-top: 12px;
    }

    .about-results {
        gap: 48px;
    }
}

@media (max-width: 959.98px) {
    .about-content {
        padding: 20px 48px 48px;
    }
}

@media (max-width: 899.98px) {
    .about-results {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
    }

    .about-results-illustration {
        display: none;
    }

    .about-result-copy {
        max-width: 720px;

        padding-top: 0;
    }
}

@media (max-width: 767.98px) {
    .about-page {
        --about-panel-space: 24px;
        --about-section-space: 64px;
    }

    .about-content {
        padding: 20px 14px 14px;
    }

    .about-hero h1 {
        font-size: clamp(46px, 12vw, 58px);
        line-height: 1.05;
    }

    .about-intro {
        margin-top: 26px;

        font-size: 19px;
        line-height: 1.68;
    }

    .about-hero-note {
        font-size: 16px;
    }

    .about-summary {
        margin-top: 40px;

        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    .about-summary > div {
        grid-column: auto;
    }

    .about-summary > div:nth-child(2),
    .about-summary > div:nth-child(3) {
        margin-top: 0;
    }

    .about-jump-links {
        margin-top: 28px;

        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
        justify-items: start;
    }

    .about-jump-links a:nth-child(2),
    .about-jump-links a:nth-child(3) {
        margin-top: 0;
    }

    .about-jump-links {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .about-jump-links a {
        width: 100%;
        min-height: 44px;

        padding: 0 8px;

        justify-content: center;

        font-size: 14px;
        white-space: nowrap;
    }

    .about-section-heading h2,
    .about-results h2 {
        font-size: 34px;
    }

    .about-section-heading > p:last-child {
        font-size: 17px;
        line-height: 1.72;
    }

    .about-test-list {
        margin-top: 40px;

        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .about-test-list a {
        border-radius: 26px;

        padding: 24px;
    }

    .about-test-list a:nth-child(odd),
    .about-test-list a:nth-child(even),
    .about-test-list a:nth-child(3),
    .about-test-list a:nth-child(4) {
        grid-column: auto;

        margin-top: 0;
    }

    .about-test-list a:nth-child(3),
    .about-test-list a:nth-child(5),
    .about-test-list a:nth-child(6) {
        border-radius: 26px;
    }

    .about-approach,
    .about-closing {
        border-radius: 28px;
    }

    .about-principles {
        margin-top: 36px;

        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
    }

    .about-principles > div:nth-child(even) {
        margin-top: 0;
    }

    .about-approach blockquote {
        margin-top: 40px;

        font-size: 30px;
    }

    .about-result-copy li {
        font-size: 19px;
    }

    .about-result-copy li:nth-child(2),
    .about-result-copy li:nth-child(3) {
        margin-left: 0;
    }

    .about-closing {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
    }

    .about-link {
        justify-self: start;
    }
}

@media (max-width: 420px) {
    .about-page {
        --about-panel-space: 16px;
        --about-section-space: 56px;
    }

    .about-hero h1 {
        font-size: clamp(42px, 12vw, 50px);
    }

    .about-intro {
        font-size: 18px;
    }

    .about-section-heading h2,
    .about-results h2 {
        font-size: 31px;
    }

    .about-approach blockquote,
    .about-closing h2 {
        font-size: 32px;
    }

    .about-link {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-jump-links a,
    .about-test-list a,
    .about-link {
        transition: none;
    }
}
