.idc-executive-directory,
.idc-executive-directory * {
    box-sizing: border-box;
}

.idc-executive-directory {
    --idc-green: #18a650;
    --idc-orange: #EC722A;
    --idc-ink: #17231e;
    --idc-muted: #66716b;
    --idc-white: #ffffff;
    background: var(--idc-white);
    color: var(--idc-ink);
    font-family: "Roboto", Arial, sans-serif;
    overflow: hidden;
    padding: clamp(20px, 3vw, 42px) 0 clamp(70px, 8vw, 120px);
}

.idc-executive-hero,
.idc-executive-section {
    margin-inline: auto;
    width: min(1320px, calc(100% - clamp(32px, 6vw, 96px)));
}

.idc-executive-hero {
    align-items: flex-end;
    background-image: linear-gradient(90deg, rgba(10, 31, 22, .9) 0%, rgba(10, 31, 22, .68) 48%, rgba(10, 31, 22, .12) 100%), var(--idc-executive-hero);
    background-position: center;
    background-size: cover;
    border: 10px solid var(--idc-white);
    border-radius: 24px;
    display: flex;
    min-height: clamp(460px, 47vw, 625px);
    overflow: hidden;
    padding: clamp(34px, 6vw, 86px);
    position: relative;
}

.idc-executive-hero::after {
    background: var(--idc-orange);
    bottom: 0;
    content: "";
    height: 5px;
    left: clamp(34px, 6vw, 86px);
    position: absolute;
    width: 86px;
}

.idc-executive-hero__inner {
    max-width: 760px;
    position: relative;
    z-index: 1;
}

.idc-executive-eyebrow,
.idc-executive-kicker {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .15em;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.idc-executive-eyebrow {
    color: #f7b48e;
}

.idc-executive-hero h1,
.idc-executive-section h2,
.idc-executive-card h3,
.idc-executive-hero p,
.idc-executive-section p {
    margin-top: 0;
}

.idc-executive-hero h1 {
    color: var(--idc-white);
    font-family: "Roboto", Arial, sans-serif;
    font-size: clamp(44px, 6vw, 80px);
    font-weight: 300;
    letter-spacing: -.045em;
    line-height: 1;
    margin-bottom: clamp(20px, 3vw, 30px);
}

.idc-executive-hero h1 span,
.idc-executive-section h2 span {
    color: var(--idc-orange);
    font-family: "Ivy Journal", Georgia, serif;
    font-style: italic;
    font-weight: 400;
}

.idc-executive-hero h1 span {
    display: block;
}

.idc-executive-hero__description {
    color: rgba(255, 255, 255, .9);
    font-size: clamp(16px, 1.45vw, 20px);
    font-weight: 300;
    line-height: 1.65;
    margin-bottom: 0;
    max-width: 690px;
}

.idc-executive-section {
    padding-top: clamp(72px, 8vw, 118px);
}

.idc-executive-section__heading {
    align-items: end;
    margin-bottom: clamp(34px, 5vw, 58px);
}

.idc-executive-kicker {
    color: var(--idc-green);
}

.idc-executive-section h2 {
    font-family: "Roboto", Arial, sans-serif;
    font-size: clamp(40px, 4.45vw, 64px);
    font-weight: 300;
    letter-spacing: -.045em;
    line-height: 1.06;
    margin-bottom: 0;
}

.idc-executive-section__heading > p {
    color: var(--idc-muted);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.65;
    margin-bottom: 5px;
}

.idc-executive-list {
    border-top: 1px solid rgba(23, 35, 30, .14);
}

.idc-executive-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(112px, 11vw, 150px);
    gap: clamp(20px, 2.6vw, 36px);
    align-items: center;
    min-width: 0;
    padding: clamp(14px, 1.7vw, 20px) 0;
    border-bottom: 1px solid rgba(23, 35, 30, .14);
}

.idc-executive-card__portrait {
    grid-column: 2;
    grid-row: 1;
    display: block;
    aspect-ratio: 4 / 5;
    background: #e9eee9;
    border-radius: 18px 5px 18px 5px;
    overflow: hidden;
    position: relative;
}

