
html {
    -webkit-text-size-adjust: 100%;
}

body, h1, h2, h3, p, figure, blockquote, dl, dd {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

button, input, select, textarea {
    font: inherit;
}

img, svg {
    vertical-align: middle;
}

:root {
    --paper: #f5f3ed;
    --paper-bright: #fbfaf6;
    --ink: #171a1d;
    --muted: #62676b;
    --line: #d8d6ce;
    --blue: #245d88;
    --blue-deep: #173f60;
    --charcoal: #1d2023;
    --white: #ffffff;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

#top,
section[id],
footer[id] {
    scroll-margin-top: 24px;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-rendering: optimizeLegibility;
}

a {
    color: inherit;
    text-decoration: none;
}

.skip-link {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.skip-link:focus-visible {
    width: auto;
    height: auto;
    margin: 0;
    padding: 12px 16px;
    position: fixed;
    z-index: 1000;
    top: 12px;
    left: 12px;
    overflow: visible;
    clip: auto;
    color: var(--white);
    border-radius: 2px;
    background: var(--blue-deep);
}

img {
    display: block;
    max-width: 100%;
}

svg {
    width: 1.1em;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.shell {
    width: min(100% - 48px, 1240px);
    margin-inline: auto;
}

.site-header {
    width: min(100% - 48px, 1240px);
    height: 110px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-intro {
    background-color: #fbfaf6;
    background-image: url("images/lucas-yeats-calm-wayfinding-sweep.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: min(40%, 600px) auto;
}

.identity {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.mark {
    position: relative;
    width: 44px;
    height: 44px;
    display: block;
    font-size: 29px;
    font-weight: 300;
    letter-spacing: -0.3em;
    line-height: 44px;
}

.mark span:last-child {
    position: absolute;
    left: 18px;
    top: 0;
    color: var(--blue);
}

.identity-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.identity-copy strong {
    font-size: 20px;
    text-transform: uppercase;
}

.identity-copy small {
    margin-top: 5px;
    color: var(--muted);
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

em {
    color: var(--blue);
    font-style: normal;
}

.headshot {
    border-radius: 20px;
}

.desktop-nav {
    display: flex;
    gap: 32px;
    align-items: center;
    font-size: 14px;
}

.desktop-nav a,
.quiet-link {
    position: relative;
}

.desktop-nav a {
    min-height: 44px;
    padding: 13px 2px;
    display: inline-flex;
    align-items: center;
    font-size: 15px;
}

.desktop-nav a::after,
.quiet-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -5px;
    height: 1px;
    background: currentColor;
    transition: right 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after,
.quiet-link:hover::after,
.quiet-link:focus-visible::after {
    right: 0;
}

.mobile-menu {
    display: none;
}

.hero {
    min-height: 670px;
    padding: 108px 0 100px;
    display: flex;
    align-items: center;
}

.hero-copy {
    max-width: 1000px;
}

.eyebrow {
    margin: 0 0 26px;
    color: var(--blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.hero h1 {
    max-width: 960px;
    margin: 0;
    font-size: clamp(54px, 6.2vw, 88px);
    font-weight: 520;
    letter-spacing: -0.055em;
    line-height: 0.97;
}

.hero h1 em {
    color: var(--blue);
    font-style: normal;
}

.intro {
    max-width: 720px;
    margin: 38px 0 0;
    color: #404549;
    font-size: 21px;
    line-height: 1.55;
}

.hero-availability {
    margin-top: 30px;
    color: #4d5357;
    font-size: 15px;
    line-height: 1.6;
}

.hero-availability p {
    margin: 0;
}

.hero-availability p + p {
    margin-top: 3px;
    color: var(--ink);
    font-weight: 700;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-top: 42px;
}

.text-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
}

.text-link svg {
    transition: transform 180ms ease;
}

.text-link:hover svg,
.text-link:focus-visible svg,
.footer-email:hover svg,
.footer-email:focus-visible svg {
    transform: translateX(5px);
}

.quiet-link {
    color: var(--muted);
}

.work {
    padding: 140px 0 0 0;
}

.section-heading {
    margin-bottom: 90px;
}

.section-heading .eyebrow {
    margin: 0 0 26px;
}

.section-heading h2 {
    max-width: 850px;
}

.section-heading h2,
.experience h2,
.about h2,
footer h2 {
    margin: 0;
    font-size: clamp(40px, 5vw, 66px);
    font-weight: 520;
    letter-spacing: -0.045em;
    line-height: 1.04;
}

.project {
    padding: 88px 0 112px;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.72fr);
    gap: 74px;
    align-items: center;
    border-top: 1px solid var(--line);
}

.project-reverse {
    grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.4fr);
}

.project-reverse .project-visual {
    grid-column: 2;
}

.project-reverse .project-copy {
    grid-column: 1;
    grid-row: 1;
}

.project-visual {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #e7e5df;
}

.project-visual img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    transition: transform 500ms cubic-bezier(0.2, 0.65, 0.25, 1);
}

.project-visual:hover img {
    transform: scale(1.015);
}

.pumpchecker img {
    object-position: 15% center;
}

.mass-market img {
    object-position: center;
}

.confidential-visual {
    padding: clamp(36px, 6vw, 80px);
    display: flex;
    align-items: flex-end;
    background: linear-gradient(135deg, rgb(255 255 255 / 12%), transparent 42%),
    #202934;
}

.confidential-visual::before {
    content: "";
    width: 44%;
    aspect-ratio: 1;
    position: absolute;
    top: 12%;
    right: 10%;
    border: 1px solid rgb(255 255 255 / 18%);
    border-radius: 50%;
}

.confidential-visual span {
    position: relative;
    max-width: 390px;
    color: #fff;
    font-size: clamp(30px, 4vw, 54px);
    font-weight: 520;
    letter-spacing: -0.045em;
    line-height: 1.02;
}

.retailer-visual {
    background: #e9e3d8;
}

.retailer-visual img {
    /*min-height: 430px;*/
    object-fit: contain;
}

.project-meta {
    margin: 0 0 23px;
    color: var(--blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.project-copy h3 {
    margin: 0;
    font-size: clamp(32px, 3.1vw, 45px);
    font-weight: 520;
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.project-copy > p:not(.project-meta) {
    margin: 28px 0 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.7;
}

.project-copy ul {
    margin: 0 0 34px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    color: #444a4e;
    font-size: 13px;
    list-style: none;
}

.project-copy li:not(:last-child)::after {
    content: "·";
    margin-left: 18px;
    color: #a4a5a0;
}

.project-note {
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.lr-visual {
    /*min-height: 520px;*/
    background: #f7f8fa;
}

.lr-visual img {
    object-fit: cover;
    object-position: center;
}

.nda-label {
    position: absolute;
    right: 18px;
    bottom: 18px;
    padding: 8px 10px;
    color: #fff;
    border-radius: 2px;
    background: rgb(23 26 29 / 82%);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.experience {
    padding: 135px 0;
    color: #f4f3ee;
    background: var(--charcoal);
}

.experience-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 82px;
}

.experience .eyebrow {
    grid-column: 1 / -1;
    color: #90b9d6;
}

.experience h2 {
    max-width: 570px;
}

.experience-copy {
    max-width: 520px;
    margin: 6px 0 0;
}

.experience-copy p {
    margin: 0;
    color: #b7bbbd;
    font-size: 18px;
    line-height: 1.7;
}

.experience-copy p + p {
    margin-top: 24px;
}

.client-logos {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 65px;
    margin-bottom: 0;
    padding-top: 32px;
    border-top: 1px solid #3d4144;
}

.client-logos img {
    width: 100%;
    height: auto;
}

.about {
    padding: 150px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 110px;
}

.about h2 {
    max-width: 560px;
}

.about-copy {
    padding-top: 35px;
}

.about-copy p {
    margin: 0 0 26px;
    color: #4f5559;
    font-size: 18px;
    line-height: 1.7;
}

.about-copy .quiet-link {
    margin-top: 15px;
    display: inline-block;
    color: var(--ink);
    font-weight: 700;
}

.about-profile {
    margin: 42px 0 10px;
    padding-top: 28px;
    display: flex;
    align-items: center;
    gap: 18px;
    border-top: 1px solid var(--line);
}

.about-profile img {
    flex: 0 0 auto;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    object-fit: cover;
}

.about-profile p {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 14px;
    line-height: 1.45;
}

.about-profile strong {
    color: var(--ink);
    font-size: 15px;
}

.about-profile span {
    color: var(--muted);
}

footer {
    padding: 125px 0 38px;
    color: #f3f2ed;
    background: #131619;
}

footer .eyebrow {
    color: #90b9d6;
}

footer h2 {
    max-width: 800px;
    margin-bottom: 55px;
}

.footer-email {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    gap: 22px;
    color: #d5e5f1;
    font-size: clamp(25px, 4vw, 48px);
    letter-spacing: -0.03em;
}

.footer-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
}

.footer-supporting-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 28px;
}

.footer-supporting-links a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: #aeb6bb;
    border-bottom: 1px solid #4c545a;
    font-size: 13px;
    font-weight: 650;
}

.footer-supporting-links a:hover,
.footer-supporting-links a:focus-visible {
    color: #f3f2ed;
    border-color: #90b9d6;
}

.footer-bottom {
    margin-top: 120px;
    padding-top: 28px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #34383b;
    color: #8f9599;
    font-size: 12px;
}

.mobile-show {
    display: none;
}

:focus-visible {
    outline: 3px solid #2f77a8;
    outline-offset: 4px;
    box-shadow: 0 0 0 2px #fff;
}

@media (max-width: 1325px) {

    .home-intro {
        background-color: #fbfaf6;
        background-image: none;
    }
}

@media (max-width: 940px) {
    .hero {
        min-height: auto;
        padding: 20px 0 60px;
    }


    .project,
    .project-reverse {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .project-reverse .project-visual,
    .project-reverse .project-copy {
        grid-column: 1;
    }

    .project-reverse .project-visual {
        grid-row: 1;
    }

    .project-reverse .project-copy {
        grid-row: 2;
    }

    .project-copy {
        max-width: 700px;
    }

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

    .client-logos {
        margin-top: 45px;
    }

    .about {
        gap: 30px;
    }

    .about-copy {
        max-width: 700px;
    }

    .experience-copy {
        padding-top: 20px;
    }
}


@media (max-width: 640px) {
    .shell,
    .site-header {
        width: min(100% - 32px, 1240px);
    }

    .work {
        padding: 70px 0 0 0;
    }

    .experience .eyebrow {
        grid-column: 1 / -1;
        color: #90b9d6;
        margin-bottom: 0;
    }

    .site-header {
        height: 86px;
    }

    .mobile-show {
        display: block;
    }

    .desktop-show {
        display: none;
    }

    .desktop-nav {
        display: none;
    }

    .mobile-menu {
        position: relative;
        display: block;
    }

    .mobile-menu summary {
        width: 42px;
        height: 42px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 7px;
        cursor: pointer;
        list-style: none;
    }

    .mobile-menu summary::-webkit-details-marker {
        display: none;
    }

    .mobile-menu summary span {
        width: 24px;
        height: 1px;
        margin-left: auto;
        background: var(--ink);
    }

    .mobile-menu nav {
        position: absolute;
        z-index: 20;
        top: 50px;
        right: 0;
        min-width: 180px;
        padding: 18px;
        display: flex;
        flex-direction: column;
        gap: 18px;
        border: 1px solid var(--line);
        background: var(--paper-bright);
        box-shadow: 0 14px 40px rgb(25 28 30 / 10%);
    }

    .hero {
        padding-top: 60px;
    }

    .hero h1 {
        font-size: clamp(44px, 13vw, 64px);
    }

    .intro {
        font-size: 18px;
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
    }

    .work {
        /*padding: 100px 0;*/
    }

    .section-heading {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 60px;
    }


    .project {
        padding: 60px 0 40px;
    }

    .project-visual,
    .project-visual img {
        /*min-height: 360px;*/
    }

    .pumpchecker img {
        object-position: 20% center;
    }

    .lr-visual {
        /*min-height: 360px;*/
    }

    .experience {
        padding: 70px 0;
    }

    .experience-grid {
        gap: 28px;
    }

    .client-logos {
        margin-top: 35px;
    }

    .about {
        padding: 70px 0;
    }

    footer {
        padding-top: 70px;
    }

    .footer-bottom {
        margin-top: 70px;
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

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

/* Pumpchecker case study */

.case-page {
    background: radial-gradient(circle at 85% 4%, rgb(36 93 136 / 7%), transparent 25rem),
    var(--paper);
}

.case-header {
    border-bottom: 1px solid rgb(23 26 29 / 8%);
}

.case-hero {
    padding: 84px 0 96px;
}

.case-back {
    margin-bottom: 46px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--muted);
    font-size: 13px;
}

.case-back svg {
    width: 16px;
    transition: transform 180ms ease;
}

.case-back:hover svg,
.case-back:focus-visible svg {
    transform: translateX(-4px);
}

.case-hero .eyebrow {
    margin-bottom: 32px;
}

.case-hero h1 {
    max-width: 1100px;
    margin: 0;
    font-size: clamp(52px, 6.6vw, 92px);
    font-weight: 520;
    letter-spacing: -0.057em;
    line-height: 0.98;
}

.case-hero h1 em {
    color: var(--blue);
    font-style: normal;
}

.case-hero-bottom {
    margin-top: 72px;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(380px, 0.75fr);
    gap: 100px;
    align-items: end;
}

.case-lead {
    max-width: 710px;
    margin: 0;
    color: #3f4549;
    font-size: clamp(21px, 2.2vw, 29px);
    line-height: 1.48;
}

.case-facts {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px 32px;
}

.case-facts div {
    padding-top: 13px;
    border-top: 1px solid var(--line);
}

.case-facts dt {
    margin-bottom: 7px;
    color: #858987;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.case-facts dd {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
}

.case-hero-image {
    /*height: clamp(520px, 63vw, 790px);*/
    margin-bottom: 0;
    overflow: hidden;
    background: #dfe3e2;
}

.case-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 12% center;
}

.case-dark {
    color: #f4f3ee;
    background: #171a1d;
}

.case-dark .eyebrow {
    color: #8db7d4;
}

.case-narrow {
    width: min(100% - 48px, 890px);
    margin-inline: auto;
}

.case-statement,
.case-outcome {
    padding: 145px 0 150px;
}

.case-statement h2,
.case-outcome h2 {
    margin: 0 0 48px;
    font-size: clamp(42px, 5.3vw, 72px);
    font-weight: 520;
    letter-spacing: -0.05em;
    line-height: 1.02;
}

.case-statement p:not(.eyebrow),
.case-outcome p:not(.eyebrow) {
    max-width: 780px;
    margin: 0 0 25px;
    color: #b7bbbd;
    font-size: 19px;
    line-height: 1.75;
}

.case-section,
.case-decision,
.case-system {
    padding-block: 145px;
}

.case-section-heading h2 {
    max-width: 700px;
    margin: 0;
    font-size: clamp(41px, 4.6vw, 64px);
    font-weight: 520;
    letter-spacing: -0.048em;
    line-height: 1.05;
}

.dark-wrapper {
    background: #ecebe6;
}

.case-heading-wide h2 {
    max-width: 900px;
}

.case-problems {
    margin: 100px 0 0;
    padding: 0;
    border-top: 1px solid var(--line);
    list-style: none;
}

.case-problems li {
    padding: 33px 0 35px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    border-bottom: 1px solid var(--line);
}

.case-problems li > span {
    padding-top: 6px;
    color: var(--blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.case-problems h3 {
    margin: 0 0 10px;
    font-size: clamp(25px, 3vw, 36px);
    font-weight: 520;
    letter-spacing: -0.035em;
}

.case-problems p {
    max-width: 690px;
    margin: 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.65;
}

.case-full-bleed {
    margin: 0;
    padding: 90px max(24px, calc((100vw - 1500px) / 2));
    color: #e8eeef;
    background: #173f60;
}

.case-full-bleed img {
    width: 100%;
    max-height: 880px;
    margin-inline: auto;
    object-fit: contain;
}

.case-full-bleed figcaption,
.case-media figcaption,
.case-gallery figcaption {
    width: 100%;
    max-width: 72ch;
    margin-top: 20px;
    margin-left: 0;
    text-align: left;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
}

.case-full-bleed figcaption {
    margin-inline: auto;
    color: #b9cfdd;
}

.case-full-light {
    color: var(--ink);
    background: #dfe5de;
}

.case-full-light figcaption {
    color: #56615a;
}

.case-split {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.65fr);
    gap: 120px;
}

.case-body {
    padding-top: 40px;
}

.case-body p {
    margin: 0 0 27px;
    color: #4c5256;
    font-size: 18px;
    line-height: 1.75;
}

.case-dark .case-body p {
    color: #b7bbbd;
}

.case-body .case-pull {
    margin-top: 58px;
    padding-top: 28px;
    border-top: 1px solid #3a3f42;
    color: #f0efea;
    font-size: clamp(23px, 2.3vw, 31px);
    line-height: 1.45;
}

.case-media {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
}

.case-media img {
    width: 100%;
    /*max-height: 920px;*/
    /*margin-inline: auto;*/
    /*object-fit: contain;*/
}

.case-media-paper {
    margin-bottom: 145px;
    padding: 55px;
    background: #fff;
}

.case-media-paper figcaption {
    margin-bottom: 0;
}

.case-gallery {
    margin-top: 82px;
    display: grid;
    gap: 28px;
    align-items: start;
}

.case-gallery figure {
    margin: 0;
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.case-gallery img {
    width: 100%;
    height: auto;
    object-fit: contain;
    background: #e6e6e1;
}

.case-gallery-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
}

.case-gallery-two figure {
    height: 100%;
}

.case-gallery-two img {
    height: clamp(420px, 38vw, 620px);
    padding: 24px;
    object-fit: contain;
    background: #eeefec;
}

.case-body-offset {
    width: min(100%, 800px);
    margin: 64px 0 0;
    padding: 0;
}

.case-system {
    background: #ecebe6;
}

.case-system .case-media {
    margin-top: 100px;
    padding: 55px;
    background: #f8f7f3;
}

.case-gallery-prototype {
    grid-template-columns: 1fr;
    align-items: start;
}

.case-gallery-prototype figure {
    display: flex;
}

.case-gallery-prototype img {
    width: 100%;
    max-height: none;
    object-fit: contain;
}

.case-gallery-prototype figure:first-child img {
    /*height: min(58vw, 820px);*/
    object-fit: cover;
    object-position: top;
}

.case-gallery-four {
    grid-template-columns: 1fr 1fr;
}

.case-gallery-mobile {
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    align-items: start;
}

.case-gallery-mobile img {
    min-height: 0;
    object-fit: contain;
    object-position: top;
}

.case-contain {
    /*padding: 48px;*/
    background: #e4e5e3;
}

.case-hero-image .case-image-contain {
    padding: 0;
    object-fit: contain;
    object-position: center;
}

.case-lr-bleed {
    background: #d8ddde;
}

.case-lr-bleed img {
    width: min(100%, 900px);
    max-height: none;
}

.case-lr-bleed figcaption {
    width: min(100%, 900px);
    max-width: none;
    margin-inline: auto;
    color: #525b5f;
    text-align: left;
}

.case-before {
    padding-block: 145px;
    background: #eae7df;
}

.case-gallery-three {
    grid-template-columns: repeat(3, 1fr);
}

.case-gallery-three img {
    height: auto;
    object-fit: contain;
    object-position: top;
}

.case-retailer-sketch {
    background: #4d473d;
}

.case-retailer-sketch img {
    max-height: 760px;
}

.case-outcome blockquote {
    margin: 70px 0 0;
    padding: 32px 0 0 70px;
    position: relative;
    border-top: 1px solid #3a3f42;
    color: #f2f1ec;
    font-size: clamp(25px, 3vw, 38px);
    letter-spacing: -0.025em;
    line-height: 1.42;
}

.case-outcome blockquote::before {
    content: "“";
    position: absolute;
    left: 0;
    top: 26px;
    color: #90b9d6;
    font-size: 58px;
    line-height: 1;
}

.case-next {
    padding-block: 120px 130px;
}

.case-next > a {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    font-size: clamp(31px, 4.1vw, 55px);
    font-weight: 520;
    letter-spacing: -0.04em;
    line-height: 1.1;
}

.case-next svg {
    flex: 0 0 auto;
    width: 34px;
    color: var(--blue);
    transition: transform 180ms ease;
}

.case-next > a:hover svg,
.case-next > a:focus-visible svg {
    transform: translateX(6px);
}

.testimonials {
    padding: 145px 0;
    background: var(--paper-bright);
}

.testimonials-heading {
    margin-bottom: 100px;
}

.testimonials-heading .eyebrow {
    margin: 0 0 26px;
}

.testimonials-heading h2 {
    max-width: 800px;
    margin: 0;
    font-size: clamp(40px, 5vw, 66px);
    font-weight: 520;
    letter-spacing: -0.045em;
    line-height: 1.04;
}

.testimonial-featured {
    width: 100%;
    margin: 0 0 105px;
    padding: 50px clamp(0px, 6vw, 90px) 0 120px;
    position: relative;
    border-top: 1px solid var(--line);
}

.testimonial-featured > span {
    position: absolute;
    left: 0;
    top: 38px;
    color: var(--blue);
    font-size: 92px;
    font-weight: 300;
    line-height: 1;
}

.testimonial-featured > p {
    margin: 0 0 42px;
    font-size: clamp(27px, 3.3vw, 44px);
    letter-spacing: -0.035em;
    line-height: 1.35;
    font-style: italic;
}

.testimonials cite {
    display: flex;
    flex-direction: column;
    color: var(--ink);
    font-style: normal;
}

.testimonials cite strong {
    font-size: 14px;
}

.testimonials cite small {
    margin-top: 6px;
    color: var(--muted);
    font-size: 12px;
}

.testimonial-secondary {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(55px, 7vw, 110px);
}

.testimonial-secondary blockquote {
    margin: 0;
    padding-top: 30px;
    border-top: 1px solid var(--line);
}

.testimonial-secondary p {
    margin: 0 0 34px;
    color: #484e52;
    font-size: 17px;
    line-height: 1.75;
    font-style: italic;
}

@media (max-width: 940px) {
    .case-hero-bottom,
    .case-split {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .case-hero-bottom {
        margin-top: 55px;
    }

    .case-facts {
        max-width: 600px;
    }

    .case-body {
        max-width: 700px;
        padding-top: 0;
    }

    .case-gallery-two {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .case-gallery-two img {
        height: auto;
        max-height: 720px;
        padding: 18px;
    }

    .case-gallery-mobile {
        grid-template-columns: repeat(3, 1fr);
    }

    .case-gallery-three {
        grid-template-columns: 1fr;
    }

    .case-gallery-three img {
        height: auto;
    }

    .testimonials-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .testimonial-featured {
        margin-left: 0;
    }

    .testimonial-secondary {
        margin-left: 0;
    }
}

@media (max-width: 640px) {
    .case-hero {
        padding: 20px 0 40px;
    }

    .case-back {
        margin-bottom: 60px;
    }

    .case-hero h1 {
        font-size: clamp(43px, 13vw, 62px);
    }

    .case-hero-bottom {
        gap: 45px;
    }

    .case-facts {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .case-hero-image {
        width: 100%;
        /*height: 430px;*/
        margin: 0;
    }

    .case-statement,
    .case-outcome,
    .case-section,
    .case-decision,
    .case-system {
        padding-block: 70px;
    }

    .case-narrow {
        width: min(100% - 32px, 890px);
    }

    .case-statement p:not(.eyebrow),
    .case-outcome p:not(.eyebrow),
    .case-body p {
        font-size: 17px;
    }

    .case-problems {
        margin-top: 65px;
    }

    .case-problems li {
        grid-template-columns: minmax(0, 1fr);
    }

    .case-full-bleed {
        padding: 55px 16px;
    }

    .case-media-paper,
    .case-system .case-media {
        margin-bottom: 95px;
        padding: 18px;
    }

    .case-system .case-media {
        margin-bottom: 0;
    }

    .case-gallery {
        margin-top: 60px;
    }

    .case-gallery-prototype {
        grid-template-columns: 1fr;
    }

    .case-gallery-prototype figure:first-child img {
        height: 520px;
    }

    .case-gallery-four {
        grid-template-columns: 1fr;
    }

    .case-gallery-mobile {
        grid-template-columns: 1fr 1fr;
    }

    .case-contain {
        /*padding: 18px;*/
    }

    .case-before {
        padding-block: 95px;
    }

    .case-body-offset {
        margin-top: 55px;
    }

    .case-outcome blockquote {
        padding-left: 45px;
    }

    .case-outcome blockquote::before {
        font-size: 45px;
    }

    .case-next {
        padding-block: 70px;
    }

    .testimonials {
        padding: 70px 0;
    }

    .testimonials-heading {
        margin-bottom: 65px;
    }

    .testimonial-featured {
        margin-bottom: 75px;
        padding: 38px 0 0 55px;
    }

    .testimonial-featured > span {
        top: 29px;
        font-size: 60px;
    }

    .testimonial-featured > p {
        font-size: 27px;
    }

    .testimonial-secondary {
        grid-template-columns: 1fr;
        gap: 55px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: 0.01ms !important;
    }
}
