@font-face {
    font-family: Inter;
    src: url("../fonts/Inter-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

/* Manufacturing detail page. */
body.page-manufacturing .primary-nav > a[href*="/manufacturing/"] {
    box-shadow: inset 0 -2px 0 #111;
}

.manufacturing-page {
    --manufacturing-ink: #203040;
    --manufacturing-dark: #203246;
    --manufacturing-accent: #bd2d35;
    --manufacturing-line: #dce1e5;
    color: var(--manufacturing-ink);
}

.manufacturing-page .contact-cta {
    left: auto;
    width: 100%;
    margin-left: 0;
}

.manufacturing-hero {
    padding: 64px 0 0;
}

.manufacturing-hero__panel {
    padding: 48px 64px 42px;
    overflow: hidden;
    color: #fff;
    background: var(--manufacturing-dark);
    border-radius: 8px;
}

.manufacturing-hero__topline {
    display: grid;
    grid-template-columns: 1fr minmax(0, 2.4fr) 1fr;
    align-items: center;
    gap: 32px;
}

.manufacturing-hero__topline > div {
    grid-column: 2;
    text-align: center;
}

.manufacturing-hero__topline > .manufacturing-quote-button {
    grid-column: 3;
    justify-self: end;
}

.manufacturing-breadcrumb {
    display: inline-block;
    margin-bottom: 12px;
    color: rgb(255 255 255 / 70%);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
}

.manufacturing-hero h1 {
    margin: 0;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0;
}

.manufacturing-quote-button {
    display: inline-flex;
    min-width: 132px;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    color: #111;
    background: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    transition: background 180ms ease, transform 180ms ease;
}

.manufacturing-quote-button:hover,
.manufacturing-quote-button:focus-visible {
    background: #ececec;
    transform: translateY(-2px);
}

.manufacturing-hero__copy {
    max-width: 790px;
    margin: 28px auto 30px;
    color: rgb(255 255 255 / 84%);
    font-size: 18px;
    line-height: 1.65;
    text-align: center;
}

.manufacturing-gallery {
    position: relative;
}

.manufacturing-gallery__viewport {
    overflow: hidden;
}

.manufacturing-gallery__track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.manufacturing-gallery__slide {
    min-width: 0;
    margin: 0;
}

.manufacturing-gallery__slide img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    border: 1px solid rgb(255 255 255 / 72%);
    border-radius: 5px;
    object-fit: cover;
}

.manufacturing-gallery__arrow,
.manufacturing-gallery__dots {
    display: none;
}

.manufacturing-intro,
.manufacturing-audience,
.manufacturing-workflow {
    padding: 96px 0;
}

.manufacturing-heading {
    max-width: 790px;
}

.manufacturing-heading--center {
    margin-inline: auto;
    text-align: center;
}

.manufacturing-eyebrow {
    margin: 0 0 14px;
    color: var(--manufacturing-accent);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
}

.manufacturing-heading h2,
.manufacturing-audience__intro h2 {
    margin: 0;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.17;
    letter-spacing: 0;
}

.manufacturing-heading > p:last-child:not(.manufacturing-eyebrow),
.manufacturing-audience__intro > p {
    margin: 22px 0 0;
    color: #56616a;
    font-size: 18px;
    line-height: 1.7;
}

.manufacturing-promises {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    margin-top: 70px;
}

.manufacturing-promises article {
    text-align: center;
}

.manufacturing-promises span {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--manufacturing-accent);
    border: 1px solid rgb(189 45 53 / 40%);
    border-radius: 50%;
    font-size: 15px;
    font-weight: 600;
}

.manufacturing-promises h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.45;
}

.manufacturing-audience {
    padding-top: 40px;
}

.manufacturing-audience__intro {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    align-items: end;
    gap: 76px;
    margin-bottom: 54px;
}

.manufacturing-audience__intro h2 {
    max-width: 590px;
    font-size: 50px;
    line-height: 1.1;
}

.manufacturing-audience__intro > p {
    max-width: 570px;
    margin: 0;
}

.manufacturing-audience__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--manufacturing-line);
    border-radius: 6px;
}

.manufacturing-audience__grid article {
    min-height: 220px;
    padding: 34px;
    background: #fff;
}

.manufacturing-audience__grid article:nth-child(2),
.manufacturing-audience__grid article:nth-child(3) {
    background: #f4f5f6;
}

.manufacturing-audience__grid article:nth-child(odd) {
    border-right: 1px solid var(--manufacturing-line);
}

.manufacturing-audience__grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--manufacturing-line);
}

.manufacturing-audience__grid h3 {
    margin: 0 0 18px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
}

.manufacturing-audience__grid p {
    margin: 0;
    color: #4e5962;
    font-size: 17px;
    line-height: 1.65;
}

.manufacturing-capabilities {
    padding: 90px 0 104px;
    color: #fff;
    background: var(--manufacturing-dark);
}

.manufacturing-heading--light h2 {
    color: #fff;
}

.manufacturing-heading--light .manufacturing-eyebrow {
    color: #e7a9ad;
}

.manufacturing-capabilities__list {
    display: grid;
    gap: 68px;
    margin-top: 72px;
}

.manufacturing-capabilities__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 80px;
    min-height: 340px;
    padding: 0 38px;
}

.manufacturing-capabilities__row:nth-child(even) .manufacturing-capabilities__copy {
    order: 2;
    text-align: right;
}

.manufacturing-capabilities__row:nth-child(even) img {
    order: 1;
}

.manufacturing-capabilities__copy h3 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 31px;
    font-weight: 600;
    line-height: 1.25;
}

.manufacturing-capabilities__copy p {
    margin: 0;
    color: rgb(255 255 255 / 78%);
    font-size: 18px;
    line-height: 1.75;
}

.manufacturing-capabilities__row > img {
    width: 100%;
    aspect-ratio: 3 / 2;
    border: 2px solid rgb(255 255 255 / 82%);
    border-radius: 8px;
    box-shadow: 0 16px 28px rgb(0 0 0 / 25%);
    object-fit: cover;
}

.manufacturing-workflow__body {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
    align-items: center;
    gap: 76px;
    margin-top: 66px;
}

.manufacturing-workflow__steps {
    display: grid;
}

.manufacturing-workflow__steps article {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 18px;
    padding: 23px 0;
    border-bottom: 1px solid var(--manufacturing-line);
}

.manufacturing-workflow__steps article:first-child {
    border-top: 1px solid var(--manufacturing-line);
}

.manufacturing-workflow__steps article > span {
    padding-top: 3px;
    color: var(--manufacturing-accent);
    font-size: 15px;
    font-weight: 600;
}

.manufacturing-workflow__steps h3 {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
}

.manufacturing-workflow__steps p {
    margin: 0;
    color: #56616a;
    font-size: 16px;
    line-height: 1.62;
}

.manufacturing-workflow__body > img {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    box-shadow: 0 14px 24px rgb(0 0 0 / 14%);
    object-fit: cover;
}

@media (max-width: 980px) {
    .manufacturing-hero__panel {
        padding-inline: 42px;
    }

    .manufacturing-gallery__track {
        gap: 14px;
    }

    .manufacturing-audience__intro,
    .manufacturing-capabilities__row,
    .manufacturing-workflow__body {
        gap: 44px;
    }

    .manufacturing-audience__intro h2 {
        font-size: 42px;
    }
}

@media (max-width: 640px) {
    body.page-manufacturing .primary-nav > a[href*="/manufacturing/"] {
        box-shadow: none;
        font-weight: 600;
    }

    .manufacturing-hero {
        padding: 0;
    }

    .manufacturing-hero > .section-shell {
        width: 100%;
    }

    .manufacturing-hero__panel {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        padding: 42px 16px 48px;
        border-radius: 0 0 8px 8px;
    }

    .manufacturing-hero__topline {
        display: contents;
    }

    .manufacturing-hero__topline > div {
        grid-column: 1;
        order: 1;
    }

    .manufacturing-hero__topline > .manufacturing-quote-button {
        grid-column: 1;
        order: 4;
        justify-self: center;
        margin-top: 24px;
    }

    .manufacturing-hero h1 {
        max-width: 340px;
        margin-inline: auto;
        font-size: 36px;
    }

    .manufacturing-quote-button {
        min-height: 48px;
    }

    .manufacturing-hero__copy {
        order: 3;
        margin: 0;
        font-size: 17px;
        line-height: 1.65;
    }

    .manufacturing-gallery {
        order: 2;
        margin: 30px 0 28px;
    }

    .manufacturing-gallery__viewport {
        border-radius: 7px;
    }

    .manufacturing-gallery__track {
        display: flex;
        gap: 0;
        transition: transform 420ms cubic-bezier(.22, 1, .36, 1);
        will-change: transform;
    }

    .manufacturing-gallery__slide {
        min-width: 100%;
    }

    .manufacturing-gallery__slide img {
        aspect-ratio: 4 / 3;
        border-radius: 7px;
    }

    .manufacturing-gallery__arrow {
        position: absolute;
        top: calc(50% - 17px);
        z-index: 2;
        display: inline-flex;
        width: 38px;
        height: 38px;
        align-items: center;
        justify-content: center;
        color: #111;
        background: rgb(255 255 255 / 90%);
        border: 1px solid rgb(0 0 0 / 10%);
        border-radius: 50%;
        box-shadow: 0 4px 14px rgb(0 0 0 / 18%);
        font-size: 30px;
        line-height: 1;
    }

    .manufacturing-gallery__arrow--prev {
        left: 10px;
    }

    .manufacturing-gallery__arrow--next {
        right: 10px;
    }

    .manufacturing-gallery__dots {
        position: absolute;
        right: 0;
        bottom: -20px;
        left: 0;
        display: flex;
        justify-content: center;
        gap: 7px;
    }

    .manufacturing-gallery__dots button {
        width: 6px;
        height: 6px;
        padding: 0;
        background: rgb(255 255 255 / 34%);
        border: 0;
        border-radius: 50%;
    }

    .manufacturing-gallery__dots button[aria-current="true"] {
        background: #fff;
    }

    .manufacturing-intro,
    .manufacturing-audience,
    .manufacturing-workflow {
        padding: 76px 0;
    }

    .manufacturing-heading h2,
    .manufacturing-audience__intro h2 {
        font-size: 32px;
        line-height: 1.15;
    }

    .manufacturing-heading > p:last-child:not(.manufacturing-eyebrow),
    .manufacturing-audience__intro > p {
        margin-top: 18px;
        font-size: 16px;
        line-height: 1.65;
    }

    .manufacturing-promises {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 46px 20px;
        margin-top: 54px;
    }

    .manufacturing-promises span {
        width: 50px;
        height: 50px;
        margin-bottom: 16px;
    }

    .manufacturing-promises h3 {
        font-size: 15px;
    }

    .manufacturing-audience {
        padding-top: 34px;
    }

    .manufacturing-audience__intro {
        grid-template-columns: 1fr;
        gap: 26px;
        margin-bottom: 44px;
    }

    .manufacturing-audience__intro > p {
        margin-top: 0;
    }

    .manufacturing-audience__grid {
        grid-template-columns: 1fr;
    }

    .manufacturing-audience__grid article {
        min-height: 0;
        padding: 28px 22px;
        border-right: 0 !important;
        border-bottom: 1px solid var(--manufacturing-line);
    }

    .manufacturing-audience__grid article:nth-child(odd) {
        background: #fff;
    }

    .manufacturing-audience__grid article:nth-child(even) {
        background: #f4f5f6;
    }

    .manufacturing-audience__grid article:last-child {
        border-bottom: 0;
    }

    .manufacturing-audience__grid h3 {
        font-size: 22px;
    }

    .manufacturing-audience__grid p {
        font-size: 16px;
    }

    .manufacturing-capabilities {
        padding: 74px 0 84px;
    }

    .manufacturing-capabilities__list {
        gap: 54px;
        margin-top: 54px;
    }

    .manufacturing-capabilities__row {
        grid-template-columns: 1fr;
        gap: 26px;
        min-height: 0;
        padding: 0;
    }

    .manufacturing-capabilities__row:nth-child(even) .manufacturing-capabilities__copy,
    .manufacturing-capabilities__row:nth-child(even) img {
        order: initial;
        text-align: left;
    }

    .manufacturing-capabilities__copy h3 {
        font-size: 25px;
    }

    .manufacturing-capabilities__copy p {
        font-size: 16px;
        line-height: 1.65;
    }

    .manufacturing-workflow__body {
        grid-template-columns: 1fr;
        gap: 42px;
        margin-top: 48px;
    }

    .manufacturing-workflow__body > img {
        order: 1;
    }

    .manufacturing-workflow__steps {
        order: 2;
    }

    .manufacturing-workflow__steps article {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 12px;
    }

    .manufacturing-workflow__steps h3 {
        font-size: 20px;
    }

    .manufacturing-workflow__steps p {
        font-size: 15px;
    }

    .manufacturing-page .contact-cta {
        left: auto;
        width: 100%;
        height: 560px;
        margin-left: 0;
    }

    .manufacturing-page .contact-cta__content {
        width: 100%;
        padding-inline: 24px;
    }

    .manufacturing-page .contact-cta .contact-cta__content h2 {
        width: 100%;
        max-width: 330px;
        margin-inline: auto;
        font-size: 30px;
        line-height: 1.15;
        white-space: normal;
    }

    .manufacturing-page .contact-cta p {
        width: 100%;
        max-width: 330px;
        margin-inline: auto;
        margin-top: 16px;
    }
}