.idc-executive-card__portrait::after {
    background: linear-gradient(180deg, transparent 70%, rgba(18, 38, 29, .12));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.idc-executive-card img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.idc-executive-card__initials {
    align-items: center;
    color: var(--idc-green);
    display: flex;
    font-family: "Ivy Journal", Georgia, serif;
    font-size: 60px;
    height: 100%;
    justify-content: center;
}

.idc-executive-card__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 0;
    grid-column: 1;
    grid-row: 1;
}

.idc-executive-card__rule {
    background: var(--idc-orange);
    display: block;
    height: 3px;
    margin-bottom: 12px;
    width: 38px;
}

.idc-executive-card h3 {
    color: var(--idc-ink);
    font-size: clamp(20px, 1.9vw, 27px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1.15;
    margin-bottom: 8px;
}

.idc-executive-card h3 a {
    color: inherit;
    text-decoration: none;
    transition: color .2s ease;
}

.idc-executive-card h3 a:hover,
.idc-executive-card h3 a:focus-visible {
    color: var(--idc-green);
}

.idc-executive-card__content p {
    color: var(--idc-muted);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

.idc-executive-card__bio {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-top: 14px;
    color: var(--idc-green);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s ease;
}

.idc-executive-card__bio svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

/* Hover is colour only. The card previously grew its padding, tinted its
   background, scaled the portrait and stretched the orange rule, which shifted
   the row layout under the pointer while reading down a long list. */
.idc-executive-card__bio:hover,
.idc-executive-card__bio:focus-visible {
    color: var(--idc-orange);
}

.idc-executive-directory--enhanced .idc-executive-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s ease var(--idc-executive-delay, 0ms), transform .7s cubic-bezier(.2, .7, .2, 1) var(--idc-executive-delay, 0ms);
}

.idc-executive-directory--enhanced .idc-executive-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 960px) {
    .idc-executive-section__heading {
        align-items: start;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .idc-executive-section__heading > p {
        max-width: 680px;
    }

    .idc-executive-card {
        grid-template-columns: minmax(0, 1fr) 132px;
    }
}

@media (max-width: 620px) {
    .idc-executive-directory {
        padding-top: 14px;
    }

    .idc-executive-hero,
    .idc-executive-section {
        width: calc(100% - 28px);
    }

    .idc-executive-hero {
        background-image: linear-gradient(180deg, rgba(10, 31, 22, .48) 0%, rgba(10, 31, 22, .93) 75%), var(--idc-executive-hero);
        background-position: 62% center;
        border-width: 6px;
        border-radius: 18px;
        min-height: 570px;
        padding: 32px 24px 40px;
    }

    .idc-executive-hero::after {
        left: 24px;
    }

    .idc-executive-hero h1 {
        font-size: clamp(38px, 11.5vw, 48px);
        line-height: 1.02;
    }

    .idc-executive-hero h1 span {
        font-size: .94em;
    }

    .idc-executive-hero__description {
        font-size: 15px;
        line-height: 1.58;
    }

    .idc-executive-section {
        padding-top: 72px;
    }

    .idc-executive-section h2 {
        font-size: 40px;
    }

    .idc-executive-section__heading > p {
        font-size: 16px;
    }

    .idc-executive-card {
        grid-template-columns: minmax(0, 1fr) 112px;
        gap: 17px;
        padding: 20px 0;
    }

    .idc-executive-card__content {
        padding: 4px 0;
    }

    .idc-executive-card h3 {
        margin-bottom: 8px;
        font-size: 21px;
    }

    .idc-executive-card__content p {
        font-size: 13px;
    }

    .idc-executive-card__rule {
        margin-bottom: 12px;
    }

    .idc-executive-card__bio {
        margin-top: 14px;
    }
}

.idc-executive-profile,
.idc-executive-profile * {
    box-sizing: border-box;
}

.idc-executive-profile {
    --idc-green: #18a650;
    --idc-orange: #EC722A;
    --idc-ink: #17231e;
    --idc-muted: #66716b;
    --idc-cream: #EDEDED;
    --idc-white: #ffffff;
    background: var(--idc-white);
    color: var(--idc-ink);
    font-family: "Roboto", Arial, sans-serif;
    overflow: hidden;
}

.idc-executive-profile__hero {
    padding: clamp(22px, 4vw, 54px) 0 clamp(62px, 7vw, 100px);
}

.idc-executive-profile__hero-inner,
.idc-executive-profile__biography,
.idc-executive-profile__navigation-inner {
    margin-inline: auto;
    width: min(1320px, calc(100% - clamp(32px, 6vw, 96px)));
}

.idc-executive-profile__hero-inner {
    align-items: stretch;
    background: var(--idc-cream);
    border: 1px solid rgba(23, 35, 30, .1);
    border-radius: 24px;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
    min-height: 610px;
    overflow: hidden;
    position: relative;
}

.idc-executive-profile__hero-inner::before {
    background: radial-gradient(circle, rgba(236, 114, 42, .12) 0 31%, transparent 32%);
    content: "";
    height: 560px;
    left: -300px;
    pointer-events: none;
    position: absolute;
    top: -250px;
    width: 560px;
}

.idc-executive-profile__intro {
    align-self: center;
    padding: clamp(46px, 7vw, 96px);
    position: relative;
    z-index: 1;
}

.idc-executive-profile__back {
    align-items: center;
    color: var(--idc-ink);
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    gap: 10px;
    margin-bottom: clamp(60px, 8vw, 100px);
    text-decoration: none;
    transition: color .2s ease;
}

.idc-executive-profile__back svg {
    fill: none;
    height: 18px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    transition: transform .2s ease;
    width: 18px;
}

.idc-executive-profile__back:hover,
.idc-executive-profile__back:focus-visible {
    color: var(--idc-green);
}

.idc-executive-profile__back:hover svg,
.idc-executive-profile__back:focus-visible svg {
    transform: translateX(-4px);
}

.idc-executive-profile__eyebrow,
.idc-executive-profile__biography header p {
    color: var(--idc-orange);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .15em;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.idc-executive-profile__intro h1 {
    color: var(--idc-ink);
    font-family: "Roboto", Arial, sans-serif;
    font-size: clamp(46px, 5.5vw, 76px);
    font-weight: 300;
    letter-spacing: -.045em;
    line-height: 1.03;
    margin: 0;
    max-width: 760px;
}

.idc-executive-profile__position {
    color: var(--idc-muted);
    font-size: clamp(17px, 1.55vw, 21px);
    font-weight: 300;
    line-height: 1.5;
    margin: 26px 0 0;
    max-width: 580px;
}

.idc-executive-profile__portrait {
    background: #e4e7e3;
    margin: 0;
    min-height: 610px;
    overflow: hidden;
    position: relative;
}

.idc-executive-profile__portrait::after {
    background: linear-gradient(90deg, rgba(18, 49, 35, .2), transparent 32%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.idc-executive-profile__portrait img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.idc-executive-profile__portrait > span {
    align-items: center;
    color: var(--idc-green);
    display: flex;
    font-family: "Ivy Journal", Georgia, serif;
    font-size: 72px;
    height: 100%;
    justify-content: center;
}

.idc-executive-profile__biography {
    background: var(--idc-white);
    display: grid;
    gap: clamp(50px, 8vw, 120px);
    grid-template-columns: minmax(230px, .55fr) minmax(0, 1.45fr);
    padding-bottom: clamp(76px, 9vw, 132px);
}

.idc-executive-profile__biography header h2 {
    font-family: "Roboto", Arial, sans-serif;
    font-size: clamp(38px, 4vw, 58px);
    font-weight: 300;
    letter-spacing: -.04em;
    line-height: 1.05;
    margin: 0;
}

.idc-executive-profile__prose {
    border-top: 1px solid rgba(23, 35, 30, .16);
    color: #48534d;
    font-size: clamp(16px, 1.4vw, 19px);
    font-weight: 300;
    line-height: 1.75;
    padding-top: 30px;
}

.idc-executive-profile__prose > :first-child {
    margin-top: 0;
}

.idc-executive-profile__prose > :last-child {
    margin-bottom: 0;
}

.idc-executive-profile__prose p,
.idc-executive-profile__prose ul,
.idc-executive-profile__prose ol,
.idc-executive-profile__prose blockquote {
    margin-bottom: 1.35em;
}

.idc-executive-profile__prose ul,
.idc-executive-profile__prose ol {
    padding-left: 1.3em;
}

.idc-executive-profile__prose li + li {
    margin-top: .55em;
}

.idc-executive-profile__prose blockquote {
    border-left: 3px solid var(--idc-orange);
    color: var(--idc-ink);
    font-size: 1.1em;
    margin-left: 0;
    padding-left: 24px;
}

.idc-executive-profile__prose h2,
.idc-executive-profile__prose h3,
.idc-executive-profile__prose h4 {
    color: var(--idc-ink);
    font-weight: 500;
    line-height: 1.25;
    margin-top: 2em;
}

.idc-executive-profile__prose a {
    color: var(--idc-green);
}

.idc-executive-profile__navigation {
    background: var(--idc-cream);
    border-top: 1px solid rgba(23, 35, 30, .12);
    padding: 34px 0;
}

.idc-executive-profile__navigation-inner {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    width: min(1000px, calc(100% - clamp(32px, 8vw, 120px)));
}

.idc-executive-profile__person-link {
    color: var(--idc-ink);
    display: flex;
    flex-direction: column;
    min-width: 0;
    text-decoration: none;
}

.idc-executive-profile__person-link--next {
    align-items: flex-end;
    text-align: right;
}

.idc-executive-profile__person-link span {
    color: var(--idc-orange);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.idc-executive-profile__person-link strong {
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .2s ease;
    white-space: nowrap;
}

.idc-executive-profile__person-link:hover strong,
.idc-executive-profile__person-link:focus-visible strong {
    color: var(--idc-green);
}

.idc-executive-profile__all {
    border: 1px solid rgba(23, 35, 30, .18);
    border-radius: 999px;
    color: var(--idc-ink);
    font-size: 12px;
    font-weight: 700;
    padding: 13px 20px;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.idc-executive-profile__all:hover,
.idc-executive-profile__all:focus-visible {
    background: var(--idc-green);
    border-color: var(--idc-green);
    color: var(--idc-white);
}

@media (max-width: 900px) {
    .idc-executive-profile__hero-inner {
        grid-template-columns: minmax(0, 1fr) minmax(300px, .78fr);
    }

    .idc-executive-profile__intro {
        padding: 48px;
    }

    .idc-executive-profile__biography {
        gap: 44px;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .idc-executive-profile__hero {
        padding-top: 14px;
    }

    .idc-executive-profile__hero-inner,
    .idc-executive-profile__biography,
    .idc-executive-profile__navigation-inner {
        width: calc(100% - 28px);
    }

    .idc-executive-profile__hero-inner {
        border-radius: 18px;
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .idc-executive-profile__intro {
        min-height: 430px;
        padding: 32px 26px 42px;
    }

    .idc-executive-profile__back {
        margin-bottom: 72px;
    }

    .idc-executive-profile__intro h1 {
        font-size: clamp(38px, 12vw, 52px);
    }

    .idc-executive-profile__portrait {
        aspect-ratio: 4 / 5;
        min-height: 0;
    }

    .idc-executive-profile__portrait::after {
        background: linear-gradient(180deg, rgba(18, 49, 35, .16), transparent 28%);
    }

    .idc-executive-profile__biography {
        padding-bottom: 72px;
    }

    .idc-executive-profile__navigation-inner {
        grid-template-columns: 1fr 1fr;
    }

    .idc-executive-profile__navigation-inner > span,
    .idc-executive-profile__all {
        display: none;
    }

    .idc-executive-profile__person-link strong {
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .idc-executive-directory--enhanced .idc-executive-reveal,
    .idc-executive-card,
    .idc-executive-card img,
    .idc-executive-card__rule {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
