.work-rebuild-hero::before {
    background:
        linear-gradient(127deg, var(--rebuild-paper) 0 43%, var(--rebuild-mint) 43% 58%, transparent 58%),
        linear-gradient(127deg, transparent 0 56%, var(--rebuild-yellow) 56% 100%);
}

.work-rebuild-hero::after {
    z-index: -1;
    background: radial-gradient(circle at 83% 38%, rgba(255, 255, 255, .55), transparent 28%);
}

.work-rebuild-hero .rebuild-hero-copy {
    z-index: 2;
}

.work-field-case {
    position: relative;
    align-self: center;
    justify-self: center;
    width: min(95%, 58rem);
    margin: 4rem var(--rebuild-gutter) 2rem 0;
    padding: clamp(2rem, 5vw, 5rem) clamp(1rem, 3vw, 3rem) 4rem;
    border: 4px solid var(--rebuild-ink);
    border-radius: 2rem 2rem .8rem .8rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .42), transparent 30%),
        #ccb984;
    box-shadow: 0 26px 0 rgba(20, 23, 25, .16), 0 34px 48px rgba(20, 23, 25, .22);
    transform: rotate(-1.5deg);
}

.work-field-case::before {
    position: absolute;
    inset: 1rem 1rem auto;
    height: 30%;
    border: 3px solid var(--rebuild-ink);
    border-bottom: 0;
    border-radius: 1.25rem 1.25rem 0 0;
    background:
        radial-gradient(circle, rgba(20, 23, 25, .13) 0 1px, transparent 1.5px) 0 0 / 6px 6px,
        #e9d493;
    content: "";
}

.work-field-case img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: contrast(1.02) drop-shadow(0 14px 12px rgba(20, 23, 25, .25));
}

