/* Team and Contact editorial pages */
.illueca-editorial-team,
.illueca-editorial-contact,
.illueca-editorial-thanks {
    background: var(--ieh-paper);
    color: var(--ieh-ink);
    font-family: var(--ieh-sans);
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    overflow-x: clip;
    padding-top: var(--ieh-header-height);
}

.illueca-editorial-team *,
.illueca-editorial-team *::before,
.illueca-editorial-team *::after,
.illueca-editorial-contact *,
.illueca-editorial-contact *::before,
.illueca-editorial-contact *::after,
.illueca-editorial-thanks *,
.illueca-editorial-thanks *::before,
.illueca-editorial-thanks *::after {
    box-sizing: border-box;
}

.illueca-editorial-team .ieh-header,
.illueca-editorial-contact .ieh-header,
.illueca-editorial-thanks .ieh-header {
    background: rgba(6, 31, 24, .98);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.illueca-editorial-team img,
.illueca-editorial-contact img {
    display: block;
    max-width: 100%;
}

.illueca-editorial-thanks img {
    display: block;
    max-width: 100%;
}

.illueca-editorial-team a,
.illueca-editorial-contact a {
    color: inherit;
    text-decoration: none;
}

.illueca-editorial-thanks a {
    color: inherit;
    text-decoration: none;
}

.illueca-editorial-team h1,
.illueca-editorial-team h2,
.illueca-editorial-team h3,
.illueca-editorial-contact h1,
.illueca-editorial-contact h2,
.illueca-editorial-contact h3 {
    font-family: var(--ieh-serif);
    font-weight: 500;
    margin-top: 0;
}

.illueca-editorial-thanks h1,
.illueca-editorial-thanks h2,
.illueca-editorial-thanks h3 {
    font-family: var(--ieh-serif);
    font-weight: 500;
    margin-top: 0;
}

.illueca-editorial-team p,
.illueca-editorial-contact p {
    text-align: left;
}

.illueca-editorial-thanks p {
    text-align: left;
}

.itc-main {
    background: var(--ieh-paper);
    color: var(--ieh-ink);
    overflow: clip;
}

.itc-team-hero {
    background: var(--ieh-cream);
    padding: clamp(80px, 10vw, 145px) 0 0;
}

.itc-team-hero__copy {
    display: grid;
    gap: clamp(24px, 4vw, 70px);
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    margin-bottom: clamp(55px, 7vw, 95px);
}

.itc-team-hero__copy .ieh-eyebrow {
    grid-column: 1 / -1;
    margin: 0;
}

.itc-team-hero__copy h1 {
    color: var(--ieh-green-950);
    font-size: clamp(52px, 7.4vw, 112px);
    letter-spacing: -.045em;
    line-height: .94;
    max-width: 920px;
}

.itc-team-hero__copy > p:last-child {
    align-self: end;
    border-top: 1px solid var(--ieh-line);
    color: var(--ieh-muted);
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 1.65;
    margin: 0;
    padding-top: 25px;
}

.itc-team-hero__image {
    margin-bottom: 0;
    max-height: 680px;
    overflow: hidden;
}

.itc-team-hero__image img {
    display: block;
    height: clamp(360px, 47vw, 680px);
    object-fit: cover;
    object-position: center 36%;
    width: 100%;
}

.itc-values {
    background: var(--ieh-green-950);
    color: var(--ieh-white);
    padding: clamp(75px, 9vw, 125px) 0;
}

.itc-values__intro {
    align-items: end;
    display: grid;
    gap: clamp(30px, 7vw, 110px);
    grid-template-columns: 1.15fr .85fr;
    margin-bottom: clamp(48px, 6vw, 80px);
}

.itc-values__intro h2 {
    color: var(--ieh-white);
    font-size: clamp(38px, 5vw, 68px);
    letter-spacing: -.035em;
    line-height: 1;
}

.itc-values__intro p {
    color: rgba(255, 255, 255, .67);
    font-size: 16px;
    margin: 0;
}

.itc-values__grid,
.itc-contact-steps__grid {
    border-top: 1px solid rgba(255, 255, 255, .2);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.itc-values__grid article {
    border-right: 1px solid rgba(255, 255, 255, .18);
    padding: 35px clamp(20px, 3.3vw, 48px) 10px 0;
}

.itc-values__grid article + article {
    padding-left: clamp(20px, 3.3vw, 48px);
}

.itc-values__grid article:last-child {
    border-right: 0;
}

.itc-values__grid span,
.itc-contact-steps__grid span {
    color: var(--ieh-gold-light);
    display: block;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .12em;
    margin-bottom: 34px;
}

.itc-values__grid h3 {
    color: var(--ieh-white);
    font-size: clamp(24px, 2.4vw, 32px);
    margin-bottom: 14px;
}

.itc-values__grid p {
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    margin: 0;
}

.itc-directory {
    padding: clamp(90px, 11vw, 150px) 0;
}

.itc-directory__heading {
    align-items: end;
    display: grid;
    gap: clamp(35px, 8vw, 125px);
    grid-template-columns: 1.25fr .75fr;
    margin-bottom: clamp(50px, 7vw, 85px);
}

.itc-directory__heading h2 {
    color: var(--ieh-green-950);
    font-size: clamp(43px, 5.7vw, 78px);
    letter-spacing: -.04em;
    line-height: .98;
    max-width: 850px;
}

.itc-directory__heading > p {
    color: var(--ieh-muted);
    font-size: 16px;
    margin: 0;
}

.itc-team-grid {
    display: grid;
    gap: clamp(34px, 4vw, 58px) clamp(20px, 3vw, 42px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.itc-person a {
    color: inherit;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    text-decoration: none;
}

.itc-person__number {
    color: var(--ieh-gold);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .08em;
    padding-top: 3px;
}

.itc-person__image {
    aspect-ratio: 4 / 5;
    background: #e8e4dc;
    grid-column: 2;
    overflow: hidden;
}

.itc-person__image img {
    filter: saturate(.78);
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: filter .35s ease, transform .5s ease;
    width: 100%;
}

.itc-person__body {
    border-bottom: 1px solid var(--ieh-line);
    display: flex;
    flex-direction: column;
    grid-column: 2;
    min-height: 172px;
    padding: 22px 0 17px;
}

.itc-person__name {
    color: var(--ieh-green-950);
    font-family: var(--ieh-serif);
    font-size: clamp(25px, 2.4vw, 34px);
    line-height: 1.06;
    margin-bottom: 9px;
}

.itc-person__role {
    color: var(--ieh-muted);
    font-size: 13px;
    line-height: 1.5;
}

.itc-person__link {
    color: var(--ieh-green-800);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .1em;
    margin-top: auto;
    padding-top: 18px;
    text-transform: uppercase;
}

.itc-person a:hover .itc-person__image img,
.itc-person a:focus-visible .itc-person__image img {
    filter: saturate(1);
    transform: scale(1.025);
}

.itc-person a:hover .itc-person__link,
.itc-person a:focus-visible .itc-person__link {
    color: var(--ieh-gold);
}

.itc-cta {
    background: var(--ieh-gold);
    padding: clamp(58px, 7vw, 92px) 0;
}

.itc-cta__inner {
    align-items: center;
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.itc-cta h2 {
    color: var(--ieh-green-950);
    font-size: clamp(38px, 5.2vw, 68px);
    line-height: 1;
    margin: 0;
    max-width: 900px;
}

.itc-cta .ieh-eyebrow--light {
    color: var(--ieh-green-900);
}

.itc-button {
    align-items: center;
    background: var(--ieh-green-950);
    border: 1px solid var(--ieh-green-950);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 750;
    gap: 8px;
    justify-content: center;
    letter-spacing: .09em;
    padding: 19px 24px;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
    text-transform: uppercase;
}

.illueca-editorial-team a.itc-button {
    color: var(--ieh-white);
}

.illueca-editorial-team a.itc-button:hover,
.illueca-editorial-team a.itc-button:focus-visible {
    background: var(--ieh-white);
    border-color: var(--ieh-white);
    color: var(--ieh-green-950);
    transform: translateY(-1px);
}

.illueca-editorial-team a.itc-button:focus-visible {
    outline: 3px solid var(--ieh-green-950);
    outline-offset: 4px;
}

.itc-contact-hero {
    min-height: calc(100svh - var(--ieh-header-height));
    padding-block: clamp(85px, 9vw, 125px);
}

.itc-contact-hero .ieh-contact__grid {
    align-items: start;
    grid-template-columns: minmax(320px, .82fr) minmax(490px, 1.18fr);
}

.itc-contact-hero .ieh-contact__copy {
    grid-column: 1;
    grid-row: 1;
}

.itc-contact-hero .ieh-contact__form {
    grid-column: 2;
    grid-row: 1 / span 2;
}

.itc-contact-hero .ieh-contact__copy h1 {
    color: var(--ieh-white);
    font-size: clamp(51px, 6.2vw, 86px);
    letter-spacing: -.04em;
    line-height: .96;
    margin-bottom: 28px;
}

.itc-office {
    border-top: 1px solid rgba(255, 255, 255, .24);
    margin-top: 36px;
    padding-top: 27px;
    grid-column: 1;
    grid-row: 2;
}

.itc-office h2 {
    color: var(--ieh-gold-light);
    font-family: var(--ieh-sans);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .12em;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.itc-office address {
    color: rgba(255, 255, 255, .72);
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-style: normal;
    line-height: 1.6;
}

.itc-office dl {
    display: grid;
    gap: 14px 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 27px 0 0;
}

.itc-office dt {
    color: rgba(255, 255, 255, .45);
    font-size: 9px;
    font-weight: 750;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.itc-office dd {
    color: var(--ieh-white);
    font-family: var(--ieh-serif);
    font-size: 18px;
    margin: 3px 0 0;
}

.itc-contact-hero .ieh-contact__form > h2 {
    color: var(--ieh-green-900);
    font-size: clamp(30px, 3.3vw, 44px);
    margin-bottom: 27px;
}

.itc-contact-steps {
    background: var(--ieh-cream);
    padding: clamp(75px, 9vw, 125px) 0;
}

.itc-contact-steps__heading {
    display: grid;
    grid-template-columns: .55fr 1.45fr;
    margin-bottom: clamp(45px, 6vw, 72px);
}

.itc-contact-steps__heading h2 {
    color: var(--ieh-green-950);
    font-size: clamp(40px, 5.2vw, 70px);
    letter-spacing: -.035em;
    line-height: 1;
}

.itc-contact-steps__grid {
    border-color: var(--ieh-line);
}

.itc-contact-steps__grid article {
    border-right: 1px solid var(--ieh-line);
    padding: 34px clamp(20px, 3.2vw, 45px) 0 0;
}

.itc-contact-steps__grid article + article {
    padding-left: clamp(20px, 3.2vw, 45px);
}

.itc-contact-steps__grid article:last-child {
    border-right: 0;
}

.itc-contact-steps__grid span {
    color: var(--ieh-gold);
}

.itc-contact-steps__grid h3 {
    color: var(--ieh-green-950);
    font-size: clamp(25px, 2.5vw, 34px);
    margin-bottom: 12px;
}

.itc-contact-steps__grid p {
    color: var(--ieh-muted);
    font-size: 14px;
    margin: 0;
}

.itc-thanks__hero {
    align-items: center;
    background:
        radial-gradient(circle at 82% 20%, rgba(199, 151, 45, .13), transparent 32%),
        var(--ieh-green-950);
    color: var(--ieh-white);
    display: flex;
    min-height: min(760px, calc(100svh - var(--ieh-header-height)));
    padding: clamp(80px, 10vw, 140px) 0;
}

.itc-thanks__inner {
    max-width: 980px;
}

.itc-thanks__mark {
    color: var(--ieh-gold-light);
    margin-bottom: 34px;
    width: 66px;
}

.itc-thanks__mark svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.itc-thanks h1 {
    color: var(--ieh-white);
    font-size: clamp(55px, 7.5vw, 104px);
    letter-spacing: -.045em;
    line-height: .94;
    margin-bottom: 30px;
    max-width: 900px;
}

.itc-thanks__lead {
    color: rgba(255, 255, 255, .72);
    font-size: clamp(17px, 1.8vw, 22px);
    margin-bottom: 28px;
    max-width: 720px;
}

.itc-thanks__time {
    border-left: 3px solid var(--ieh-gold);
    color: var(--ieh-white);
    font-family: var(--ieh-serif);
    font-size: clamp(25px, 3vw, 38px);
    line-height: 1.2;
    margin: 0 0 24px;
    max-width: 720px;
    padding: 8px 0 8px 25px;
}

.itc-thanks__note {
    color: rgba(255, 255, 255, .55);
    font-size: 13px;
    max-width: 650px;
}

.itc-thanks__actions {
    align-items: center;
    display: flex;
    gap: 28px;
    margin-top: 42px;
}

.itc-button--gold {
    background: var(--ieh-gold);
    color: var(--ieh-green-950) !important;
}

.itc-thanks__call {
    border-bottom: 1px solid var(--ieh-gold);
    color: var(--ieh-white) !important;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .09em;
    padding-bottom: 5px;
    text-transform: uppercase;
}

@media (max-width: 920px) {
    .itc-team-hero__copy,
    .itc-values__intro,
    .itc-directory__heading,
    .itc-contact-steps__heading {
        grid-template-columns: 1fr;
    }

    .itc-team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .itc-contact-hero .ieh-contact__grid {
        grid-template-columns: 1fr;
    }

    .itc-contact-hero .ieh-contact__copy,
    .itc-contact-hero .ieh-contact__form,
    .itc-office {
        grid-column: 1;
        grid-row: auto;
    }
}

@media (max-width: 620px) {
    .itc-team-hero {
        padding-top: 56px;
    }

    .itc-team-hero__copy {
        gap: 22px;
        margin-bottom: 44px;
    }

    .itc-team-hero__copy h1 {
        font-size: clamp(47px, 14vw, 64px);
    }

    .itc-team-hero__image {
        padding: 0;
    }

    .itc-team-hero__image img {
        height: 330px;
    }

    .itc-values__grid,
    .itc-contact-steps__grid,
    .itc-team-grid {
        grid-template-columns: 1fr;
    }

    .itc-values__grid article,
    .itc-values__grid article + article,
    .itc-contact-steps__grid article,
    .itc-contact-steps__grid article + article {
        border-bottom: 1px solid rgba(255, 255, 255, .18);
        border-right: 0;
        padding: 28px 0;
    }

    .itc-contact-steps__grid article,
    .itc-contact-steps__grid article + article {
        border-bottom-color: var(--ieh-line);
    }

    .itc-person a {
        grid-template-columns: 24px minmax(0, 1fr);
    }

    .itc-person__body {
        min-height: 145px;
    }

    .itc-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .itc-button {
        text-align: center;
        width: 100%;
    }

    .itc-contact-hero {
        padding-block: 55px 70px;
    }

    .itc-contact-hero .ieh-contact__grid {
        gap: 42px;
    }

    .itc-office dl {
        grid-template-columns: 1fr;
    }

    .itc-thanks__hero {
        align-items: flex-start;
        min-height: calc(100svh - var(--ieh-header-height));
        padding: 64px 0 110px;
    }

    .itc-thanks h1 {
        font-size: clamp(49px, 14vw, 66px);
    }

    .itc-thanks__actions {
        align-items: flex-start;
        flex-direction: column;
    }
}
