/* ==========================================================
   Radiant Perspectives
   IP Litigation Page
   ========================================================== */

#primary.rp-ip-litigation-page {
    width: 100%;
    max-width: none;
    flex: 0 0 100%;
    float: none;
    margin: 0;
    padding: 0;

    background: var(--rp-paper);
    color: var(--rp-ink);
}

#primary.rp-ip-litigation-page > main {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.rp-ip-litigation-page .rp-inner {
    width: min(calc(100% - 64px), var(--rp-content-width));
    margin-inline: auto;
}

.rp-ip-litigation-page h1,
.rp-ip-litigation-page h2,
.rp-ip-litigation-page h3,
.rp-ip-litigation-page p {
    margin-top: 0;
}


/* ==========================================================
   HERO
   ========================================================== */

.rp-ip-hero {
    padding: clamp(68px, 8vw, 100px) 0 clamp(58px, 7vw, 84px);
}

.rp-ip-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
    gap: clamp(52px, 7vw, 84px);
    align-items: center;
}

.rp-ip-hero__copy {
    max-width: 710px;
}

.rp-ip-hero h1 {
    margin-bottom: 24px;

    font-family: var(--rp-font-sans);
    font-size: var(--rp-h1);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.rp-ip-hero__lede {
    max-width: 690px;
    margin-bottom: 0;

    font-size: var(--rp-text-lg);
    line-height: 1.65;
}


/* Hero facts */

.rp-ip-hero__facts {
    border-top: 1px solid var(--rp-border);
}

.rp-ip-hero__fact {
    padding: 18px 0 19px;

    border-bottom: 1px solid var(--rp-border);
}

.rp-ip-hero__fact-label {
    display: block;
    margin-bottom: 6px;

    color: var(--rp-muted);

    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.rp-ip-hero__fact strong {
    display: block;

    color: var(--rp-ink);

    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}


/* ==========================================================
   ROLES
   ========================================================== */

.rp-ip-roles {
    padding-bottom: var(--rp-section-space);
}

.rp-ip-roles__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(44px, 6vw, 76px);
    align-items: start;
}

.rp-ip-role-card {
    padding: 30px 0 12px;

    background: transparent;
    border: 0;
}

.rp-ip-role-card--consulting {
    border-top: 2px solid var(--rp-teal);
}

.rp-ip-role-card--expert {
    border-top: 2px solid var(--rp-rust);
}

.rp-ip-role-card h2 {
    max-width: 470px;
    margin-bottom: 18px;

    font-family: var(--rp-font-sans);
    font-size: clamp(27px, 2.6vw, 34px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.rp-ip-role-card > p:not(.rp-eyebrow) {
    max-width: 500px;
    margin-bottom: 22px;
    line-height: 1.65;
}

.rp-ip-role-card ul {
    margin: 0;
    padding-left: 21px;

    color: var(--rp-muted);
}

.rp-ip-role-card li {
    margin-bottom: 6px;
    line-height: 1.5;
}

.rp-ip-role-card li:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   TECHNICAL EXPERTISE
   ========================================================== */

.rp-ip-expertise {
    padding: var(--rp-section-space) 0;
    background: var(--rp-dark);
    color: var(--rp-dark-text);
}

.rp-ip-expertise__panel {
    display: grid;
    grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
    gap: clamp(50px, 7vw, 84px);

    padding: 0;
}

.rp-ip-expertise__intro h2 {
    max-width: 400px;
    margin-bottom: 15px;

    color: var(--rp-dark-text);

    font-family: var(--rp-font-sans);
    font-size: clamp(32px, 3vw, 42px);
    font-weight: 400;
    line-height: 1.06;
    letter-spacing: -0.03em;
}

.rp-ip-expertise__intro > p:last-child {
    max-width: 370px;
    margin-bottom: 0;

    color: var(--rp-dark-muted);
}

.rp-ip-expertise__areas {
    border-top: 1px solid var(--rp-dark-border);
}

.rp-ip-expertise__row {
    display: grid;
    grid-template-columns: minmax(170px, 0.7fr) minmax(0, 1.3fr);
    gap: 28px;

    padding: 18px 0;

    border-bottom: 1px solid var(--rp-dark-border);
}

.rp-ip-expertise__row h3 {
    margin-bottom: 0;

    color: var(--rp-dark-text);

    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

.rp-ip-expertise__row p {
    margin-bottom: 0;

    color: var(--rp-dark-muted);
    line-height: 1.6;
}


/* ==========================================================
   EXPERIENCE
   ========================================================== */

.rp-ip-experience {
    padding: var(--rp-section-space) 0;
}

.rp-ip-experience__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(42px, 5vw, 62px);
}

.rp-ip-experience__heading h2 {
    max-width: 460px;
    margin-bottom: 0;

    font-family: var(--rp-font-serif);
    font-size: clamp(37px, 4vw, 50px);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -0.025em;
}

.rp-ip-experience__body {
    max-width: 620px;
}

.rp-ip-experience__body p {
    line-height: 1.7;
}

.rp-ip-experience__links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;

    margin-top: 26px;
}


/* ==========================================================
   MATTER INQUIRY
   ========================================================== */

.rp-ip-contact {
    padding-bottom: var(--rp-section-space);
}

.rp-ip-contact__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(42px, 5vw, 62px);

    padding-top: 42px;

    border-top: 1px solid var(--rp-border);
}

.rp-ip-contact__heading h2 {
    max-width: 520px;
    margin-bottom: 0;

    font-family: var(--rp-font-sans);
    font-size: clamp(29px, 3vw, 38px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -0.025em;
}

.rp-ip-contact__body {
    max-width: 520px;
}

.rp-ip-contact__body p {
    margin-bottom: 24px;
    line-height: 1.65;
}


/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 900px) {

    .rp-ip-hero__layout,
    .rp-ip-expertise__panel,
    .rp-ip-experience__layout,
    .rp-ip-contact__layout {
        grid-template-columns: 1fr;
    }

    .rp-ip-hero__layout {
        gap: 44px;
    }

    .rp-ip-hero__facts {
        max-width: 650px;
    }

    .rp-ip-expertise__panel {
        gap: 38px;
    }

    .rp-ip-experience__layout,
    .rp-ip-contact__layout {
        gap: 34px;
    }
}


@media (max-width: 700px) {

    .rp-ip-litigation-page .rp-inner {
        width: calc(100% - 40px);
    }

    .rp-ip-hero {
        padding: 52px 0 58px;
    }

    .rp-ip-hero h1 {
        font-size: clamp(42px, 12vw, 54px);
    }

    .rp-ip-hero__lede {
        font-size: 17px;
    }

    .rp-ip-roles__grid {
        grid-template-columns: 1fr;
    }

    .rp-ip-role-card {
        padding: 26px 0 8px;
    }

    .rp-ip-expertise__panel {
        padding: 0;
    }

    .rp-ip-expertise__row {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .rp-ip-experience__heading h2 br {
        display: none;
    }

    .rp-ip-experience__links {
        flex-direction: column;
        align-items: flex-start;
    }
}