/* Framer projects section parity. */
section.projects {
    padding: 80px 0;
}

.projects > .section-shell {
    width: min(var(--shell), calc(100% - 40px));
}

.projects .section-heading {
    max-width: 550px;
    margin-bottom: 56px;
}

.projects .section-label {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -.02em;
    text-transform: uppercase;
}

.projects .section-label::before,
.projects .section-label::after {
    padding-inline: 4px;
    font-size: 16px;
}

.projects .section-heading h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.04em;
}

.projects .section-heading > p:last-child:not(.section-label) {
    width: 100%;
    max-width: none;
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -.02em;
}

.projects .projects-selector {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
    height: 707px;
    min-height: 707px;
}

.projects .projects-selector__tabs {
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    gap: 16px;
}

.projects .projects-selector__tabs button {
    display: block;
    min-height: 0;
    flex: 1 1 0;
    padding: 22px 24px;
    font-family: sans-serif;
    background: #f6f6f6;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: background .24s ease, border-color .24s ease, transform .24s cubic-bezier(.22, 1, .36, 1);
}

.projects .projects-selector__tabs button:hover {
    background: #f0f0f0;
    transform: translateX(3px);
}

.projects .projects-selector__tabs button[aria-selected="true"] {
    background: #fff;
    border-color: #8d8d8d;
    transform: none;
}

.projects .projects-selector__tabs strong {
    display: block;
    margin: 0 0 12px;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.15;
}

.projects .projects-selector__tabs span {
    display: block;
    color: #666;
    font-size: 17px;
    line-height: 1.5;
}

.projects .projects-selector__gallery {
    grid-template-rows: minmax(0, 1fr) 24px;
    gap: 14px;
    min-width: 0;
    height: 100%;
}

.projects .projects-selector__media {
    min-width: 0;
    min-height: 0;
    background: #f2f2f2;
    border-radius: 5px;
}

.projects .projects-selector__media img {
    object-position: center;
    backface-visibility: hidden;
    will-change: opacity, transform;
}

.projects .projects-selector__media img.project-image--exit-left {
    animation: project-image-exit-left .22s cubic-bezier(.22, 1, .36, 1) both;
}

.projects .projects-selector__media img.project-image--exit-right {
    animation: project-image-exit-right .22s cubic-bezier(.22, 1, .36, 1) both;
}

.projects .projects-selector__media img.project-image--enter-right {
    animation: project-image-enter-right .22s cubic-bezier(.22, 1, .36, 1) both;
}

.projects .projects-selector__media img.project-image--enter-left {
    animation: project-image-enter-left .22s cubic-bezier(.22, 1, .36, 1) both;
}

.projects .project-gallery-arrow {
    width: 44px;
    height: 44px;
    background: rgb(247 247 247 / 84%);
    border: 1px solid rgb(0 0 0 / 9%);
    box-shadow: 0 2px 12px rgb(0 0 0 / 8%);
    backdrop-filter: blur(8px);
    transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.projects .project-gallery-arrow:hover {
    background: #fff;
    box-shadow: 0 5px 18px rgb(0 0 0 / 13%);
    transform: translateY(-50%) scale(1.06);
}

.projects .project-gallery-arrow:active {
    transform: translateY(-50%) scale(.97);
}

.projects .project-gallery-arrow--prev {
    left: 18px;
}

.projects .project-gallery-arrow--next {
    right: 18px;
}

.projects .project-gallery-arrow span {
    width: 10px;
    height: 10px;
}

.projects .project-gallery-dots {
    gap: 9px;
    height: 24px;
}

.projects .project-gallery-dots button {
    width: 8px;
    height: 8px;
    background: #d4d4d4;
    transition: background .22s ease, transform .22s ease;
}

.projects .project-gallery-dots button:hover {
    background: #9a9a9a;
}

.projects .project-gallery-dots button[aria-current="true"] {
    background: #080808;
    transform: scale(1.12);
}

@keyframes project-image-exit-left {
    from { opacity: 1; transform: translateX(0) scale(1); }
    to { opacity: 0; transform: translateX(-36px) scale(1.01); }
}

@keyframes project-image-exit-right {
    from { opacity: 1; transform: translateX(0) scale(1); }
    to { opacity: 0; transform: translateX(36px) scale(1.01); }
}

@keyframes project-image-enter-right {
    from { opacity: 0; transform: translateX(36px) scale(1.01); }
    to { opacity: 1; transform: translateX(0) scale(1); }
}

@keyframes project-image-enter-left {
    from { opacity: 0; transform: translateX(-36px) scale(1.01); }
    to { opacity: 1; transform: translateX(0) scale(1); }
}

@media (max-width: 809px) {
    .projects > .section-shell {
        width: calc(100% - 32px);
    }

    .projects .section-heading {
        max-width: none;
        margin-bottom: 56px;
    }

    .projects .section-heading h2 {
        font-size: 32px;
        line-height: 1.1;
    }

    .projects .projects-selector {
        grid-template-columns: 1fr;
        gap: 18px;
        height: auto;
        min-height: 0;
    }

    .projects .projects-selector__tabs {
        height: auto;
        gap: 10px;
    }

    .projects .projects-selector__tabs button {
        min-height: 104px;
        flex: none;
        padding: 18px;
    }

    .projects .projects-selector__tabs strong {
        margin-bottom: 8px;
        font-size: 21px;
    }

    .projects .projects-selector__tabs span {
        font-size: 15px;
    }

    .projects .projects-selector__gallery {
        grid-template-rows: minmax(480px, 130vw) 24px;
        height: auto;
    }

    .projects .project-gallery-arrow {
        width: 40px;
        height: 40px;
    }

    .projects .project-gallery-arrow--prev {
        left: 14px;
    }

    .projects .project-gallery-arrow--next {
        right: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .projects .projects-selector__media img {
        animation: none !important;
    }
}

@font-face {
    font-family: Inter;
    src: url("../fonts/Inter-Medium.woff2") format("woff2");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: Inter;
    src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: Inter;
    src: url("../fonts/Inter-Bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

:root {
    --ink: #111;
    --muted: #6c6c6c;
    --line: #e9e9e9;
    --soft: #f5f5f5;
    --paper: #fff;
    --shell: 1320px;
    --header-height: 78px;
    color-scheme: light;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: clip;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
}

body.modal-open {
    overflow: hidden;
}

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

button,
input,
textarea {
    font: inherit;
}

button {
    color: inherit;
}

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

[hidden] {
    display: none !important;
}

.skip-link,
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
}

.skip-link:focus {
    z-index: 100;
    top: 12px;
    left: 12px;
    width: auto;
    height: auto;
    padding: 12px 16px;
    background: var(--paper);
    clip-path: none;
}

.section-shell {
    width: min(var(--shell), calc(100% - 64px));
    margin-inline: auto;
}

.section-shell--narrow {
    max-width: 960px;
}

.site-header {
    position: sticky;
    z-index: 30;
    top: 0;
    height: var(--header-height);
    background: rgb(255 255 255 / 95%);
    border-bottom: 1px solid rgb(0 0 0 / 4%);
    backdrop-filter: blur(12px);
}

.admin-bar .site-header {
    top: 32px;
}

.site-header__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    width: min(1560px, calc(100% - 64px));
    height: 100%;
    margin-inline: auto;
}

.site-logo {
    width: max-content;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
}

.primary-nav {
    display: flex;
    justify-content: center;
    gap: 42px;
    height: 100%;
}

.primary-nav > a,
.nav-item > a {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
}

.primary-nav > a:hover,
.nav-item > a:hover {
    color: var(--muted);
}

.nav-item--mega {
    position: static;
}

.mega-menu {
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    left: 0;
    padding: 0;
    visibility: hidden;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
}

.nav-item--mega:hover .mega-menu,
.nav-item--mega:focus-within .mega-menu,
.nav-item--mega.is-open .mega-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.mega-menu__inner {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(180px, 1fr);
    gap: 68px;
    width: min(var(--shell), calc(100% - 64px));
    margin-inline: auto;
    padding: 34px 0 42px;
}

.mega-menu__label,
.footer-heading {
    margin: 0 0 18px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.mega-menu__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 22px;
}

.mega-menu__types {
    display: grid;
    gap: 14px;
}

.mega-menu__grid a,
.mega-menu__types a {
    font-size: 14px;
}

.mega-menu__grid a:hover,
.mega-menu__types a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    min-height: 42px;
    padding: 10px 16px;
    color: var(--paper);
    background: var(--ink);
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: background-color 180ms ease, color 180ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
    color: var(--paper);
    background: #303030;
}

.nav-toggle {
    display: none;
}

.hero {
    position: relative;
    display: grid;
    min-height: calc(100svh - var(--header-height));
    place-items: center;
    overflow: hidden;
    color: var(--paper);
    background: #161616;
}

.hero__media,
.hero__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero__media {
    object-fit: cover;
}

.hero__shade {
    background: rgb(0 0 0 / 50%);
}

.hero__content,
.hero__stat {
    position: relative;
    z-index: 1;
}

.hero__content {
    width: min(820px, calc(100% - 48px));
    text-align: center;
}

.hero__content h1 {
    margin: 0;
    font-size: 56px;
    font-weight: 500;
    line-height: 1;
}

.hero__content p {
    margin: 18px auto 24px;
    font-size: 15px;
}

.hero__stat {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 12px;
    margin: 0 auto 22px;
    text-align: left;
}

.hero__stat strong {
    font-size: 16px;
    font-weight: 500;
}

.hero__avatars {
    display: flex;
    align-items: center;
}

.hero__avatars img {
    width: 48px;
    height: 48px;
    border: 2px solid var(--paper);
    border-radius: 8px;
    object-fit: cover;
}

.hero__avatars img + img {
    margin-left: -12px;
}

.hero__stat-copy {
    display: grid;
    gap: 1px;
    font-size: 14px;
}

.button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 19px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.button--light {
    color: var(--ink);
    background: var(--paper);
}

.button--dark {
    color: var(--paper);
    background: var(--ink);
}

.section-pad {
    padding: 92px 0;
}

.section-pad--gray {
    background: #fafafa;
}

.section-heading {
    position: relative;
    max-width: 620px;
    margin: 0 auto 42px;
    text-align: center;
}

.section-heading--wide {
    max-width: 880px;
}

.section-label {
    margin: 0 0 12px;
    color: var(--ink);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}

.section-label::before,
.section-label::after {
    content: "✦";
    padding: 0 7px;
    font-size: 11px;
}

.materials .section-label,
.testimonials .section-label,
.faq .section-label {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.32px;
}

.materials .section-label::before,
.materials .section-label::after,
.testimonials .section-label::before,
.testimonials .section-label::after,
.faq .section-label::before,
.faq .section-label::after {
    padding-inline: 4px;
    font-size: 16px;
}

.section-heading h2,
.contact-cta h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
}

