:root {
    --cp-ink: #000f1c;
    --cp-paper: #d1d3d4;
    --cp-flame: #f23b24;
    --cp-teal: #087b80;
}

.cp-expertise,
.cp-representative-work {
    color: var(--cp-ink);
}

#inner-wrap:has(> .cp-representative-work) {
    background: var(--cp-paper);
}

.cp-expertise__container {
    width: min(1120px, calc(100% - 48px));
    margin-inline: auto;
}

.cp-expertise__hero {
    height: clamp(340px, 52vw, 760px);
    margin: 0;
    overflow: hidden;
    background: #777;
}

.cp-expertise__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(100%);
}

.cp-expertise__surface {
    background: var(--cp-paper);
}

.cp-expertise__type-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 22px 0 18px;
    border-top: 1px solid var(--cp-ink);
    border-bottom: 1px solid var(--cp-ink);
    font-family: "ACaslonPro", "Adobe Caslon Pro", Georgia, serif;
    color: var(--cp-ink);
}

.cp-expertise__type-nav h1,
.cp-expertise__type-nav a,
.cp-expertise__type-label {
    margin: 0;
    color: inherit;
    font-family: inherit;
    font-size: clamp(23px, 2.2vw, 32px);
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.cp-expertise__type-nav a {
    transition: font-weight .3s ease;
}

.cp-expertise__type-nav a:hover,
.cp-expertise__type-nav a:focus-visible {
    color: inherit;
    font-weight: 700;
}

.cp-expertise__type-nav .cp-expertise__type-arrow {
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    color: var(--cp-ink);
    font-family: "Gotham", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: font-weight .3s ease, opacity .3s ease;
}

.cp-expertise__type-nav a.cp-expertise__type-arrow:hover,
.cp-expertise__type-nav a.cp-expertise__type-arrow:focus-visible {
    color: var(--cp-ink);
    font-weight: 700;
}

.cp-expertise__type-nav .cp-expertise__type-arrow.is-disabled {
    opacity: .25;
}

.cp-work-type .cp-expertise__container,
.cp-practice-single .cp-expertise__container {
    padding-top: 64px;
    padding-bottom: 110px;
}

.cp-expertise__intro {
    max-width: 1040px;
    padding: 45px 0 30px;
    font-family: "ACaslonPro", "Adobe Caslon Pro", Georgia, serif;
    font-size: clamp(19px, 1.65vw, 25px);
    font-weight: 600;
    line-height: 1.45;
}

.cp-expertise__intro > *:last-child,
.cp-work-hero__copy > *:last-child,
.cp-practice-single__content > *:last-child {
    margin-bottom: 0;
}

.cp-expertise__columns {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
    gap: clamp(55px, 8vw, 110px);
    padding-top: 25px;
}

.cp-expertise__columns h2,
.cp-work-list > h2,
.cp-practice-single__eyebrow {
    margin: 0;
    padding: 24px 0;
    border-top: 2px solid var(--cp-ink);
    border-bottom: 1px solid var(--cp-ink);
    color: var(--cp-ink);
    font-family: "ACaslonPro", "Adobe Caslon Pro", Georgia, serif;
    font-size: clamp(22px, 2vw, 29px);
    font-weight: 600;
    text-transform: uppercase;
}

.cp-practice-list,
.cp-expertise__professionals ul,
.cp-work-panel__professionals ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.cp-practice-list li {
    border-bottom: 1px solid rgba(0, 15, 28, .75);
}

.cp-practice-list a,
.cp-practice-list__static {
    display: flex;
    align-items: center;
    gap: 26px;
    min-height: 92px;
    padding: 18px 22px;
    color: var(--cp-ink);
    font-family: "ACaslonPro", "Adobe Caslon Pro", Georgia, serif;
    font-size: clamp(21px, 2.25vw, 32px);
    font-weight: 400;
    line-height: 1.15;
    text-decoration: none;
    transition: font-weight .3s ease;
}

.cp-practice-list a:hover,
.cp-practice-list a:focus-visible {
    color: var(--cp-ink);
    font-weight: 700;
}

.cp-practice-list__arrow {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid currentColor;
    flex: 0 0 auto;
}

.cp-practice-list--fallback {
    opacity: .75;
}

.cp-expertise__professionals ul {
    padding: 26px 10px;
}

.cp-expertise__professionals li {
    position: relative;
    padding-left: 13px;
    margin: 5px 0;
    font-family: "Gotham", Arial, sans-serif;
    font-size: 14px;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.cp-expertise__professionals li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .65em;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: currentColor;
}

.cp-expertise__professionals a {
    color: var(--cp-ink);
    text-decoration: none;
    transition: font-weight .3s ease;
}

.cp-expertise__professionals a:hover,
.cp-expertise__professionals a:focus-visible {
    color: var(--cp-ink);
    font-weight: 700;
}

.cp-expertise__empty {
    padding: 24px 0;
    font-family: "ACaslonPro", "Adobe Caslon Pro", Georgia, serif;
    font-size: 18px;
}

.cp-expertise__cta {
    display: flex;
    justify-content: center;
    margin-top: 75px;
    padding-top: 36px;
    border-top: 1px solid var(--cp-ink);
}

.cp-expertise__button {
    display: inline-flex;
    min-width: 210px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 10px 28px;
    background: var(--cp-ink);
    color: #fff;
    font-family: "Gotham", Arial, sans-serif;
    font-size: 13px;
    letter-spacing: .13em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .3s ease, color .3s ease, font-weight .3s ease;
}

.cp-expertise__button:hover,
.cp-expertise__button:focus-visible {
    background: var(--cp-teal);
    color: #fff;
}

/* Representative Work (PDF page 2). */
.cp-work-hero {
    padding: clamp(85px, 10vw, 150px) 0;
    background: var(--cp-flame);
    color: var(--cp-ink);
    text-align: center;
}

.cp-work-hero h1 {
    max-width: 1000px;
    margin: 0 auto 42px;
    font-family: "ACaslonPro", "Adobe Caslon Pro", Georgia, serif;
    font-size: clamp(38px, 5vw, 68px);
    font-weight: 500;
    line-height: 1.08;
    text-transform: uppercase;
}

.cp-work-hero .cp-work-hero__copy.entry-content {
    width: 100%;
    max-width: 860px;
    margin: 0 auto !important;
    font-family: "ACaslonPro", "Adobe Caslon Pro", Georgia, serif;
    font-size: clamp(19px, 2vw, 26px);
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

.cp-work-hero .cp-work-hero__copy.entry-content p {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.cp-work-results {
    padding-top: 55px;
    padding-bottom: 100px;
}

.cp-work-type-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 310px));
    gap: 22px;
    margin-bottom: 32px;
}

