.home-hero {
    position: relative;
    min-height: min(820px, 92vh);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #16223a;
    color: #fff;
}

.home-hero__image,
.home-hero__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.home-hero__image {
    object-fit: cover;
    object-position: center 44%;
}

.home-hero__overlay {
    background: linear-gradient(90deg, rgba(10, 20, 39, .94) 0%, rgba(10, 20, 39, .78) 43%, rgba(10, 20, 39, .2) 74%, rgba(10, 20, 39, .18) 100%);
}

.home-hero__container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    align-items: end;
    gap: clamp(2rem, 7vw, 7rem);
    padding-top: 13rem;
    padding-bottom: 5rem;
}

.home-hero__content {
    max-width: 790px;
}

.home-hero__eyebrow,
.location-band__eyebrow {
    margin-bottom: 1rem;
    color: #ff8a3d;
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.home-hero__title {
    max-width: 780px;
    margin: 0;
    color: #fff;
    font-family: var(--font-heading);
    font-size: clamp(2.75rem, 6vw, 5.4rem);
    font-weight: 800;
    line-height: .98;
    letter-spacing: 0;
    text-wrap: balance;
}

.home-hero__promise {
    margin-top: 1.5rem;
    color: #ff8a3d;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    font-weight: 700;
}

.home-hero__summary {
    max-width: 650px;
    margin-top: 1rem;
    color: rgba(255, 255, 255, .83);
    font-size: 1.05rem;
    line-height: 1.7;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 2rem;
}

.home-hero__contact {
    padding: 1.5rem 0 0 1.5rem;
    border-top: 3px solid #ee6b16;
    border-left: 1px solid rgba(255, 255, 255, .25);
}

.home-hero__contact-label {
    margin-bottom: .6rem;
    color: rgba(255, 255, 255, .7);
    font-size: .76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.home-hero__phone {
    display: block;
    width: fit-content;
    color: #fff;
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.55;
}

.home-hero__phone:hover {
    color: #ff8a3d;
}

.home-hero__contact-note {
    margin-top: .8rem;
    color: rgba(255, 255, 255, .66);
    font-size: .83rem;
    line-height: 1.55;
}

.icon {
    display: inline-block;
    flex: 0 0 auto;
    stroke-width: 1.8;
}

.icon--xs { width: 12px; height: 12px; }
.icon--sm { width: 16px; height: 16px; }
.icon--md { width: 20px; height: 20px; }
.icon--lg { width: 26px; height: 26px; }

.help-nav {
    background: #fff;
    border-bottom: 1px solid #dce0e7;
}

.help-nav__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-inline: var(--container-pad);
}

.help-nav__item {
    min-width: 0;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 16px;
    align-items: center;
    gap: 1rem;
    min-height: 104px;
    padding: 1.25rem 1.5rem;
    color: var(--color-navy);
    border-right: 1px solid #dce0e7;
    transition: color 160ms ease, background-color 160ms ease;
}

.help-nav__item:first-child {
    border-left: 1px solid #dce0e7;
}

.help-nav__item:hover,
.help-nav__item:focus-visible {
    color: #bc4e0b;
    background: #fff8f3;
}

.help-nav__item span {
    min-width: 0;
}

.help-nav__item strong,
.help-nav__item small {
    display: block;
}

.help-nav__item strong {
    font-size: .94rem;
}

.help-nav__item small {
    margin-top: .2rem;
    color: #69717f;
    font-size: .78rem;
}

.help-nav__arrow {
    justify-self: end;
}

.services-section {
    background: #fff;
}

.editorial-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .7fr);
    align-items: end;
    gap: clamp(2rem, 7vw, 7rem);
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.editorial-heading .section-title {
    max-width: 760px;
    margin-bottom: 0;
}

.editorial-heading__copy,
.evidence-section__copy {
    color: #596273;
    font-size: 1rem;
    line-height: 1.75;
}

.editorial-heading--compact {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
}

.service-index {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #cfd5df;
    border-left: 1px solid #cfd5df;
}