.section-heading > p:last-child:not(.section-label) {
    max-width: 580px;
    margin: 12px auto 0;
    color: var(--muted);
    font-size: 14px;
}

.about-band {
    padding: 80px 0 10px;
}

.about-band .section-shell {
    width: min(1340px, 100%);
    padding-inline: 20px;
}

.about-band .section-heading--wide {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 849px;
    margin-bottom: 56px;
}

.about-band .section-label {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}

.about-band .section-label::before,
.about-band .section-label::after {
    padding-inline: 4px;
    font-size: 16px;
}

.about-band .section-heading h2 {
    width: max-content;
    max-width: none;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.1;
    transform: scaleX(.95);
}

.about-band .section-heading h2 span {
    display: block;
    white-space: nowrap;
}

.about-band__accent {
    position: absolute;
    top: calc(50% - 50px);
    width: 100px;
    height: 100px;
    overflow: hidden;
    object-fit: cover;
    border: 4px solid #d1d1d1;
    border-radius: 10px;
    pointer-events: none;
}

.about-band__accent--left {
    left: -115px;
    transform: rotate(-14deg);
}

.about-band__accent--right {
    right: -115px;
    transform: rotate(14deg);
}

.about-band__image {
    width: 100%;
    height: 600px;
    border-radius: 10px;
    object-fit: cover;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 16px;
}

.stats-grid > div {
    display: grid;
    min-height: 200px;
    align-content: space-between;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 10px;
}

.stats-grid strong {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    font-size: 48px;
    font-weight: 500;
    font-variant-numeric: tabular-nums;
    line-height: 1.1;
}

.stats-grid > div > span {
    color: #737373;
    font-size: 18px;
    line-height: 1.5;
}

.stat-counter__number {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font: inherit;
}

.stat-counter__digit,
.stat-counter__static {
    display: inline-flex;
    width: .62em;
    height: 1.2em;
    align-items: center;
    justify-content: center;
}

.stat-counter__digit {
    position: relative;
    overflow: hidden;
    mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 82%, transparent 100%);
}

.stat-counter__reel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    will-change: transform;
}

.stat-counter__value {
    display: flex;
    width: 100%;
    height: 1.2em;
    align-items: center;
    justify-content: center;
    color: inherit;
    font: inherit;
    line-height: 1;
}

.stat-counter__static,
.stat-counter__separator,
.stat-counter__suffix {
    color: inherit;
    font: inherit;
    line-height: 1;
}

.stat-counter__separator {
    opacity: .4;
}

.stat-counter__suffix {
    margin-left: .08em;
}

.brand-marquee {
    display: flex;
    height: 268px;
    flex-direction: column;
    padding: 20px 0 80px;
    overflow: hidden;
    background: var(--paper);
}

.brand-marquee__title {
    margin: 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

.brand-marquee__viewport {
    display: flex;
    height: 130px;
    flex: none;
    align-items: center;
    overflow: hidden;
}

.brand-marquee__track {
    display: flex;
    width: max-content;
    height: 104px;
    flex: none;
    align-items: center;
    animation: bevis-brand-logos-move-right 60s linear infinite;
    will-change: transform;
}

.brand-marquee__track img {
    display: block;
    width: auto;
    max-width: none;
    height: 104px;
    flex: none;
    object-fit: fill;
}

.brand-marquee__group {
    display: flex;
    width: max-content;
    height: 104px;
    flex: none;
    align-items: center;
}

.brand-marquee__item {
    display: block;
    width: 208px;
    height: 104px;
    flex: 0 0 208px;
    overflow: hidden;
}

.brand-marquee__track .brand-marquee__logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-marquee__sprite {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('../images/brands/framer-brands-strip.png');
    background-repeat: no-repeat;
    background-size: 2000% 100%;
}

@keyframes bevis-brand-logos-move-right {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}

.solutions {
    padding: 30px 0 80px;
    overflow: hidden;
}

.solutions .section-shell {
    width: 100%;
    max-width: none;
    padding-inline: 20px;
}

.solutions .section-heading {
    width: 550px;
    max-width: 550px;
    margin: 0 auto 56px;
}

.solutions .section-label {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.solutions .section-label::before,
.solutions .section-label::after {
    padding-inline: 4px;
    font-size: 16px;
}

.solutions .section-heading h2 {
    width: 550px;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -1.6px;
}

.solutions .section-heading > p:last-child:not(.section-label) {
    width: 550px;
    max-width: 550px;
    font-size: 16px;
    line-height: 24px;
}

.image-card-grid {
    display: grid;
    gap: 16px;
}

.image-card-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@property --image-card-overlay-alpha {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
}

@property --image-card-overlay-stop {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 50%;
}

.image-card {
    position: relative;
    height: 440px;
    overflow: hidden;
    border-radius: 10px;
}

.image-card::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 180px;
    background: linear-gradient(
        rgb(255 255 255 / 0%) 0%,
        rgb(0 0 0 / var(--image-card-overlay-alpha)) var(--image-card-overlay-stop),
        #000 100%
    );
    content: "";
    pointer-events: none;
    transition:
        height 520ms cubic-bezier(.42, 0, .58, 1),
        --image-card-overlay-alpha 520ms cubic-bezier(.42, 0, .58, 1),
        --image-card-overlay-stop 520ms cubic-bezier(.42, 0, .58, 1);
    will-change: height;
}

.image-card > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-card__title {
    position: absolute;
    z-index: 1;
    right: 20px;
    bottom: 20px;
    left: 20px;
    color: var(--paper);
    font-size: 24px;
    font-weight: 500;
    line-height: 26.4px;
    text-align: center;
}

.image-card__action {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    transition: opacity 160ms cubic-bezier(.22, 1, .36, 1);
}

.image-card__action-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    will-change: transform;
    transition: transform 120ms cubic-bezier(.22, 1, .36, 1);
}

.image-card__action-icon--out {
    transform: translate(-50%, -50%);
}

.image-card__action-icon--in {
    transform: translate(calc(-50% - 41px), calc(-50% + 41px));
}

.image-card:hover::after,
.image-card:focus-visible::after {
    height: 100%;
    --image-card-overlay-alpha: .08;
    --image-card-overlay-stop: 0%;
}

.image-card:hover .image-card__action,
.image-card:focus-visible .image-card__action {
    opacity: 1;
    transition-delay: 40ms;
}

.image-card:hover .image-card__action-icon--out,
.image-card:focus-visible .image-card__action-icon--out {
    transform: translate(calc(-50% + 41px), calc(-50% - 41px));
    transition-delay: 40ms;
}

.image-card:hover .image-card__action-icon--in,
.image-card:focus-visible .image-card__action-icon--in {
    transform: translate(-50%, -50%);
    transition-delay: 40ms;
}

.text-link {
    display: block;
    width: max-content;
    margin: 56px auto 0;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
}

.solutions .text-link {
    width: 403.0208px;
    text-align: center;
}

.capability-carousel {
    position: relative;
    width: calc(100% + 64px);
    margin-left: -32px;
    --capability-half: 225px;
}

.capabilities {
    padding: 36px 0 84px;
    background: var(--paper);
}

.capabilities .section-heading {
    max-width: 550px;
    margin-bottom: 46px;
}

.capabilities .section-heading > h2 {
    width: 572px;
    max-width: 572px;
    transform: scaleX(0.9615384615);
    transform-origin: left center;
}

.capability-heading-space {
    display: none;
}