.cp-work-type-buttons a {
    display: flex;
    align-items: center;
    min-height: 58px;
    justify-content: space-between;
    gap: 24px;
    padding: 10px 22px;
    border: 1px solid rgba(0, 15, 28, .45);
    background: transparent;
    color: rgba(0, 15, 28, .58);
    font-family: "Gotham", Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .035em;
    text-decoration: none;
    text-transform: uppercase;
    transition: border-color .3s ease, color .3s ease, font-weight .3s ease;
}

.cp-work-type-buttons a::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid currentColor;
    flex: 0 0 auto;
}

.cp-work-type-buttons a:hover,
.cp-work-type-buttons a:focus-visible,
.cp-work-type-buttons a.is-active {
    border-color: var(--cp-ink);
    background: transparent;
    color: var(--cp-ink);
    font-weight: 700;
}

.cp-work-list > h2 {
    border-top-width: 2px;
}

.cp-work-item {
    border-bottom: 1px solid rgba(0, 15, 28, .75);
}

.cp-work-item h3 {
    margin: 0;
}

.cp-work-toggle {
    display: grid;
    grid-template-columns: 1fr 32px;
    gap: 24px;
    width: 100%;
    padding: 28px 10px;
    border: 0;
    background: transparent;
    color: var(--cp-ink);
    font-family: "Gotham", Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .035em;
    line-height: 1.35;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    transition: font-weight .3s ease;
}

.cp-work-toggle:hover,
.cp-work-toggle:focus,
.cp-work-toggle:focus-visible,
.cp-work-toggle:active,
.cp-work-item.is-open .cp-work-toggle {
    background: transparent;
    color: var(--cp-ink);
    font-weight: 700;
    box-shadow: none;
}

.cp-work-toggle:focus-visible {
    outline: 2px solid var(--cp-ink);
    outline-offset: -4px;
}