.service-index__item {
    min-width: 0;
    min-height: 220px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr auto;
    gap: 1rem;
    padding: 1.5rem;
    color: var(--color-navy);
    border-right: 1px solid #cfd5df;
    border-bottom: 1px solid #cfd5df;
    transition: background-color 180ms ease, color 180ms ease;
}

.service-index__item:hover,
.service-index__item:focus-visible {
    color: #fff;
    background: var(--color-navy);
}

.service-index__number {
    color: #a1a8b4;
    font-size: .72rem;
    font-weight: 700;
}

.service-index__content {
    grid-column: 1 / -1;
    align-self: end;
}

.service-index__content strong,
.service-index__content small {
    display: block;
}

.service-index__content strong {
    max-width: 285px;
    font-family: var(--font-heading);
    font-size: 1.15rem;
    line-height: 1.25;
}

.service-index__content small {
    margin-top: .65rem;
    color: #687181;
    font-size: .82rem;
    line-height: 1.55;
}

.service-index__item:hover small,
.service-index__item:focus-visible small,
.service-index__item:hover .service-index__number,
.service-index__item:focus-visible .service-index__number {
    color: rgba(255, 255, 255, .7);
}

.service-index__arrow {
    opacity: 0;
    transform: translate(-4px, 4px);
    transition: opacity 180ms ease, transform 180ms ease;
}

.service-index__item:hover .service-index__arrow,
.service-index__item:focus-visible .service-index__arrow {
    opacity: 1;
    transform: none;
}

.field-story {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr);
    min-height: 720px;
    background: var(--color-navy);
    color: #fff;
}

.field-story__media {
    min-height: 520px;
}

.field-story__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.field-story__content {
    align-self: center;
    max-width: 620px;
    padding: clamp(3rem, 7vw, 7rem);
}

.field-story__content h2,
.location-band h2 {
    color: #fff;
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.1;
    letter-spacing: 0;
}

.field-story__content > p:not(.section-label) {
    margin-top: 1.5rem;
    color: rgba(255, 255, 255, .72);
    line-height: 1.75;
}

.section-label--light {
    color: #ff9b5b;
}

.support-steps {
    margin: 2.25rem 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, .22);
}

.support-steps li {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 1rem;
    padding: 1.1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.support-steps li > span {
    color: #ff9b5b;
    font-size: .72rem;
    font-weight: 700;
}

.support-steps strong,
.support-steps small {
    display: block;
}

.support-steps small {
    margin-top: .25rem;
    color: rgba(255, 255, 255, .62);
    line-height: 1.45;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    color: #bc4e0b;
    font-size: .85rem;
    font-weight: 700;
    text-decoration: none;
}

.text-link:hover {
    color: var(--color-navy);
}

.text-link--light {
    color: #ff9b5b;
}

.text-link--light:hover {
    color: #fff;
}

.projects-grid,
.news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.project-feature,
.news-feature {
    min-width: 0;
    background: #fff;
    border: 1px solid #dce0e7;
}

.project-feature__media,
.news-feature__media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 3 / 2;
}

.project-feature__media img,
.news-feature__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 350ms ease;
}

.project-feature:hover img,
.news-feature:hover img {
    transform: scale(1.025);
}

.project-feature__number {
    position: absolute;
    right: 0;
    bottom: 0;
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    color: #fff;
    background: var(--color-navy);
    font-weight: 700;
}

.project-feature__body,
.news-feature__body {
    padding: 1.4rem;
}

.project-feature__meta {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .8rem;
    color: #727b89;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.project-feature h3,
.news-feature h3 {
    color: var(--color-navy);
    font-family: var(--font-heading);
    font-size: 1.25rem;
    line-height: 1.25;
}

.project-feature h3 a,
.news-feature h3 a {
    color: inherit;
}

.project-feature__body > p,
.news-feature__body > p:not(.news-feature__meta) {
    margin: .8rem 0 1.15rem;
    color: #626b79;
    font-size: .85rem;
    line-height: 1.65;
}

.evidence-section {
    background: #fff;
}

.evidence-section__grid {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr);
    align-items: center;
    gap: clamp(3rem, 9vw, 8rem);
}