.work-field-case-label,
.work-field-case-mark {
    position: absolute;
    z-index: 3;
    font-size: .68rem;
    font-weight: 950;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.work-field-case-label {
    top: 1.5rem;
    left: 2.2rem;
}

.work-field-case-mark {
    right: 2.2rem;
    bottom: 1.4rem;
}

.work-product-lanes {
    border-bottom: var(--rebuild-line);
}

.work-product-lane {
    position: relative;
    display: grid;
    grid-template-columns: clamp(6rem, 11vw, 11rem) minmax(19rem, .8fr) minmax(20rem, 1fr) clamp(9rem, 13vw, 13rem);
    align-items: center;
    min-height: 26rem;
    gap: clamp(1rem, 3vw, 3rem);
    padding: clamp(2.25rem, 4vw, 4.5rem) var(--rebuild-gutter);
    border-top: var(--rebuild-line);
    overflow: hidden;
}

.work-product-lane:first-child {
    border-top: 0;
}

.work-product-lane.is-lowball {
    background: var(--rebuild-yellow);
}

.work-product-lane.is-collectory {
    background: var(--rebuild-sky);
}

.work-product-lane.is-buyer {
    background: linear-gradient(120deg, var(--rebuild-paper) 0 58%, var(--rebuild-mint) 58%);
}

.work-lane-number {
    align-self: start;
    font: 900 clamp(5rem, 9vw, 10rem)/.82 var(--rebuild-display);
    letter-spacing: -.06em;
}

.work-lane-copy {
    position: relative;
    z-index: 2;
}

.work-lane-copy h2 {
    margin: .85rem 0 1rem;
    font-size: clamp(3rem, 5vw, 6rem);
    line-height: .88;
}

.work-lane-copy > p {
    max-width: 42rem;
    margin: 0 0 .8rem;
    font-size: .96rem;
    line-height: 1.5;
}

.work-lane-copy .work-lane-lede {
    font-size: 1.1rem;
    font-weight: 850;
}

.work-status {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    min-height: 2.2rem;
    padding: .4rem .75rem;
    border: 2px solid var(--rebuild-ink);
    border-radius: 999px;
    background: rgba(247, 241, 230, .72);
    font-size: .7rem;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.work-status i {
    width: .58rem;
    height: .58rem;
    border: 2px solid var(--rebuild-ink);
    border-radius: 50%;
    background: var(--rebuild-lime);
}

.work-lane-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .8rem 1.4rem;
    margin-top: 1.4rem;
}

.work-lane-links a {
    display: inline-flex;
    align-items: center;
    min-height: 3rem;
    color: var(--rebuild-ink);
    font-size: .74rem;
    font-weight: 950;
    letter-spacing: .035em;
    text-transform: uppercase;
    text-underline-offset: .32rem;
}

.work-lane-art {
    position: relative;
    min-height: 18rem;
    border: 4px solid var(--rebuild-ink);
    border-radius: 1.25rem;
    background: #26292b;
    box-shadow: 10px 12px 0 rgba(20, 23, 25, .18);
    transform: rotate(1.5deg);
}

.work-lane-art::before {
    position: absolute;
    inset: .9rem;
    border: 2px dashed rgba(247, 241, 230, .46);
    border-radius: .8rem;
    content: "";
}

.work-art-plate {
    position: absolute;
    top: 50%;
    left: 10%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 38%;
    aspect-ratio: 1;
    border: 3px solid var(--rebuild-ink);
    border-radius: .9rem;
    background: var(--rebuild-paper);
    box-shadow: 6px 7px 0 rgba(0, 0, 0, .35);
    transform: translateY(-50%) rotate(-3deg);
}

.work-art-plate img {
    width: 72%;
    height: 72%;
    object-fit: contain;
}

.work-art-paper {
    position: absolute;
    top: 22%;
    right: 7%;
    z-index: 2;
    display: grid;
    align-content: center;
    gap: .75rem;
    width: 47%;
    min-height: 57%;
    padding: 1.25rem;
    border: 2px solid var(--rebuild-ink);
    background:
        repeating-linear-gradient(0deg, transparent 0 1.55rem, rgba(20, 23, 25, .13) 1.55rem 1.62rem),
        #eee4ce;
    box-shadow: 5px 6px 0 rgba(0, 0, 0, .28);
    transform: rotate(2deg);
}

.work-art-paper b {
    font: 900 1.35rem/1 var(--rebuild-display);
    text-transform: uppercase;
}

.work-art-paper small {
    font-size: .65rem;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
}

.work-art-tool {
    position: absolute;
    right: 10%;
    bottom: 7%;
    z-index: 3;
    width: 36%;
    height: .8rem;
    border: 2px solid var(--rebuild-ink);
    border-radius: 999px;
    background: var(--rebuild-yellow);
    transform: rotate(-8deg);
}

.work-status-seal {
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    padding: 1rem;
    border: 3px double var(--rebuild-ink);
    border-radius: 50%;
    text-align: center;
    transform: rotate(2deg);
}

.work-status-seal small {
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.work-status-seal strong {
    max-width: 10ch;
    font: 900 clamp(1rem, 1.7vw, 1.55rem)/1.05 var(--rebuild-display);
    text-transform: uppercase;
}

.work-proof-band > .rebuild-kicker {
    margin-bottom: 2rem;
}

.work-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.work-proof-grid article {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    min-height: 9rem;
    padding: 1rem clamp(1rem, 3vw, 3rem);
    border-right: 1px solid rgba(247, 241, 230, .35);
}

.work-proof-grid article:first-child {
    padding-left: 0;
}

.work-proof-grid article:last-child {
    border-right: 0;
}

.work-proof-grid article > span {
    display: grid;
    place-items: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: var(--rebuild-yellow);
    color: var(--rebuild-ink);
    font-weight: 950;
}

.work-proof-grid strong {
    display: block;
    max-width: 16ch;
    font: 900 clamp(1.8rem, 2.5vw, 3rem)/.96 var(--rebuild-display);
    text-transform: uppercase;
}

.work-proof-grid p {
    max-width: 28rem;
    margin: .7rem 0 0;
    color: rgba(247, 241, 230, .78);
    font-size: .88rem;
    line-height: 1.45;
}

.work-process {
    padding: clamp(3rem, 6vw, 6rem) var(--rebuild-gutter);
    border-bottom: var(--rebuild-line);
}

.work-process .rebuild-section-heading {
    margin: 0 auto 3.5rem;
    text-align: center;
}

.work-process .rebuild-section-heading h2 {
    max-width: none;
}

.work-process-track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.work-process-track::before {
    position: absolute;
    top: 1.25rem;
    right: 8%;
    left: 8%;
    height: 2px;
    background: var(--rebuild-ink);
    content: "";
}

.work-process-track li {
    position: relative;
    z-index: 1;
    text-align: center;
}

.work-process-track li > span {
    display: grid;
    place-items: center;
    width: 2.6rem;
    height: 2.6rem;
    margin: 0 auto 1.25rem;
    border: 2px solid var(--rebuild-ink);
    border-radius: 50%;
    background: var(--rebuild-yellow);
    font-weight: 950;
}

.work-process-track strong {
    display: block;
    margin-bottom: .5rem;
    font: 900 1.25rem/1 var(--rebuild-display);
    text-transform: uppercase;
}

.work-process-track p {
    max-width: 16rem;
    margin: 0 auto;
    font-size: .85rem;
    line-height: 1.45;
}

.work-notes {
    display: grid;
    grid-template-columns: minmax(10rem, .35fr) 1fr;
    align-items: stretch;
    border-bottom: var(--rebuild-line);
}

.work-notes-label {
    display: grid;
    place-items: center start;
    padding: 2rem var(--rebuild-gutter);
    border-right: var(--rebuild-line);
}

.work-note-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.work-note-list a {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: .8rem;
    min-height: 7rem;
    padding: 1.5rem;
    border-right: 1px solid var(--rebuild-ink);
    color: var(--rebuild-ink);
    text-decoration: none;
}

.work-note-list a:last-child {
    border-right: 0;
}

.work-note-list span {
    font: 900 2rem/1 var(--rebuild-display);
}

.work-note-list strong {
    text-decoration: underline;
    text-underline-offset: .3rem;
}

.work-note-list i {
    font-style: normal;
    font-size: 1.5rem;
}

@media (max-width: 1100px) {
    .work-product-lane {
        grid-template-columns: 6rem minmax(18rem, .9fr) minmax(18rem, 1fr);
    }

    .work-status-seal {
        position: absolute;
        right: 2rem;
        bottom: 2rem;
        width: 7.5rem;
        background: rgba(247, 241, 230, .74);
    }
}

@media (max-width: 980px) {
    .work-rebuild-hero::before {
        background:
            linear-gradient(145deg, var(--rebuild-paper) 0 48%, var(--rebuild-sky) 48% 66%, var(--rebuild-yellow) 66% 100%);
    }

    .work-field-case {
        width: calc(100% - (2 * var(--rebuild-gutter)));
        margin: 1rem var(--rebuild-gutter) 4rem;
    }

    .work-product-lane {
        grid-template-columns: 5rem minmax(0, 1fr);
        min-height: 0;
    }

    .work-lane-art {
        grid-column: 1 / -1;
        width: min(100%, 38rem);
        justify-self: center;
    }

    .work-status-seal {
        top: 2rem;
        right: var(--rebuild-gutter);
        bottom: auto;
        width: 7rem;
    }

    .work-proof-grid,
    .work-note-list {
        grid-template-columns: 1fr;
    }

    .work-proof-grid article,
    .work-proof-grid article:first-child {
        min-height: 0;
        padding: 1.5rem 0;
        border-right: 0;
        border-bottom: 1px solid rgba(247, 241, 230, .3);
    }

    .work-proof-grid article:last-child {
        border-bottom: 0;
    }

    .work-process-track {
        grid-template-columns: 1fr;
        gap: 0;
        padding-left: 1rem;
    }

    .work-process-track::before {
        top: 1rem;
        right: auto;
        bottom: 1rem;
        left: 2.25rem;
        width: 2px;
        height: auto;
    }

    .work-process-track li {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: .3rem 1.25rem;
        min-height: 7rem;
        text-align: left;
    }

    .work-process-track li > span {
        grid-row: 1 / 3;
        margin: 0;
    }

    .work-process-track p {
        margin: 0;
    }

    .work-notes {
        grid-template-columns: 1fr;
    }

    .work-notes-label {
        min-height: 5rem;
        border-right: 0;
        border-bottom: var(--rebuild-line);
    }

    .work-note-list a {
        border-right: 0;
        border-bottom: 1px solid var(--rebuild-ink);
    }

    .work-note-list a:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 620px) {
    .work-field-case {
        padding: 3.2rem .5rem 2.7rem;
        border-width: 3px;
        border-radius: 1.25rem .9rem .5rem .5rem;
    }

    .work-field-case-label {
        top: 1rem;
        left: 1.2rem;
    }

    .work-field-case-mark {
        right: 1.2rem;
        bottom: .85rem;
    }

    .work-product-lane {
        grid-template-columns: 1fr;
        gap: 1.4rem;
        padding-top: 2.2rem;
    }

    .work-lane-number {
        font-size: 5.2rem;
    }

    .work-lane-copy h2 {
        padding-right: 0;
        font-size: clamp(3.4rem, 15vw, 5.25rem);
    }

    .work-status {
        max-width: calc(100vw - (2 * var(--rebuild-gutter)));
        height: auto;
        min-height: 2.5rem;
        white-space: normal;
    }

    .work-status-seal {
        position: static;
        width: 8rem;
        justify-self: end;
    }

    .work-lane-art {
        min-height: 15rem;
    }

    .work-art-paper {
        padding: .8rem;
    }

    .work-art-paper b {
        font-size: 1rem;
    }

    .work-note-list a {
        min-height: 5.5rem;
        padding: 1.15rem var(--rebuild-gutter);
    }
}