.cp-work-toggle__icon {
    position: relative;
    width: 20px;
    height: 20px;
    justify-self: end;
}

.cp-work-toggle__icon::before,
.cp-work-toggle__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: currentColor;
    transform: translate(-50%, -50%);
}

.cp-work-toggle__icon::before {
    width: 16px;
    height: 2px;
}

.cp-work-toggle__icon::after {
    width: 2px;
    height: 16px;
    transition: transform .3s ease;
}

.cp-work-item.is-open .cp-work-toggle__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.cp-work-panel {
    max-width: 980px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    font-family: "ACaslonPro", "Adobe Caslon Pro", Georgia, serif;
    font-size: 19px;
    line-height: 1.45;
    transition: height .3s ease, opacity .3s ease;
}

.cp-work-item.is-open .cp-work-panel {
    height: auto;
    opacity: 1;
}

.cp-work-panel__inner {
    padding: 24px 10px 38px;
}

.cp-work-panel[hidden] {
    display: none;
}

.cp-work-panel__professionals {
    margin-top: 28px;
}

.cp-work-panel__professionals h4 {
    margin: 0 0 9px;
    font-family: "Gotham", Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

.cp-work-panel__professionals li {
    margin: 5px 0;
    font-family: "Gotham", Arial, sans-serif;
    font-size: 13px;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.cp-work-panel__professionals a {
    color: inherit;
    text-decoration: none;
    transition: font-weight .3s ease;
}

.cp-work-panel__professionals a:hover,
.cp-work-panel__professionals a:focus-visible {
    font-weight: 700;
}

/* Single Practice Area (PDF page 5). */
.cp-practice-single__eyebrow {
    padding-top: 52px;
    border-top: 0;
    border-bottom: 1px solid rgba(0, 15, 28, .65);
}

.cp-practice-single__body {
    padding: 40px 8% 65px;
}

.cp-practice-single__body h2 {
    margin: 0 0 55px;
    color: var(--cp-ink);
    font-family: "ACaslonPro", "Adobe Caslon Pro", Georgia, serif;
    font-size: clamp(30px, 3.2vw, 46px);
    font-weight: 600;
    line-height: 1.1;
}

.cp-practice-single__content {
    max-width: 930px;
    font-family: "ACaslonPro", "Adobe Caslon Pro", Georgia, serif;
    font-size: clamp(19px, 2vw, 26px);
    font-weight: 600;
    line-height: 1.45;
}

.cp-practice-single__pagination {
    display: flex;
    justify-content: space-between;
    padding: 24px 8%;
    border-top: 1px solid var(--cp-ink);
    font-family: "Gotham", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.cp-practice-single__pagination a,
.cp-practice-single__pagination span {
    color: var(--cp-ink);
    text-decoration: none;
}

.cp-practice-single__pagination a {
    transition: font-weight .3s ease;
}

.cp-practice-single__pagination a:hover,
.cp-practice-single__pagination a:focus-visible {
    font-weight: 700;
}

.cp-practice-single__pagination span[aria-disabled="true"] {
    opacity: .35;
}

@media (max-width: 820px) {
    .cp-expertise__columns {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .cp-work-type-buttons {
        grid-template-columns: 1fr;
    }

    .cp-practice-single__body,
    .cp-practice-single__pagination {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 520px) {
    .cp-expertise__container {
        width: min(100% - 32px, 1120px);
    }

    .cp-work-type .cp-expertise__container,
    .cp-practice-single .cp-expertise__container {
        padding-top: 36px;
        padding-bottom: 70px;
    }

    .cp-expertise__hero {
        height: 300px;
    }

    .cp-expertise__type-nav {
        gap: 10px;
    }

    .cp-practice-list a,
    .cp-practice-list__static {
        min-height: 72px;
        padding-inline: 8px;
        gap: 18px;
    }

    .cp-work-toggle {
        padding-inline: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cp-expertise__type-nav a,
    .cp-practice-list a,
    .cp-expertise__professionals a,
    .cp-expertise__button,
    .cp-work-type-buttons a,
    .cp-work-toggle,
    .cp-work-toggle__icon::after,
    .cp-work-panel,
    .cp-work-panel__professionals a,
    .cp-practice-single__pagination a {
        transition: none;
    }
}