.capabilities .section-label {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.capabilities .section-label::before,
.capabilities .section-label::after {
    font-size: 14px;
}

.capabilities .section-heading > p:last-child:not(.section-label) {
    width: 572px;
    max-width: 572px;
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.5;
    transform: scaleX(0.9615384615);
    transform-origin: left center;
}

.carousel-viewport {
    height: 550px;
    overflow: hidden;
    perspective: 1200px;
}

.carousel-track {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

.capability-card {
    position: absolute;
    top: 0;
    left: 50%;
    width: 450px;
    height: 550px;
    overflow: hidden;
    border-radius: 10px;
    backface-visibility: hidden;
    will-change: transform;
    transition: transform 520ms cubic-bezier(.22, 1, .36, 1);
}

.capability-card > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.capability-card > div {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 58px 20px 20px;
    color: var(--paper);
    background: linear-gradient(transparent, rgb(0 0 0 / 76%));
}

.capability-card h3 {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
}

.materials-grid h3 {
    margin: 0 0 4px;
    font-size: 17px;
}

.capability-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}

.materials-grid p {
    margin: 0;
    font-size: 12px;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    display: grid;
    width: 40px;
    height: 40px;
    padding: 0;
    place-items: center;
    color: var(--paper);
    background: rgb(0 0 0 / 20%);
    border: 0;
    border-radius: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.carousel-arrow img {
    width: 40px;
    height: 40px;
}

.carousel-arrow--prev {
    left: calc(50% - var(--capability-half) + 20px);
}

.carousel-arrow--next {
    right: calc(50% - var(--capability-half) + 20px);
}

.process {
    padding: 80px 0;
}

.process .section-shell {
    width: 100%;
    padding-inline: 20px;
}

.process .section-heading {
    width: 550px;
    max-width: 550px;
    margin-bottom: 56px;
}

.process .section-heading h2 {
    font-weight: 700;
    transform: scaleX(.92);
    transform-origin: center top;
}

.process .section-label {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: none;
}

.process .section-heading > p:last-child:not(.section-label) {
    width: 550px;
    max-width: 550px;
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
    transform: scaleX(.96);
    transform-origin: center top;
}

.process-list {
    border-top: 0;
    box-shadow: inset 0 1px 0 var(--line);
}

.process-list article {
    display: grid;
    grid-template-columns: 32px 470.333px minmax(0, 1fr);
    align-items: start;
    gap: 20px;
    min-height: 134px;
    padding: 40px;
    border-bottom: 0;
    box-shadow: inset 0 -1px 0 var(--line);
}

.process-list article > span {
    padding-top: 4px;
    color: var(--muted);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
}

.process-list h3 {
    margin: 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
}

@media (min-width: 981px) {
    .process-list h3 {
        white-space: nowrap;
        transform: scaleX(.94);
        transform-origin: left top;
    }

    .process-list p {
        width: calc(100% + 26px);
    }
}

.process-list p {
    margin: 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.5;
}

.projects-selector {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.projects-selector__tabs {
    display: grid;
    gap: 10px;
}

.projects-selector__tabs button {
    display: grid;
    align-content: center;
    gap: 7px;
    min-height: 104px;
    padding: 17px 20px;
    text-align: left;
    background: var(--soft);
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}

.projects-selector__tabs button[aria-selected="true"] {
    background: var(--paper);
    border-color: #bdbdbd;
}

.projects-selector__tabs strong {
    font-size: 19px;
}

.projects-selector__tabs span {
    color: var(--muted);
    font-size: 14px;
}

.projects-selector__gallery {
    display: grid;
    grid-template-rows: minmax(0, 1fr) 16px;
    gap: 12px;
}

.projects-selector__media {
    position: relative;
    min-height: 550px;
    overflow: hidden;
    border-radius: 5px;
}

.projects-selector__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-gallery-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    padding: 0;
    background: rgb(245 245 245 / 88%);
    border: 0;
    border-radius: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.project-gallery-arrow--prev {
    left: 14px;
}

.project-gallery-arrow--next {
    right: 14px;
}

.project-gallery-arrow span {
    width: 14px;
    height: 14px;
    border-bottom: 2px solid #111;
    border-left: 2px solid #111;
}

.project-gallery-arrow--prev span {
    transform: translateX(2px) rotate(45deg);
}

.project-gallery-arrow--next span {
    transform: translateX(-2px) rotate(225deg);
}

.project-gallery-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.project-gallery-dots button {
    width: 7px;
    height: 7px;
    padding: 0;
    background: #cecece;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

.project-gallery-dots button[aria-current="true"] {
    background: #111;
}

.materials-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.materials-grid article {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 5.2;
    color: var(--paper);
    border-radius: 5px;
}

.materials-grid article > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.materials-grid article > div {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 52px 13px 14px;
    background: linear-gradient(transparent, rgb(0 0 0 / 80%));
}

.testimonial-card {
    position: relative;
    min-height: 290px;
    padding: 70px 58px 34px;
    background: var(--soft);
    border-radius: 6px;
    text-align: center;
}

.testimonial-card__quote {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 52px;
    line-height: 1;
}

.testimonial-card h3 {
    margin: 0 0 16px;
    font-size: 19px;
    font-weight: 550;
}

.testimonial-card > p {
    max-width: 1030px;
    margin: 0 auto;
    color: #444;
    font-size: 15px;
}

.testimonial-card footer {
    display: grid;
    gap: 1px;
    margin-top: 27px;
    text-align: left;
}

.testimonial-card footer strong {
    font-size: 15px;
}

.testimonial-card footer span {
    color: var(--muted);
    font-size: 14px;
}

.testimonial-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 26px;
}

.testimonial-controls > button {
    display: grid;
    width: 58px;
    height: 58px;
    padding: 0;
    place-items: center;
    background: #ededed;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

.testimonial-controls > button > span {
    display: block;
    width: 30px;
    height: 40px;
    font-size: 48px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
}

.testimonial-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.testimonial-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    background: #d2d2d2;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

.testimonial-dots button[aria-current="true"] {
    background: var(--ink);
}

.faq-item {
    border-bottom: 1px solid var(--line);
}

.faq-item summary {
    display: flex;
    min-height: 67px;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 550;
    list-style: none;
    cursor: pointer;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary > span {
    font-size: 25px;
    font-weight: 400;
}

.faq-item[open] summary > span {
    transform: rotate(45deg);
}

.faq-item > p {
    margin: 0 0 20px;
    color: var(--muted);
    font-size: 14px;
}

.contact-cta {
    position: relative;
    left: 50%;
    display: flex;
    width: 100vw;
    height: 800px;
    margin-left: -50vw;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
}

.contact-cta__background,
.contact-cta__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.contact-cta__background {
    max-width: none;
    object-fit: cover;
}

.contact-cta__overlay {
    background: rgb(0 0 0 / 60%);
}

.contact-cta__content {
    position: relative;
    z-index: 1;
    width: 550px;
}

.contact-cta .contact-cta__content h2 {
    width: 550px;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
}

.contact-cta p {
    width: 550px;
    max-width: none;
    margin: 12px 0 0;
    color: #d1d1d1;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
}

.contact-cta .contact-cta__button {
    width: 220.4167px;
    height: 48px;
    min-height: 48px;
    margin-top: 24px;
    padding: 0;
    color: #111;
    background: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    transition: background-color 180ms ease;
}

.contact-cta .contact-cta__button:hover,
.contact-cta .contact-cta__button:focus-visible {
    background: #e9e9e9;
}

.site-footer {
    height: 743.9583px;
    padding: 80px 0 0;
    overflow: hidden;
}

.site-footer__inner {
    display: flex;
    width: 100%;
    height: 663.9583px;
    margin: 0;
    padding: 0 20px;
    flex-direction: column;
    gap: 56px;
}

.site-footer__top {
    position: relative;
    width: 100%;
    height: 267px;
    flex: 0 0 267px;
}

.site-footer__brand,
.site-footer__pages,
.site-footer__contact {
    position: absolute;
    top: 0;
}

.site-footer__brand {
    left: 0;
    width: 370px;
}

.site-logo--footer {
    font-size: 24px;
    font-weight: 500;
    line-height: 26.4px;
    letter-spacing: 0;
}

.site-footer__brand > p {
    width: 370px;
    max-width: none;
    margin: 24px 0 0;
    color: #737373;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
}

.site-footer__socials {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.site-footer__socials a {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #000;
    border-radius: 50%;
    transition: opacity 180ms ease;
}

.site-footer__socials a:hover,
.site-footer__socials a:focus-visible {
    opacity: .7;
}

.site-footer__socials img {
    width: 24px;
    height: 24px;
}

.site-footer__socials a:last-child img {
    width: 40px;
    height: 40px;
}

.site-footer__pages {
    left: 50.7%;
    display: flex;
    width: 170px;
    flex-direction: column;
    align-items: flex-start;
}

.site-footer__contact {
    right: 0;
    width: 274.1667px;
}

@media (min-width: 981px) {
    .site-footer__contact {
        right: 80px;
    }
}

.site-footer .footer-heading {
    margin: 0 0 16px;
    color: #111;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: none;
}

.site-footer__pages a {
    margin-bottom: 13px;
    color: #737373;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0;
}

.site-footer__pages a:last-child {
    margin-bottom: 0;
}

.site-footer__contact > p:not(.footer-heading) {
    display: block;
    margin: 0 0 16px;
    color: #737373;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0;
}

.site-footer__contact > p:last-child {
    margin-bottom: 0;
}

.site-footer__contact span,
.site-footer__contact a {
    display: block;
    min-width: 0;
}

.site-footer__contact > p:nth-of-type(2) span:last-child {
    white-space: nowrap;
}

.site-footer__contact .site-footer__whatsapp-line {
    display: inline;
}

.site-footer__contact .site-footer__whatsapp-line:first-child::after {
    content: " ";
}

.site-footer__wordmark {
    display: flex;
    width: 100%;
    height: 340.9583px;
    flex: 0 0 340.9583px;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    color: #111;
    font-size: 390px;
    font-weight: 600;
    line-height: .86;
    letter-spacing: 0;
    white-space: nowrap;
    transform: translateY(-8px);
    mask-image: radial-gradient(57% 87% at 50% 61.3%, #000 0%, transparent 100%);
    -webkit-mask-image: radial-gradient(57% 87% at 50% 61.3%, #000 0%, transparent 100%);
}

.generic-page {
    padding: 100px 0;
}

.catalogue-page {
    padding: 76px 0 100px;
}

.catalogue-page__heading {
    max-width: 700px;
    margin-bottom: 58px;
    text-align: center;
}

.catalogue-page__heading h1 {
    margin: 0;
    font-size: 56px;
    font-weight: 500;
    line-height: 0.98;
}

.catalogue-page__heading > p:last-child {
    max-width: 520px;
    margin: 15px auto 0;
    color: var(--muted);
    font-size: 14px;
}

.bevis-motion [data-reveal] {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    transition:
        opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 820ms cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--reveal-delay, 0ms);
}

.bevis-motion [data-reveal].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
    .bevis-motion [data-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .image-card::after {
        transition: none;
    }
}

@media (max-width: 980px) {
    :root {
        --header-height: 70px;
    }

    .site-header__inner {
        grid-template-columns: 1fr auto;
        width: calc(100% - 40px);
    }

    .header-cta {
        display: none;
    }

    .nav-toggle {
        display: grid;
        gap: 5px;
        width: 42px;
        height: 42px;
        padding: 14px 10px;
        background: transparent;
        border: 0;
    }

    .nav-toggle span:not(.screen-reader-text) {
        display: block;
        height: 2px;
        background: var(--ink);
    }

    .primary-nav {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: none;
        height: auto;
        padding: 14px 20px 22px;
        background: var(--paper);
        border-bottom: 1px solid var(--line);
    }

    .primary-nav.is-open {
        display: grid;
        gap: 0;
    }

    .primary-nav > a,
    .nav-item > a {
        min-height: 46px;
    }

    .mega-menu {
        position: static;
        display: none;
        visibility: visible;
        opacity: 1;
        transform: none;
    }

    .nav-item--mega.is-open .mega-menu {
        display: block;
    }

    .mega-menu__inner {
        grid-template-columns: 1fr;
        gap: 22px;
        width: 100%;
        padding: 8px 0 18px;
    }

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

    .hero__content h1 {
        font-size: 48px;
    }

    .section-pad {
        padding: 75px 0;
    }

    .section-heading h2,
    .contact-cta h2 {
        font-size: 34px;
    }

    .about-band .section-heading h2 {
        width: 100%;
        max-width: 100%;
        font-size: 38px;
        transform: none;
    }

    .about-band .section-heading h2 span {
        display: inline;
        white-space: normal;
    }

    .about-band__accent {
        display: none;
    }

    .process-list article {
        grid-template-columns: 40px minmax(200px, 1fr) minmax(250px, 1fr);
    }

    .projects-selector {
        grid-template-columns: 1fr 1fr;
    }

    .projects-selector__tabs strong {
        font-size: 16px;
    }

    .projects-selector__tabs span {
        font-size: 12px;
    }

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

    .site-footer__inner {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .section-shell {
        width: calc(100% - 32px);
    }

    .site-logo {
        font-size: 22px;
    }

    .mega-menu__grid a,
    .mega-menu__types a {
        font-size: 12px;
    }

    .hero {
        min-height: 620px;
    }

    .hero__content h1 {
        font-size: 29px;
    }

    .hero__content {
        width: calc(100% - 24px);
    }

    .hero__content p {
        font-size: 13px;
    }

    .hero__stat {
        gap: 9px;
        margin-bottom: 19px;
    }

    .hero__avatars img {
        width: 40px;
        height: 40px;
    }

    .hero__stat-copy {
        font-size: 12px;
    }

    .about-band {
        padding: 80px 0 10px;
    }

    .about-band .section-shell {
        width: 100%;
        padding-inline: 16px;
    }

    .about-band .section-heading--wide {
        margin-bottom: 56px;
    }

    .about-band .section-heading h2 {
        font-size: 38px;
    }

    .about-band__accent {
        display: none;
    }

    .about-band__image {
        height: 220px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 16px;
    }

    .stats-grid > div {
        min-height: 140px;
        padding: 20px;
    }

    .stats-grid strong {
        font-size: 48px;
    }

    .stats-grid span {
        font-size: 18px;
    }

    .brand-marquee {
        height: 198px;
        padding: 20px 0 10px;
    }

    .brand-marquee__viewport {
        margin-top: -38.8px;
    }

    .brand-marquee__track,
    .brand-marquee__track img {
        height: 90px;
    }

    .brand-marquee__group,
    .brand-marquee__item {
        height: 90px;
    }

    .brand-marquee__item {
        width: 180px;
        flex-basis: 180px;
    }

    .section-pad.solutions {
        padding: 30px 0 10px;
    }

    .solutions .section-shell {
        width: 100%;
        padding-inline: 16px;
    }

    .solutions .section-heading {
        width: 100%;
        max-width: none;
        margin-bottom: 56px;
    }

    .solutions .section-heading h2 {
        width: 100%;
        font-size: 32px;
        line-height: 35.2px;
        letter-spacing: -1.28px;
    }

    .solutions .section-heading > p:last-child:not(.section-label) {
        width: 100%;
        max-width: none;
        font-size: 16px;
        line-height: 24px;
    }

    .solutions .image-card-grid--three {
        grid-template-columns: 1fr;
    }

    .solutions .image-card-grid {
        gap: 16px;
    }

    .solutions .image-card {
        height: 400px;
    }

    .solutions .image-card__title {
        font-size: 24px;
    }

    .solutions .image-card__action {
        display: none;
    }

    .solutions .text-link {
        position: relative;
        left: 50%;
        margin-inline: 0;
        transform: translateX(-50%);
    }

    .section-pad {
        padding: 64px 0;
    }

    .process {
        padding: 80px 0;
    }

    .process .section-shell {
        padding-inline: 16px;
    }

    .process .section-heading {
        width: 100%;
        max-width: none;
        margin-bottom: 56px;
    }

    .process .section-heading > p:last-child:not(.section-label) {
        width: 100%;
        max-width: none;
        font-size: 16px;
        line-height: 24px;
    }

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

    .section-heading h2,
    .contact-cta h2 {
        font-size: 29px;
    }

    .section-heading h2 br {
        display: none;
    }

    .capabilities {
        padding: 36px 0 64px;
    }

    .capabilities .section-heading {
        max-width: none;
        margin-bottom: 56px;
    }

    .capabilities .section-heading h2 {
        width: 104%;
        max-width: none;
        font-size: 32px;
        line-height: 1.1;
        transform: scaleX(0.9615384615);
        transform-origin: left center;
    }

    .capabilities .section-heading h2 br {
        display: none;
    }

    .capability-heading-space {
        display: inline;
    }

    .capabilities .section-heading > p:last-child:not(.section-label) {
        width: 104%;
        max-width: none;
        font-size: 16px;
        line-height: 1.5;
        transform: scaleX(0.9615384615);
        transform-origin: left center;
    }

    .image-card-grid--three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .image-card-grid,
    .materials-grid {
        gap: 9px;
    }

    .image-card__title {
        font-size: 13px;
    }

    .capability-carousel {
        width: 100%;
        margin-left: 0;
    }

    .carousel-viewport {
        height: 490px;
    }

    .capability-card {
        width: 100%;
        height: 490px;
    }

    .process-list article {
        grid-template-columns: 1fr;
        gap: 20px;
        min-height: 0;
        padding: 40px;
    }

    .process .section-heading h2 {
        font-size: 32px;
    }

    .process-list article > span {
        padding-top: 0;
        font-size: 24px;
    }

    .process-list h3 {
        font-size: 32px;
        line-height: 1.1;
        transform: scaleX(.91);
        transform-origin: left top;
    }

    .process-list article h3,
    .process-list article:first-child h3,
    .process-list article:nth-child(3) h3 {
        width: calc(100% + 17.333px);
        white-space: normal;
    }

    .process-list article p {
        grid-column: auto;
        font-size: 18px;
        line-height: 1.5;
    }

    .process-list article:nth-child(4) p {
        width: calc(100% + 17.333px);
    }

    .projects-selector {
        grid-template-columns: 1fr;
    }

    .projects-selector__tabs {
        grid-template-columns: 1fr;
    }

    .projects-selector__tabs button {
        min-height: 78px;
        padding: 12px 14px;
    }

    .projects-selector__media {
        min-height: 420px;
    }

    .testimonial-card {
        min-height: 300px;
        padding: 58px 18px 22px;
    }

    .testimonial-card h3 {
        font-size: 16px;
    }

    .testimonial-card > p {
        font-size: 13px;
    }

    .faq-item summary {
        gap: 15px;
        font-size: 14px;
    }

    .site-footer__inner {
        grid-template-columns: 1fr;
        gap: 30px;
        width: calc(100% - 32px);
    }

    .site-footer__bottom {
        width: calc(100% - 32px);
    }

    .catalogue-page {
        padding-top: 56px;
    }

    .catalogue-page__heading h1 {
        font-size: 39px;
    }

    html,
    body {
        overflow-x: clip;
    }

    .contact-cta {
        left: 50%;
        width: 1200px;
        height: 844px;
        margin-left: -600px;
    }

    .contact-cta__content {
        width: 550px;
    }

    .contact-cta .contact-cta__content h2 {
        width: 550px;
        font-size: 32px;
        line-height: 35.2px;
        letter-spacing: 0;
        white-space: nowrap;
    }

    .contact-cta p {
        width: 550px;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
    }

    .site-footer {
        height: 939.4583px;
        padding-top: 80px;
    }

    .site-footer__inner {
        width: 100%;
        height: 859.4583px;
        padding: 0 16px;
        gap: 56px;
    }

    .site-footer__top {
        width: 100%;
        height: 701.3958px;
        flex-basis: 701.3958px;
    }

    .site-footer__brand,
    .site-footer__pages,
    .site-footer__contact {
        left: 0;
        right: auto;
        width: 100%;
    }

    .site-footer__brand {
        top: 0;
    }

    .site-footer__brand > p {
        width: 100%;
    }

    .site-footer__pages {
        top: 234.3958px;
    }

    .site-footer__contact {
        top: 488.3958px;
    }

    .site-footer__contact > p:not(.footer-heading) {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        column-gap: 16px;
        row-gap: 0;
    }

    .site-footer__contact > p:nth-of-type(2) {
        display: block;
    }

    .site-footer__contact > p:nth-of-type(2) br {
        display: none;
    }

    .site-footer__contact > p:last-child a {
        display: contents;
        width: auto;
        text-align: inherit;
    }

    .site-footer__contact .site-footer__whatsapp-line:first-child {
        margin-left: auto;
    }

    .site-footer__contact .site-footer__whatsapp-line:first-child::after {
        content: none;
    }

    .site-footer__contact .site-footer__whatsapp-line:last-child {
        flex: 0 0 100%;
    }

    .site-footer__wordmark {
        width: 100%;
        height: 102.0625px;
        flex-basis: 102.0625px;
        font-size: 117px;
        line-height: .86;
    }
}

/* About page, structured from the approved About reference. */
body.page-about .primary-nav > a[href*="/about/"] {
    box-shadow: inset 0 -2px 0 #111;
}

.about-page {
    --about-dark: #213244;
    --about-accent: #bd2d35;
    --about-copy: #202c36;
    color: var(--about-copy);
}

.about-page .contact-cta {
    left: auto;
    width: 100%;
    margin-left: 0;
}

.about-hero {
    position: relative;
    min-height: 690px;
    overflow: hidden;
    background: #1b1d20;
}

.about-hero__media,
.about-hero__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.about-hero__media {
    object-fit: cover;
    object-position: center 52%;
}

.about-hero__shade {
    background: linear-gradient(90deg, rgb(7 12 17 / 36%) 0%, rgb(7 12 17 / 8%) 62%, rgb(7 12 17 / 18%) 100%);
}

.about-hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 690px;
    align-items: center;
}

.about-hero__panel {
    width: min(510px, 48%);
    margin-left: 26px;
    padding: 38px 34px 36px;
    color: #fff;
    background: rgb(33 50 68 / 96%);
    border: 2px solid rgb(255 255 255 / 82%);
    border-radius: 8px;
    box-shadow: 0 18px 40px rgb(0 0 0 / 20%);
}

.about-hero h1 {
    margin: 0 0 28px;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.14;
}

.about-hero ul {
    display: grid;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-hero li {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    font-size: 17px;
    line-height: 1.38;
}

.about-hero li > span {
    padding-top: 1px;
    color: #e2555d;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.7;
}

.about-flex {
    padding: 38px 0 76px;
    color: #fff;
    background: var(--about-dark);
}

.about-flex__heading {
    max-width: 860px;
    margin: 0 auto 42px;
    text-align: center;
}

.about-flex__heading > p,
.about-team__heading > p {
    margin: 0 0 8px;
    color: var(--about-accent);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.about-flex h2,
.about-team h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.18;
}

.about-flex__heading > span {
    display: block;
    margin-top: 12px;
    color: rgb(255 255 255 / 80%);
    font-size: 18px;
    line-height: 1.55;
}

.about-flex__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 68px;
    max-width: 1040px;
    margin-inline: auto;
}

.about-flex__grid article {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
}

.about-flex__index {
    color: #df4851;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.8;
}

.about-flex__grid p {
    margin: 0;
    color: rgb(255 255 255 / 92%);
    font-size: 17px;
    line-height: 1.45;
}

.about-team {
    padding: 92px 0 104px;
    background: #fff;
}

.about-team__grid {
    display: grid;
    grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr);
    grid-template-areas:
        "image heading"
        "image copy";
    align-items: start;
    gap: 28px 74px;
}

.about-team__heading {
    grid-area: heading;
    padding-top: 18px;
}

.about-team__image {
    grid-area: image;
    width: 100%;
    height: 100%;
    min-height: 560px;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
}

.about-team__copy {
    grid-area: copy;
}

.about-team__copy p {
    margin: 0 0 22px;
    color: #303b44;
    font-size: 18px;
    line-height: 1.72;
}

.about-team__copy p:last-child {
    margin-bottom: 0;
}

.about-numbers {
    padding: 82px 0 104px;
    border-top: 1px solid #eceff1;
    background: #fff;
}

.about-numbers__grid {
    display: grid;
    grid-template-columns: minmax(300px, .75fr) minmax(0, 1.55fr);
    align-items: start;
    gap: 80px;
}

.about-numbers h2 {
    position: sticky;
    top: calc(var(--header-height) + 32px);
    margin: 2px 0 0;
    font-size: 54px;
    font-weight: 500;
    line-height: 1.35;
}

.about-numbers h2 span {
    color: var(--about-accent);
}

.about-numbers__list {
    border-top: 1px solid #e1e5e8;
}

.about-number {
    border-bottom: 1px solid #e1e5e8;
}

.about-number summary {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    padding: 18px 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    list-style: none;
}

.about-number summary::-webkit-details-marker {
    display: none;
}

.about-number summary > span {
    position: relative;
    width: 24px;
    height: 24px;
    background: #66778c;
}

.about-number summary > span::before,
.about-number summary > span::after {
    position: absolute;
    top: 11px;
    left: 7px;
    width: 10px;
    height: 2px;
    background: #fff;
    content: "";
}

.about-number summary > span::after {
    transform: rotate(90deg);
    transition: transform 180ms ease;
}

.about-number[open] summary > span {
    background: var(--about-accent);
}

.about-number[open] summary > span::after {
    transform: rotate(0deg);
}

.about-number > p {
    max-width: 760px;
    margin: -2px 0 20px 44px;
    color: #44515a;
    font-size: 17px;
    line-height: 1.65;
}

@media (max-width: 980px) {
    .about-hero__panel {
        width: min(500px, 56%);
        margin-left: 0;
    }

    .about-team__grid {
        gap: 28px 44px;
    }

    .about-numbers__grid {
        grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr);
        gap: 48px;
    }

    .about-numbers h2 {
        font-size: 46px;
    }
}

@media (max-width: 640px) {
    body.page-about .primary-nav > a[href*="/about/"] {
        box-shadow: none;
        font-weight: 600;
    }

    .about-hero,
    .about-hero__inner {
        min-height: 780px;
    }

    .about-hero__media {
        object-position: 42% center;
    }

    .about-hero__shade {
        background: rgb(9 14 19 / 28%);
    }

    .about-hero__inner {
        width: 100%;
        align-items: flex-start;
        padding: 42px 16px 70px;
    }

    .about-hero__panel {
        width: 100%;
        margin: 0;
        padding: 34px 20px 30px;
        background: rgb(33 50 68 / 96%);
    }

    .about-hero h1 {
        margin-bottom: 28px;
        font-size: 30px;
        line-height: 1.18;
        text-align: center;
    }

    .about-hero li {
        grid-template-columns: 28px minmax(0, 1fr);
        gap: 8px;
        font-size: 16px;
        line-height: 1.42;
    }

    .about-flex {
        padding: 52px 0 64px;
    }

    .about-flex > .section-shell {
        width: 100%;
        padding-inline: 24px;
    }

    .about-flex__heading {
        margin-bottom: 44px;
    }

    .about-flex h2,
    .about-team h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .about-flex__heading > span {
        font-size: 16px;
    }

    .about-flex__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .about-flex__grid p {
        font-size: 16px;
    }

    .about-team {
        padding: 70px 0 82px;
    }

    .about-team__grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "heading"
            "image"
            "copy";
        gap: 28px;
    }

    .about-team__heading {
        padding-top: 0;
    }

    .about-team__image {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .about-team__copy p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.68;
    }

    .about-numbers {
        padding: 68px 0 84px;
    }

    .about-numbers__grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .about-numbers h2 {
        position: static;
        font-size: 42px;
        line-height: 1.25;
    }

    .about-number summary {
        grid-template-columns: 26px minmax(0, 1fr);
        gap: 13px;
        padding: 17px 0;
        font-size: 18px;
    }

    .about-number > p {
        margin: -1px 0 20px 39px;
        font-size: 15px;
        line-height: 1.62;
    }

    .about-page .contact-cta {
        left: auto;
        width: 100%;
        height: 560px;
        margin-left: 0;
    }

    .about-page .contact-cta__content {
        width: 100%;
        padding-inline: 24px;
    }

    .about-page .contact-cta .contact-cta__content h2 {
        width: 100%;
        max-width: 330px;
        margin-inline: auto;
        font-size: 30px;
        line-height: 1.15;
        white-space: normal;
    }

    .about-page .contact-cta p {
        width: 100%;
        max-width: 330px;
        margin-inline: auto;
        margin-top: 16px;
    }
}

/* Capabilities: Prototyping detail page. */
body.page-prototyping .primary-nav > a[href*="/capabilities/"] {
    box-shadow: inset 0 -2px 0 #111;
}

.prototype-page {
    --prototype-ink: #202c36;
    --prototype-dark: #202a31;
    --prototype-accent: #bd2d35;
    --prototype-line: #dfe3e6;
    color: var(--prototype-ink);
}

.prototype-hero {
    padding: 64px 0 0;
}

.prototype-hero__panel {
    padding: 48px 68px 40px;
    overflow: hidden;
    color: #fff;
    background: var(--prototype-dark);
    border-radius: 8px;
}

.prototype-hero__topline {
    display: grid;
    grid-template-columns: 1fr minmax(0, 2.5fr) 1fr;
    align-items: center;
    gap: 36px;
}

.prototype-hero__topline > div {
    grid-column: 2;
    text-align: center;
}

.prototype-hero__topline > .prototype-quote-button {
    grid-column: 3;
    justify-self: end;
}

.prototype-breadcrumb {
    display: inline-block;
    margin-bottom: 12px;
    color: rgb(255 255 255 / 70%);
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.prototype-breadcrumb:hover,
.prototype-breadcrumb:focus-visible {
    color: #fff;
}

.prototype-hero h1 {
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
}

.prototype-quote-button {
    display: inline-flex;
    min-width: 132px;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    color: #111;
    background: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    transition: background 180ms ease;
}

.prototype-quote-button:hover,
.prototype-quote-button:focus-visible {
    background: #e9e9e9;
}

.prototype-hero__copy {
    max-width: 790px;
    margin: 28px auto 30px;
    color: rgb(255 255 255 / 86%);
    font-size: 18px;
    line-height: 1.65;
    text-align: center;
}

.prototype-hero__gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.prototype-hero__gallery img {
    width: 100%;
    aspect-ratio: 3 / 2;
    border: 1px solid rgb(255 255 255 / 70%);
    border-radius: 5px;
    object-fit: cover;
}

.prototype-intro,
.prototype-audience,
.prototype-process {
    padding: 92px 0;
}

.prototype-heading {
    max-width: 760px;
}

.prototype-heading--center {
    margin-inline: auto;
    text-align: center;
}

.prototype-eyebrow {
    margin: 0 0 14px;
    color: var(--prototype-accent);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.prototype-heading h2,
.prototype-audience__intro h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.18;
}

.prototype-heading > p:last-child:not(.prototype-eyebrow),
.prototype-audience__intro > p {
    margin: 22px 0 0;
    color: #56616a;
    font-size: 18px;
    line-height: 1.7;
}

.prototype-pillars {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    margin-top: 70px;
}

.prototype-pillars article {
    text-align: center;
}

.prototype-pillars span {
    display: block;
    margin-bottom: 18px;
    color: var(--prototype-accent);
    font-size: 42px;
    font-weight: 500;
    line-height: 1;
}

.prototype-pillars h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.45;
}

.prototype-audience {
    padding-top: 42px;
}

.prototype-audience__intro {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    align-items: end;
    gap: 72px;
    margin-bottom: 52px;
}

.prototype-audience__intro h2 {
    max-width: 580px;
    font-size: 50px;
    line-height: 1.1;
}

.prototype-audience__intro > p {
    max-width: 560px;
    margin: 0;
}

.prototype-audience__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid var(--prototype-line);
    border-radius: 5px;
}

.prototype-audience__grid article {
    min-height: 220px;
    padding: 32px;
}

.prototype-audience__grid article:nth-child(odd) {
    border-right: 1px solid var(--prototype-line);
}

.prototype-audience__grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--prototype-line);
}

.prototype-audience__grid h3 {
    margin: 0 0 18px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.prototype-audience__grid p {
    margin: 0;
    color: #4e5962;
    font-size: 17px;
    line-height: 1.65;
}

.prototype-validation {
    padding: 82px 0 94px;
    color: #fff;
    background: var(--prototype-dark);
}

.prototype-heading--light h2 {
    color: #fff;
}

.prototype-heading--light .prototype-eyebrow {
    color: #e1a4a8;
}

.prototype-validation__list {
    display: grid;
    gap: 58px;
    margin-top: 68px;
}

.prototype-validation__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 72px;
    min-height: 300px;
    padding: 0 40px;
    background: rgb(255 255 255 / 2%);
}

.prototype-validation__row:nth-child(even) .prototype-validation__copy {
    order: 2;
    text-align: right;
}

.prototype-validation__row:nth-child(even) img {
    order: 1;
}

.prototype-validation__copy h3 {
    margin: 0 0 20px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
}

.prototype-validation__copy p {
    margin: 0;
    color: rgb(255 255 255 / 78%);
    font-size: 18px;
    line-height: 1.75;
}

.prototype-validation__row > img {
    width: 100%;
    aspect-ratio: 3 / 2;
    border: 2px solid rgb(255 255 255 / 80%);
    border-radius: 8px;
    box-shadow: 0 12px 20px rgb(0 0 0 / 22%);
    object-fit: cover;
}

.prototype-process__body {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    align-items: center;
    gap: 74px;
    margin-top: 64px;
}

.prototype-process__steps {
    display: grid;
}

.prototype-process__steps article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid var(--prototype-line);
}

