.design-page {
    font-family: "Inter", Arial, Helvetica, sans-serif;
    color: #14283a;
}

.design-page .header {
    box-shadow: 0 1px 0 rgba(13, 46, 78, .1);
}

.design-page .nav-menu a[href$="ml/design.html"] {
    color: var(--brand);
    box-shadow: inset 0 -2px var(--brand);
}

.design-page .top-bar {
    min-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.design-page .top-bar > div > span {
    display: none;
}

.design-page .top-contact {
    margin-top: 0;
}

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

.pd-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--brand);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.pd-kicker i {
    color: #087fba;
    font-size: 18px;
}

.pd-hero {
    position: relative;
    min-height: 555px;
    overflow: hidden;
    border-bottom: 1px solid #dce7f0;
    background: #f9fbfe;
}

.pd-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.pd-hero-inner {
    position: relative;
    z-index: 2;
    width: min(1320px, calc(100% - 10%));
    min-height: 555px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.pd-hero-copy {
    width: min(640px, 49%);
    padding: 46px 0 38px;
}

.pd-hero h1 {
    max-width: 640px;
    margin: 20px 0 16px;
    color: #0b2035;
    font-size: clamp(44px, 4vw, 60px);
    font-weight: 800;
    line-height: .98;
    letter-spacing: 0;
    text-transform: uppercase;
}

.pd-accent-line {
    width: 52px;
    height: 4px;
    margin-bottom: 24px;
    background: #0784bd;
}

.pd-hero-lead {
    color: #152b3f;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
}

.pd-hero-support {
    max-width: 500px;
    margin-top: 10px;
    color: #536679;
    font-size: 17px;
    line-height: 1.65;
}

.pd-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.pd-button {
    min-height: 48px;
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.pd-button:hover,
.pd-button:focus-visible {
    transform: translateY(-2px);
    outline: 3px solid rgba(0, 119, 185, .2);
    outline-offset: 2px;
}

.pd-button-primary {
    background: var(--brand);
    color: #fff;
}

.pd-button-primary:hover,
.pd-button-primary:focus-visible {
    background: #052f5c;
}

.pd-button-secondary {
    border-color: #2d69a0;
    background: rgba(255, 255, 255, .68);
    color: var(--brand);
}

.pd-button-secondary:hover,
.pd-button-secondary:focus-visible {
    background: #fff;
    border-color: var(--brand);
}

.pd-trust-list {
    max-width: 640px;
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(0, 64, 128, .15);
}

.pd-trust-list li {
    min-width: 0;
    padding: 18px 14px 0 0;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #42586c;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.pd-trust-list i {
    color: var(--brand);
    font-size: 21px;
}

.pd-process {
    padding: 0 5% 54px;
    background: #fff;
}

.pd-section-heading {
    max-width: 760px;
    margin: 0 auto 38px;
    text-align: center;
}

.pd-section-heading .pd-kicker {
    justify-content: center;
}

.pd-section-heading h2,
.pd-deliverables h2,
.pd-validation h2,
.pd-handoff h2,
.pd-project-cta h2 {
    margin-top: 10px;
    color: #10263a;
    font-size: clamp(30px, 3.6vw, 50px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0;
}

.pd-section-heading > p:last-child {
    margin-top: 14px;
    color: #647689;
    font-size: 16px;
}

.pd-stage-tabs {
    max-width: 1260px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
    align-items: stretch;
    border-top: 1px solid #dce6ef;
    border-bottom: 1px solid #dce6ef;
}

.pd-stage-tab {
    position: relative;
    min-width: 0;
    min-height: 154px;
    padding: 22px 14px 18px;
    display: grid;
    grid-template-columns: 46px 1fr;
    grid-template-rows: auto auto 1fr;
    gap: 4px 12px;
    border: 0;
    border-bottom: 3px solid transparent;
    background: #fff;
    color: #42586c;
    text-align: left;
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.pd-stage-tab:hover,
.pd-stage-tab:focus-visible {
    background: #f5faff;
    outline: 3px solid rgba(0, 119, 185, .18);
    outline-offset: -3px;
}

.pd-stage-tab.is-active {
    border-bottom-color: #0784bd;
    background: #f3f9fe;
}

.pd-stage-tab > i {
    grid-row: 1 / span 2;
    align-self: start;
    color: #0b5595;
    font-size: 34px;
}

.pd-stage-number {
    color: #0a5598;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .06em;
}

.pd-stage-tab strong {
    color: #12304a;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.pd-stage-tab small {
    grid-column: 2;
    margin-top: 4px;
    color: #637486;
    font-size: 12px;
    line-height: 1.5;
}

.pd-stage-arrow {
    align-self: center;
    justify-self: center;
    color: #28689c;
    font-size: 18px;
}

.pd-stage-detail {
    max-width: 1260px;
    margin: 16px auto 0;
    padding: 22px 26px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    background: #071827;
    color: #fff;
}

.pd-stage-detail[hidden] {
    display: none;
}

.pd-stage-detail > div + div {
    padding-left: 32px;
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.pd-stage-detail-label {
    display: block;
    margin-bottom: 6px;
    color: #59dff2;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
}

.pd-stage-detail strong {
    display: block;
    color: #e8f2f8;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
}

.pd-deliverables {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
    gap: 54px;
    align-items: stretch;
    background: #f7fafd;
}

.pd-deliverables-copy {
    align-self: center;
}

.pd-section-lead {
    max-width: 660px;
    margin-top: 18px;
    color: #607285;
    font-size: 16px;
    line-height: 1.75;
}

.pd-deliverable-grid {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #d5e1eb;
}

.pd-deliverable-grid > div {
    min-height: 92px;
    padding: 18px 16px 18px 0;
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 12px;
    align-items: center;
    border-bottom: 1px solid #d5e1eb;
}

.pd-deliverable-grid > div:nth-child(even) {
    padding-left: 18px;
    border-left: 1px solid #d5e1eb;
}

.pd-deliverable-grid i {
    color: #0b5595;
    font-size: 26px;
}

.pd-deliverable-grid span {
    color: #314a60;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.pd-deliverables-media {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 12px;
    height: 630px;
}

.pd-deliverables-media figure {
    position: relative;
    min-height: 0;
    overflow: hidden;
    background: #dce7ef;
}

.pd-deliverables-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.pd-deliverables-media figure:first-child img {
    object-position: center 48%;
}

.pd-deliverables-media figure:last-child img {
    object-position: center 54%;
}

.pd-deliverables-media figcaption {
    position: absolute;
    inset: auto 0 0;
    padding: 32px 20px 18px;
    background: rgba(3, 18, 31, .82);
    color: #fff;
}

.pd-deliverables-media figcaption span,
.pd-deliverables-media figcaption strong {
    display: block;
}

.pd-deliverables-media figcaption span {
    color: #69e2f2;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.pd-deliverables-media figcaption strong {
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.35;
}

.pd-validation {
    display: grid;
    grid-template-columns: minmax(420px, 1.02fr) minmax(0, .98fr);
    gap: 60px;
    align-items: center;
    background: #fff;
}

.pd-validation-media {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    background: #e8eef3;
}

.pd-validation-media > img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    display: block;
    object-fit: cover;
}

.pd-validation-caption {
    position: absolute;
    inset: auto 0 0;
    padding: 60px 28px 24px;
    background: rgba(3, 18, 31, .86);
    color: #fff;
}

.pd-validation-caption span,
.pd-validation-caption strong {
    display: block;
}

.pd-validation-caption span {
    color: #69e2f2;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
}

.pd-validation-caption strong {
    max-width: 540px;
    margin-top: 7px;
    font-size: 19px;
    line-height: 1.4;
}

.pd-risk-list {
    margin-top: 28px;
    border-top: 1px solid #d9e3ec;
}

.pd-risk-list article {
    padding: 20px 0;
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 18px;
    border-bottom: 1px solid #d9e3ec;
}

.pd-risk-list article > span {
    color: #0784bd;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
}

.pd-risk-list h3 {
    color: #18334a;
    font-size: 19px;
    line-height: 1.3;
}

.pd-risk-list p {
    margin-top: 7px;
    color: #607285;
    font-size: 14px;
    line-height: 1.7;
}

.pd-handoff {
    background: #071827;
    color: #fff;
}

.pd-handoff-heading {
    max-width: 720px;
}

.pd-handoff .pd-kicker {
    color: #59dff2;
}

.pd-handoff h2 {
    color: #fff;
}

.pd-handoff-columns {
    margin-top: 38px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid rgba(255, 255, 255, .16);
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.pd-handoff-columns > div {
    padding: 30px 34px 32px 0;
}

.pd-handoff-columns > div + div {
    padding-left: 42px;
    border-left: 1px solid rgba(255, 255, 255, .16);
}

.pd-handoff-columns h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #69e2f2;
    font-size: 18px;
}

.pd-handoff-columns h3 i {
    font-size: 22px;
}

.pd-handoff-columns ul {
    margin-top: 18px;
    display: grid;
    gap: 12px;
}

.pd-handoff-columns li {
    position: relative;
    padding-left: 22px;
    color: #c8d6df;
    font-size: 14px;
    line-height: 1.55;
}

.pd-handoff-columns li::before {
    content: "";
    position: absolute;
    top: .62em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #21cee7;
}

.pd-project-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(400px, .8fr);
    align-items: stretch;
    background: #eef5fa;
}

.pd-project-cta-copy {
    padding: 74px 9%;
    align-self: center;
}

.pd-project-cta-copy > p:not(.pd-kicker) {
    max-width: 660px;
    margin-top: 18px;
    color: #5c6f81;
    font-size: 17px;
    line-height: 1.7;
}

.pd-project-cta > img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    display: block;
    object-fit: cover;
    object-position: center;
}

.pd-button-cyan {
    background: #00cce6;
    color: #062034;
}

.pd-button-cyan:hover,
.pd-button-cyan:focus-visible {
    background: #38dff0;
}

.pd-button-light {
    border-color: #52708a;
    background: transparent;
    color: #18334a;
}

.pd-button-light:hover,
.pd-button-light:focus-visible {
    border-color: var(--brand);
    background: #fff;
}

.design-page .footer .btn-outline-dark {
    border-color: rgba(0, 64, 128, .35);
    background: transparent;
    color: var(--brand);
}

.design-page .footer .btn-outline-dark:hover,
.design-page .footer .btn-outline-dark:focus-visible {
    border-color: var(--brand);
    background: #fff;
    color: #052f5c;
}

@media (max-width: 1180px) {
    .pd-hero {
        min-height: 580px;
    }

    .pd-hero-image {
        object-position: 58% center;
    }

    .pd-hero-inner {
        min-height: 580px;
        width: calc(100% - 64px);
    }

    .pd-stage-tabs {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .pd-stage-arrow {
        display: none;
    }

    .pd-stage-tab {
        grid-template-columns: 38px 1fr;
        padding-left: 10px;
        padding-right: 10px;
    }

    .pd-stage-tab > i {
        font-size: 29px;
    }

    .pd-deliverables,
    .pd-validation {
        grid-template-columns: 1fr;
    }

    .pd-deliverables-media figure {
        aspect-ratio: 16 / 10;
    }

    .pd-deliverables-media {
        height: auto;
    }

    .pd-validation-media {
        min-height: 460px;
    }
}

@media (max-width: 860px) {
    .design-page .top-bar {
        flex-direction: row;
        padding: 6px 18px;
        text-align: left;
    }

    .pd-hero {
        min-height: 880px;
        display: flex;
        flex-direction: column;
        background: #f8fbfe;
    }

    .pd-hero-image {
        position: relative;
        inset: auto;
        order: 1;
        height: 250px;
        object-fit: cover;
        object-position: 67% center;
    }

    .pd-hero-inner {
        order: 2;
        width: 100%;
        min-height: auto;
        display: block;
    }

    .pd-hero-copy {
        width: 100%;
        padding: 48px 24px 34px;
    }

    .pd-hero h1 {
        font-size: clamp(42px, 10vw, 60px);
    }

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

    .pd-process {
        padding-left: 24px;
        padding-right: 24px;
    }

    .pd-stage-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border: 1px solid #dce6ef;
    }

    .pd-stage-tab {
        min-height: 148px;
        border-right: 1px solid #dce6ef;
        border-bottom: 1px solid #dce6ef;
    }

    .pd-stage-tab:nth-of-type(even) {
        border-right: 0;
    }

    .pd-stage-detail {
        grid-template-columns: 1fr;
    }

    .pd-stage-detail > div + div {
        padding: 18px 0 0;
        border-top: 1px solid rgba(255, 255, 255, .15);
        border-left: 0;
    }

    .pd-project-cta {
        grid-template-columns: 1fr;
    }

    .pd-project-cta > img {
        min-height: 360px;
    }
}

@media (max-width: 640px) {
    .pd-kicker {
        font-size: 10px;
    }

    .pd-hero {
        min-height: 0;
    }

    .pd-hero-image {
        height: 300px;
        object-position: 70% center;
    }

    .pd-hero-copy {
        padding-top: 38px;
    }

    .pd-hero h1 {
        margin-top: 18px;
        font-size: 40px;
        line-height: 1.02;
    }

    .pd-hero-lead {
        font-size: 18px;
    }

    .pd-hero-support {
        font-size: 15px;
    }

    .pd-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .pd-button {
        width: 100%;
    }

    .pd-trust-list {
        grid-template-columns: 1fr;
        gap: 12px;
        padding-top: 18px;
    }

    .pd-trust-list li {
        padding: 0;
    }

    .pd-stage-tabs {
        grid-template-columns: 1fr;
    }

    .pd-stage-tab,
    .pd-stage-tab:nth-of-type(even) {
        min-height: 126px;
        border-right: 0;
    }

    .pd-stage-detail {
        padding: 20px;
    }

    .pd-deliverable-grid {
        grid-template-columns: 1fr;
    }

    .pd-deliverable-grid > div,
    .pd-deliverable-grid > div:nth-child(even) {
        padding: 16px 0;
        border-left: 0;
    }

    .pd-validation-media,
    .pd-validation-media > img {
        min-height: 330px;
    }

    .pd-handoff-columns {
        grid-template-columns: 1fr;
    }

    .pd-handoff-columns > div,
    .pd-handoff-columns > div + div {
        padding: 26px 0;
        border-left: 0;
    }

    .pd-handoff-columns > div + div {
        border-top: 1px solid rgba(255, 255, 255, .16);
    }

    .pd-project-cta-copy {
        padding: 56px 20px;
    }

    .pd-project-cta > img {
        min-height: 300px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pd-button,
    .pd-stage-tab {
        transition: none;
    }
}