.evidence-section__copy {
    margin: 1.25rem 0 2rem;
}

.publication-preview {
    border-top: 1px solid #cfd5df;
}

.publication-row {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 1.25rem;
    padding: 1rem 0;
    color: var(--color-navy);
    border-bottom: 1px solid #cfd5df;
}

.publication-row:hover strong {
    color: #bc4e0b;
}

.publication-row img {
    width: 72px;
    height: 96px;
    object-fit: cover;
    box-shadow: 0 5px 14px rgba(20, 31, 52, .12);
}

.publication-row__content {
    align-self: center;
}

.publication-row small,
.publication-row strong,
.publication-row__content > span {
    display: block;
}

.publication-row small,
.news-feature__meta {
    color: #777f8c;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
}

.publication-row strong {
    margin: .35rem 0 .65rem;
    font-family: var(--font-heading);
    font-size: 1.08rem;
    line-height: 1.3;
    transition: color 160ms ease;
}

.publication-row__content > span {
    color: #bc4e0b;
    font-size: .75rem;
    font-weight: 700;
}

.news-feature__meta {
    margin-bottom: .55rem;
}

.content-loading,
.content-empty {
    padding: 2rem;
    color: #727b89;
    background: #fff;
    border: 1px solid #dce0e7;
    text-align: center;
}

.content-loading--wide,
.content-empty {
    grid-column: 1 / -1;
}

.location-band {
    padding: 3.5rem 0;
    color: #fff;
    background: #101c33;
    border-top: 5px solid #ee6b16;
}

.location-band__inner {
    display: grid;
    grid-template-columns: minmax(280px, .8fr) minmax(320px, 1fr) auto;
    align-items: center;
    gap: clamp(2rem, 6vw, 6rem);
}

.location-band h2 {
    font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.location-band p:not(.location-band__eyebrow) {
    color: rgba(255, 255, 255, .68);
    line-height: 1.7;
}

@media (max-width: 1050px) {
    .home-hero__container {
        grid-template-columns: 1fr;
    }

    .home-hero__contact {
        max-width: 420px;
    }

    .service-index,
    .projects-grid,
    .news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .field-story {
        grid-template-columns: 1fr 1fr;
    }

    .location-band__inner {
        grid-template-columns: 1fr 1fr;
    }

    .location-band__inner .btn {
        width: fit-content;
    }
}

@media (max-width: 780px) {
    .home-hero {
        min-height: 760px;
    }

    .home-hero__overlay {
        background: rgba(10, 20, 39, .78);
    }

    .home-hero__container {
        padding-top: 8rem;
        padding-bottom: 3rem;
    }

    .home-hero__title {
        font-size: clamp(2.35rem, 11vw, 3.8rem);
        overflow-wrap: anywhere;
    }

    .help-nav__grid,
    .editorial-heading,
    .evidence-section__grid,
    .field-story,
    .location-band__inner {
        grid-template-columns: 1fr;
    }

    .help-nav__item,
    .help-nav__item:first-child {
        min-height: 86px;
        border-left: 1px solid #dce0e7;
        border-bottom: 1px solid #dce0e7;
    }

    .field-story__media {
        min-height: 420px;
    }

    .field-story__content {
        max-width: none;
        padding: 3rem var(--container-pad);
    }

    .editorial-heading--compact {
        align-items: start;
    }
}

@media (max-width: 560px) {
    .home-hero__promise {
        font-size: 1.1rem;
    }

    .home-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .home-hero__actions .btn {
        width: 100%;
        justify-content: center;
    }

    .home-hero__contact {
        padding-left: 1rem;
    }

    .service-index,
    .projects-grid,
    .news-grid {
        grid-template-columns: 1fr;
    }

    .service-index__item {
        min-height: 185px;
    }

    .field-story__media {
        min-height: 320px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .project-feature__media img,
    .news-feature__media img,
    .service-index__arrow {
        transition: none;
    }
}