.prototype-process__steps article:first-child {
    border-top: 1px solid var(--prototype-line);
}

.prototype-process__steps article > span {
    padding-top: 2px;
    color: var(--prototype-accent);
    font-size: 15px;
    font-weight: 600;
}

.prototype-process__steps h3 {
    margin: 0 0 7px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
}

.prototype-process__steps p {
    margin: 0;
    color: #56616a;
    font-size: 16px;
    line-height: 1.6;
}

.prototype-process__body > img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 8px;
    box-shadow: 0 12px 22px rgb(0 0 0 / 13%);
    object-fit: cover;
}

@media (max-width: 980px) {
    .prototype-hero__panel {
        padding-inline: 44px;
    }

    .prototype-hero__gallery {
        gap: 14px;
    }

    .prototype-audience__intro,
    .prototype-validation__row,
    .prototype-process__body {
        gap: 42px;
    }

    .prototype-audience__intro h2 {
        font-size: 42px;
    }
}

@media (max-width: 640px) {
    body.page-prototyping .primary-nav > a[href*="/capabilities/"] {
        box-shadow: none;
        font-weight: 600;
    }

    .prototype-hero {
        padding: 0;
    }

    .prototype-hero > .section-shell {
        width: 100%;
    }

    .prototype-hero__panel {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        padding: 42px 16px 48px;
        border-radius: 0 0 8px 8px;
    }

    .prototype-hero__topline {
        display: contents;
    }

    .prototype-hero__topline > div {
        grid-column: 1;
        order: 1;
    }

    .prototype-hero__topline > .prototype-quote-button {
        grid-column: 1;
        order: 4;
        justify-self: center;
        margin-top: 24px;
    }

    .prototype-hero h1 {
        max-width: 330px;
        margin-inline: auto;
        font-size: 34px;
    }

    .prototype-quote-button {
        justify-self: center;
        min-height: 48px;
    }

    .prototype-hero__copy {
        order: 3;
        margin: 0;
        font-size: 17px;
        line-height: 1.65;
    }

    .prototype-hero__gallery {
        display: block;
        order: 2;
        height: 10px;
        margin: 28px 0;
        overflow: hidden;
        border-radius: 10px;
    }

    .prototype-hero__gallery::-webkit-scrollbar {
        display: none;
    }

    .prototype-hero__gallery img {
        display: none;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .prototype-hero__gallery img:first-child {
        display: block;
    }

    .prototype-intro,
    .prototype-audience,
    .prototype-process {
        padding: 74px 0;
    }

    .prototype-heading h2,
    .prototype-audience__intro h2 {
        font-size: 32px;
        line-height: 1.15;
    }

    .prototype-heading > p:last-child:not(.prototype-eyebrow),
    .prototype-audience__intro > p {
        margin-top: 18px;
        font-size: 16px;
        line-height: 1.65;
    }

    .prototype-pillars {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 48px 20px;
        margin-top: 56px;
    }

    .prototype-pillars span {
        margin-bottom: 14px;
        font-size: 36px;
    }

    .prototype-pillars h3 {
        font-size: 16px;
    }

    .prototype-audience {
        padding-top: 34px;
    }

    .prototype-audience__intro {
        grid-template-columns: 1fr;
        gap: 26px;
        margin-bottom: 44px;
    }

    .prototype-audience__intro > p {
        margin-top: 0;
    }

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

    .prototype-audience__grid article {
        min-height: 0;
        padding: 28px 22px;
        border-right: 0 !important;
        border-bottom: 1px solid var(--prototype-line);
    }

    .prototype-audience__grid article:last-child {
        border-bottom: 0;
    }

    .prototype-audience__grid h3 {
        font-size: 22px;
    }

    .prototype-audience__grid p {
        font-size: 16px;
    }

    .prototype-validation {
        padding: 72px 0 82px;
    }

    .prototype-validation__list {
        gap: 52px;
        margin-top: 52px;
    }

    .prototype-validation__row {
        grid-template-columns: 1fr;
        gap: 26px;
        min-height: 0;
        padding: 0;
        background: transparent;
    }

    .prototype-validation__row:nth-child(even) .prototype-validation__copy,
    .prototype-validation__row:nth-child(even) img {
        order: initial;
        text-align: left;
    }

    .prototype-validation__copy h3 {
        font-size: 24px;
    }

    .prototype-validation__copy p {
        font-size: 16px;
        line-height: 1.65;
    }

    .prototype-process__body {
        grid-template-columns: 1fr;
        gap: 42px;
        margin-top: 46px;
    }

    .prototype-process__body > img {
        order: 1;
        aspect-ratio: 4 / 3;
    }

    .prototype-process__steps {
        order: 2;
    }

    .prototype-process__steps article {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 12px;
    }

    .prototype-process__steps h3 {
        font-size: 20px;
    }

    .prototype-process__steps p {
        font-size: 15px;
    }

    .prototype-page .contact-cta {
        left: auto;
        width: 100%;
        height: 560px;
        margin-left: 0;
    }

    .prototype-page .contact-cta__content {
        width: 100%;
        padding-inline: 24px;
    }

    .prototype-page .contact-cta .contact-cta__content h2 {
        width: 100%;
        max-width: 330px;
        margin-inline: auto;
        font-size: 30px;
        line-height: 1.15;
        white-space: normal;
    }

    .prototype-page .contact-cta p {
        width: 100%;
        max-width: 330px;
        margin-inline: auto;
        margin-top: 16px;
    }
}

/* Contact enquiry page. */
.contact-enquiry {
    min-height: 820px;
    padding: 72px 0 84px;
    background: #efefef;
}

.contact-enquiry__layout {
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(520px, 1fr);
    align-items: start;
    width: min(2060px, calc(100% - 96px));
    gap: clamp(56px, 7vw, 168px);
}

.contact-page .contact-cta {
    left: auto;
    width: 100%;
    margin-left: 0;
}

.contact-enquiry__intro {
    max-width: 500px;
    padding-top: 18px;
}

.contact-kicker {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    gap: 10px;
    margin: 0 0 34px;
    padding: 0 18px;
    color: #222;
    background: #e2e2e2;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.contact-kicker > span {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    background: currentcolor;
    border-radius: 50%;
}

.contact-enquiry__intro h1 {
    max-width: 520px;
    margin: 0;
    font-size: clamp(48px, 4.3vw, 64px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -.045em;
}

.contact-enquiry__intro > p:last-child {
    max-width: 540px;
    margin: 30px 0 0;
    color: #4d4d4d;
    font-size: 18px;
    line-height: 1.65;
}

.contact-form-card {
    padding: 38px 42px 34px;
    background: rgb(255 255 255 / 88%);
    border: 1px solid rgb(17 17 17 / 4%);
    border-radius: 7px;
    box-shadow: 0 14px 36px rgb(0 0 0 / 5%);
}

.contact-form-card__heading h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -.03em;
}

.contact-form-card__heading p {
    max-width: 470px;
    margin: 12px 0 0;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 1.45;
}

.contact-form {
    display: grid;
    gap: 18px;
    margin-top: 34px;
}

.contact-form__row--split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.contact-form label {
    display: grid;
    gap: 9px;
    min-width: 0;
}

.contact-form label > span:first-child {
    color: #5a5a5a;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.contact-form input:not([type="checkbox"]),
.contact-form select,
.contact-form textarea {
    width: 100%;
    color: #111;
    background: #ededed;
    border: 1px solid transparent;
    border-radius: 5px;
    outline: 0;
    font: inherit;
    transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.contact-form input:not([type="checkbox"]),
.contact-form select {
    height: 52px;
    padding: 0 16px;
}

.contact-form textarea {
    min-height: 122px;
    padding: 15px 16px;
    line-height: 1.5;
    resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #787878;
    opacity: 1;
}

.contact-form input:not([type="checkbox"]):hover,
.contact-form select:hover,
.contact-form textarea:hover {
    background: #e8e8e8;
}

.contact-form input:not([type="checkbox"]):focus,
.contact-form select:focus,
.contact-form textarea:focus {
    background: #fff;
    border-color: #111;
    box-shadow: 0 0 0 3px rgb(17 17 17 / 8%);
}

.contact-form__consent {
    display: grid !important;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: start;
    gap: 12px !important;
    cursor: pointer;
}

.contact-form__consent input {
    width: 20px;
    height: 20px;
    margin: 1px 0 0;
    accent-color: #111;
}

.contact-form .contact-form__consent > span {
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0;
    text-transform: none;
}

.contact-form__website {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
}

.contact-form > button[type="submit"] {
    width: 100%;
    height: 52px;
    margin-top: 2px;
    color: #fff;
    background: #111;
    border: 1px solid #111;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.contact-form > button[type="submit"]:hover,
.contact-form > button[type="submit"]:focus-visible {
    color: #111;
    background: #fff;
    transform: translateY(-1px);
}

.contact-form__privacy {
    margin: -4px 0 0;
    color: #777;
    font-size: 11px;
    line-height: 1.45;
}

.contact-form-message {
    margin: 24px 0 -10px;
    padding: 12px 14px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.5;
}

.contact-form-message--success {
    color: #174f2d;
    background: #e8f5ec;
    border: 1px solid #b8dfc4;
}

.contact-form-message--error {
    color: #7a2025;
    background: #faeded;
    border: 1px solid #ebc2c5;
}

@media (max-width: 980px) {
    .contact-enquiry {
        min-height: 0;
        padding: 64px 0 72px;
    }

    .contact-enquiry__layout {
        grid-template-columns: 1fr;
        width: min(var(--shell), calc(100% - 64px));
        gap: 48px;
    }

    .contact-enquiry__intro {
        max-width: 620px;
        padding-top: 0;
    }

    .contact-enquiry__intro h1 {
        max-width: 600px;
    }

    .contact-form-card {
        width: 100%;
        max-width: 760px;
    }
}

@media (max-width: 640px) {
    .contact-enquiry {
        padding: 46px 0 56px;
    }

    .contact-kicker {
        min-height: 34px;
        margin-bottom: 26px;
        padding: 0 15px;
        font-size: 10px;
    }

    .contact-enquiry__intro h1 {
        font-size: 42px;
        line-height: 1.06;
    }

    .contact-enquiry__intro > p:last-child {
        margin-top: 22px;
        font-size: 16px;
        line-height: 1.6;
    }

    .contact-enquiry__layout {
        width: calc(100% - 40px);
        gap: 36px;
    }

    .contact-form-card {
        padding: 26px 20px 24px;
        border-radius: 6px;
    }

    .contact-form-card__heading h2 {
        font-size: 22px;
    }

    .contact-form-card__heading p {
        font-size: 15px;
    }

    .contact-form {
        gap: 16px;
        margin-top: 28px;
    }

    .contact-form__row--split {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .contact-form input:not([type="checkbox"]),
    .contact-form select {
        height: 50px;
    }

    .contact-form textarea {
        min-height: 132px;
    }

    .contact-page .contact-cta {
        left: auto;
        width: 100%;
        height: 560px;
        margin-left: 0;
    }

    .contact-page .contact-cta__content {
        width: 100%;
        padding-inline: 24px;
    }

    .contact-page .contact-cta .contact-cta__content h2,
    .contact-page .contact-cta p {
        width: 100%;
        max-width: 330px;
        margin-inline: auto;
        white-space: normal;
    }

    .contact-page .contact-cta .contact-cta__content h2 {
        font-size: 30px;
        line-height: 1.15;
    }

    .contact-page .contact-cta p {
        margin-top: 16px;
    }
}

/* Search-friendly display detail pages. */
.display-detail {
    background: #fff;
}

.display-detail__hero {
    padding: 34px 0 96px;
}

.display-detail__breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    overflow: hidden;
    margin-bottom: 34px;
    color: var(--muted);
    font-size: 12px;
    white-space: nowrap;
}

.display-detail__breadcrumb a:hover,
.display-detail__breadcrumb a:focus-visible {
    color: var(--ink);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.display-detail__breadcrumb span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.display-detail__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr);
    align-items: start;
    gap: 72px;
}

.display-detail__gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.display-detail__image {
    display: grid;
    min-height: 0;
    margin: 0;
    aspect-ratio: 1 / 1;
    place-items: center;
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 6px;
}

.display-detail__image--primary {
    grid-column: 1 / -1;
    aspect-ratio: 4 / 3;
}

.display-detail__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.display-detail__image--empty {
    grid-column: 1 / -1;
    min-height: 480px;
}

.display-detail__content {
    position: sticky;
    top: calc(var(--header-height) + 32px);
}

.admin-bar .display-detail__content {
    top: calc(var(--header-height) + 64px);
}

.display-detail__eyebrow {
    margin: 0 0 14px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.display-detail__content h1 {
    margin: 0;
    font-size: clamp(34px, 3.2vw, 54px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -.025em;
}

.display-detail__description {
    margin: 24px 0 34px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.72;
}

.display-detail__description > *:first-child {
    margin-top: 0;
}

.display-detail__description > *:last-child {
    margin-bottom: 0;
}

.display-detail__taxonomy {
    padding: 20px 0;
    border-top: 1px solid var(--line);
}

.display-detail__taxonomy h2 {
    margin: 0 0 11px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.display-detail__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.display-detail__chips a {
    padding: 7px 10px;
    background: #f3f3f3;
    border-radius: 4px;
    font-size: 12px;
}

.display-detail__chips a:hover,
.display-detail__chips a:focus-visible {
    background: #e9e9e9;
}

.display-detail__cta {
    margin-top: 14px;
    padding: 28px;
    background: #f5f5f5;
    border-radius: 6px;
}

.display-detail__cta h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.18;
}

.display-detail__cta p {
    margin: 13px 0 20px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.62;
}

.display-detail__support {
    padding: 88px 0 96px;
    background: #f7f7f7;
}

.display-detail__support > .section-shell > h2 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -.025em;
}

.display-detail__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 46px;
}

.display-detail__steps article {
    min-height: 230px;
    padding: 28px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 6px;
}

.display-detail__steps span {
    color: var(--muted);
    font-size: 12px;
}

.display-detail__steps h3 {
    margin: 42px 0 12px;
    font-size: 20px;
    font-weight: 500;
}

.display-detail__steps p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.62;
}

@media (max-width: 980px) {
    .display-detail__layout {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .display-detail__content {
        position: static;
    }

    .display-detail__steps {
        grid-template-columns: 1fr;
    }

    .display-detail__steps article {
        min-height: 0;
    }

    .display-detail__steps h3 {
        margin-top: 24px;
    }
}

@media (max-width: 640px) {
    .display-detail__hero {
        padding: 24px 0 64px;
    }

    .display-detail__breadcrumb {
        margin-bottom: 24px;
    }

    .display-detail__gallery {
        gap: 8px;
    }

    .display-detail__image--primary {
        aspect-ratio: 1 / 1;
    }

    .display-detail__content h1 {
        font-size: 34px;
        line-height: 1.06;
    }

    .display-detail__cta {
        padding: 24px 20px;
    }

    .display-detail__support {
        padding: 64px 0 72px;
    }

    .display-detail__support > .section-shell > h2 {
        font-size: 34px;
    }
}

/* Search-friendly industry and display-type landing pages. */
.taxonomy-archive {
    background: #fff;
}

.taxonomy-archive__hero {
    padding: 34px 0 88px;
    border-bottom: 1px solid var(--line);
}

.taxonomy-archive__breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    overflow: hidden;
    margin-bottom: 72px;
    color: var(--muted);
    font-size: 12px;
    white-space: nowrap;
}

.taxonomy-archive__breadcrumb a:hover,
.taxonomy-archive__breadcrumb a:focus-visible {
    color: var(--ink);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.taxonomy-archive__breadcrumb span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.taxonomy-archive__intro {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
    align-items: end;
    gap: 80px;
}

.taxonomy-archive__eyebrow {
    margin: 0 0 16px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.taxonomy-archive__intro h1,
.taxonomy-archive__section-heading h2,
.taxonomy-archive__planning h2 {
    margin: 0;
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -.025em;
}

.taxonomy-archive__intro h1 {
    max-width: 820px;
    font-size: clamp(48px, 6.4vw, 92px);
}

.taxonomy-archive__summary > p {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.72;
}

.taxonomy-archive__summary-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid var(--line);
}

.taxonomy-archive__summary-actions > span {
    color: var(--muted);
    font-size: 13px;
}

.taxonomy-archive__products {
    padding: 96px 0;
}

.taxonomy-archive__section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 42px;
}

.taxonomy-archive__section-heading h2,
.taxonomy-archive__planning h2 {
    max-width: 820px;
    font-size: clamp(36px, 4.6vw, 66px);
}

.taxonomy-archive__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.taxonomy-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 6px;
}

.taxonomy-card__image {
    display: grid;
    aspect-ratio: 1 / 1;
    place-items: center;
    overflow: hidden;
    background: #f5f5f5;
}

.taxonomy-card__image img,
.taxonomy-card__image > span {
    width: 100%;
    height: 100%;
}

.taxonomy-card__image img {
    object-fit: contain;
    transition: transform .35s ease;
}

.taxonomy-card:hover .taxonomy-card__image img {
    transform: scale(1.025);
}

.taxonomy-card__body {
    display: flex;
    min-height: 218px;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.taxonomy-card__meta {
    margin: 0 0 12px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.taxonomy-card h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.22;
}

.taxonomy-card h3 a:hover,
.taxonomy-card h3 a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.taxonomy-card__link {
    align-self: flex-start;
    margin-top: auto;
    padding-top: 26px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.taxonomy-card__link span {
    margin-left: 6px;
}

.taxonomy-archive__pagination {
    margin-top: 52px;
}

.taxonomy-archive__pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.taxonomy-archive__pagination a,
.taxonomy-archive__pagination span {
    display: grid;
    min-width: 42px;
    min-height: 42px;
    padding: 9px 12px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 4px;
    font-size: 13px;
}

.taxonomy-archive__pagination .current,
.taxonomy-archive__pagination a:hover,
.taxonomy-archive__pagination a:focus-visible {
    color: #fff;
    background: #111;
    border-color: #111;
}

.taxonomy-archive__planning {
    padding: 96px 0;
    background: #f5f5f5;
}

.taxonomy-archive__planning-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 48px 0 36px;
}

.taxonomy-archive__planning-grid article {
    min-height: 230px;
    padding: 28px;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
}

.taxonomy-archive__planning-grid span {
    color: var(--muted);
    font-size: 12px;
}

.taxonomy-archive__planning-grid h3 {
    margin: 42px 0 12px;
    font-size: 20px;
    font-weight: 500;
}

.taxonomy-archive__planning-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.62;
}

@media (max-width: 980px) {
    .taxonomy-archive__intro {
        grid-template-columns: 1fr;
        gap: 36px;
    }

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

    .taxonomy-archive__planning-grid {
        grid-template-columns: 1fr;
    }

    .taxonomy-archive__planning-grid article {
        min-height: 0;
    }

    .taxonomy-archive__planning-grid h3 {
        margin-top: 24px;
    }
}

@media (max-width: 640px) {
    .taxonomy-archive__hero {
        padding: 24px 0 64px;
    }

    .taxonomy-archive__breadcrumb {
        margin-bottom: 48px;
    }

    .taxonomy-archive__intro h1 {
        font-size: 44px;
    }

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

    .taxonomy-archive__products,
    .taxonomy-archive__planning {
        padding: 68px 0 72px;
    }

    .taxonomy-archive__section-heading h2,
    .taxonomy-archive__planning h2 {
        font-size: 36px;
    }

    .taxonomy-archive__grid {
        grid-template-columns: 1fr;
    }

    .taxonomy-card__body {
        min-height: 190px;
        padding: 22px 20px;
    }

    .taxonomy-archive__pagination a,
    .taxonomy-archive__pagination span {
        min-width: 38px;
        min-height: 38px;
        padding: 8px 10px;
    }
}

/* Related internal pathways for supporting pages. */
.generic-page__breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    overflow: hidden;
    margin-bottom: 46px;
    color: var(--muted);
    font-size: 12px;
    white-space: nowrap;
}

.generic-page__breadcrumb a:hover,
.generic-page__breadcrumb a:focus-visible {
    color: var(--ink);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.generic-related {
    padding: 92px 0 100px;
    background: #f5f5f5;
}

.generic-related__eyebrow {
    margin: 0 0 18px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.generic-related__heading {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    align-items: end;
    gap: 72px;
}

.generic-related__heading h2 {
    max-width: 800px;
    margin: 0;
    font-size: clamp(38px, 4.8vw, 68px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -.025em;
}

.generic-related__heading > p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
}

.generic-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 48px;
}

.generic-related__card {
    display: flex;
    min-height: 250px;
    flex-direction: column;
    padding: 28px;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    transition: border-color .25s ease, transform .25s ease;
}

.generic-related__card:hover,
.generic-related__card:focus-visible {
    border-color: #bdbdbd;
    transform: translateY(-3px);
}

.generic-related__card h3 {
    margin: 0 0 14px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.18;
}

.generic-related__card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
}

.generic-related__card > span {
    margin-top: auto;
    padding-top: 34px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .03em;
    text-transform: uppercase;
}

@media (max-width: 980px) {
    .generic-related__heading {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .generic-related__grid {
        grid-template-columns: 1fr;
    }

    .generic-related__card {
        min-height: 210px;
    }
}

@media (max-width: 640px) {
    .generic-page {
        padding: 64px 0;
    }

    .generic-page__breadcrumb {
        margin-bottom: 34px;
    }

    .generic-related {
        padding: 68px 0 72px;
    }

    .generic-related__heading h2 {
        font-size: 36px;
    }

    .generic-related__grid {
        margin-top: 36px;
    }

    .generic-related__card {
        min-height: 200px;
        padding: 24px 20px;
    }
}
