:root {
    --bhl-paper: #f6f2ea;
    --bhl-paper-deep: #ebe4d9;
    --bhl-surface: #fbf9f4;
    --bhl-ink: #292624;
    --bhl-muted: #6f6a65;
    --bhl-red: #971a24;
    --bhl-red-dark: #6f1018;
    --bhl-blue: #304353;
    --bhl-line: rgba(65, 54, 46, .18);
    --bhl-serif: Georgia, "Times New Roman", serif;
    --bhl-sans: Inter, "Helvetica Neue", Arial, sans-serif;
    --bhl-page: 1440px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.services-bhl {
    margin: 0;
    color: var(--bhl-ink);
    background: var(--bhl-paper);
    font-family: var(--bhl-sans);
    overflow-x: hidden;
}

.services-bhl img {
    max-width: 100%;
}

.services-bhl a,
.services-bhl button,
.services-bhl input,
.services-bhl select {
    font: inherit;
}

.services-bhl a {
    color: inherit;
}

.services-bhl .bhl-icon-library {
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
}

.services-bhl svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.services-bhl .bhl-ui-icon {
    width: 1.15rem;
    height: 1.15rem;
    display: block;
}

.services-bhl .site-header {
    width: 100%;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(247, 243, 235, .96) !important;
    background-color: rgba(247, 243, 235, .96) !important;
    border-bottom: 1px solid rgba(151, 26, 36, .5);
    box-shadow: none;
    backdrop-filter: blur(18px);
}

.services-bhl .site-nav {
    width: min(100%, var(--bhl-page));
    min-height: 108px;
    margin: 0 auto;
    padding: 0 clamp(2rem, 4vw, 4.5rem);
    display: grid;
    grid-template-columns: 150px 1fr auto auto;
    gap: 2rem;
    align-items: center;
}

.services-bhl .logo {
    width: 124px;
    height: 74px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.services-bhl .logo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.services-bhl .nav-links {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: clamp(1.7rem, 2.8vw, 3.25rem);
    list-style: none;
}

.services-bhl .nav-links a {
    position: relative;
    color: var(--bhl-ink);
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-decoration: none;
    text-transform: uppercase;
}

.services-bhl .nav-links a::after {
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    bottom: -.75rem;
    left: 0;
    background: var(--bhl-red);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease;
}

.services-bhl .nav-links a:hover::after,
.services-bhl .nav-links a[aria-current="page"]::after {
    transform: scaleX(1);
}

.services-bhl .nav-links a[aria-current="page"] {
    color: var(--bhl-red);
}

.services-bhl .bhl-header-action {
    min-height: 44px;
    padding: 0 1.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bhl-red);
    white-space: nowrap;
    background: transparent;
    border: 1px solid rgba(151, 26, 36, .6);
    border-radius: 2px;
    box-shadow: none;
    font-size: .57rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.services-bhl .bhl-header-action:hover {
    color: #fff;
    background: var(--bhl-red);
    border-color: var(--bhl-red);
    transform: translateY(-1px);
}

.services-bhl .mobile-menu {
    width: 44px;
    height: 44px;
    padding: 0;
    display: none;
    place-items: center;
    color: var(--bhl-red);
    background: transparent;
    border: 1px solid var(--bhl-line);
    border-radius: 0;
    cursor: pointer;
}

.services-bhl main {
    width: 100%;
}

.services-bhl .services-hero {
    min-height: calc(100vh - 108px);
    padding: clamp(4rem, 7vw, 7.5rem) max(3rem, calc((100vw - var(--bhl-page)) / 2 + 4.5rem));
    display: grid;
    grid-template-columns: minmax(420px, .82fr) minmax(0, 1.18fr);
    gap: clamp(3.5rem, 7vw, 8rem);
    align-items: center;
    background:
        radial-gradient(circle at 13% 22%, rgba(151, 26, 36, .045), transparent 22%),
        var(--bhl-paper);
}

.services-bhl .section-eyebrow {
    margin: 0 0 1.65rem;
    display: flex;
    align-items: center;
    gap: .75rem;
    color: var(--bhl-red);
    font-size: .64rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.services-bhl .section-eyebrow span {
    width: 38px;
    height: 1px;
    display: inline-block;
    background: currentColor;
}

.services-bhl .services-hero-copy h1 {
    max-width: 720px;
    margin: 0;
    color: var(--bhl-ink);
    font-family: var(--bhl-serif);
    font-size: clamp(4.2rem, 6.4vw, 7.8rem);
    font-weight: 400;
    letter-spacing: -.055em;
    line-height: .88;
}

.services-bhl .services-hero-copy h1 em {
    color: var(--bhl-red);
    font-style: normal;
}

.services-bhl .services-hero-lead {
    max-width: 650px;
    margin: 2.2rem 0 0;
    color: var(--bhl-muted);
    font-family: var(--bhl-serif);
    font-size: clamp(1.18rem, 1.45vw, 1.45rem);
    line-height: 1.65;
}

.services-bhl .services-hero-actions {
    margin-top: 2.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem 2rem;
    align-items: center;
}

.services-bhl .bhl-primary-action {
    min-height: 52px;
    padding: 0 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .85rem;
    color: #fff;
    background: var(--bhl-red);
    border: 1px solid var(--bhl-red);
    border-radius: 2px;
    box-shadow: 0 10px 26px rgba(111, 16, 24, .14);
    font-size: .59rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .22s ease, box-shadow .22s ease, transform .22s ease;
}

.services-bhl .bhl-primary-action .bhl-ui-icon {
    width: 1rem;
    height: 1rem;
}

.services-bhl .bhl-primary-action:hover {
    background: var(--bhl-red-dark);
    box-shadow: 0 14px 30px rgba(111, 16, 24, .19);
    transform: translateY(-2px);
}

.services-bhl .text-link {
    padding: .7rem 0 .35rem;
    color: var(--bhl-ink);
    border-bottom: 1px solid currentColor;
    font-family: var(--bhl-serif);
    font-size: 1rem;
    text-decoration: none;
}

.services-bhl .hero-principles {
    margin: clamp(3.5rem, 5vw, 5.5rem) 0 0;
    padding: 1.2rem 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    border-top: 1px solid var(--bhl-line);
}

.services-bhl .hero-principles div {
    min-width: 0;
}

.services-bhl .hero-principles dt {
    color: var(--bhl-red);
    font-size: .56rem;
    font-weight: 800;
    letter-spacing: .14em;
}

.services-bhl .hero-principles dd {
    margin: .55rem 0 0;
    color: var(--bhl-muted);
    font-family: var(--bhl-serif);
    font-size: .92rem;
    line-height: 1.35;
}

.services-bhl .services-hero-visual {
    min-width: 0;
    min-height: 680px;
    margin: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(100, 71, 47, .26);
    box-shadow: 0 34px 80px rgba(71, 50, 36, .17);
}

.services-bhl .services-hero-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 58%, rgba(39, 27, 21, .28));
    pointer-events: none;
}

.services-bhl .services-hero-visual > img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    display: block;
    object-fit: cover;
    object-position: center;
    filter: saturate(.82) contrast(1.02);
    transition: transform 1.2s cubic-bezier(.2, .7, .2, 1);
}

.services-bhl .services-hero-visual:hover > img {
    transform: scale(1.018);
}

.services-bhl .services-hero-visual figcaption {
    position: absolute;
    right: 1.5rem;
    bottom: 1.25rem;
    left: 1.5rem;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: .8rem;
    color: rgba(255, 255, 255, .92);
    font-size: .55rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.services-bhl .services-hero-visual figcaption i {
    height: 1px;
    flex: 1;
    background: rgba(255, 255, 255, .48);
}

.services-bhl .hero-archive-note {
    min-width: 164px;
    padding: 1.15rem 1.25rem;
    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
    z-index: 2;
    color: var(--bhl-ink);
    background: rgba(248, 244, 237, .9);
    border: 1px solid rgba(151, 26, 36, .32);
    backdrop-filter: blur(8px);
}

.services-bhl .hero-archive-note small,
.services-bhl .hero-archive-note strong {
    display: block;
}

.services-bhl .hero-archive-note small {
    color: var(--bhl-red);
    font-size: .52rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.services-bhl .hero-archive-note strong {
    margin-top: .45rem;
    font-family: var(--bhl-serif);
    font-size: 1.16rem;
    font-weight: 400;
}

.services-bhl .service-index {
    width: 100%;
    padding: 0 max(3rem, calc((100vw - var(--bhl-page)) / 2 + 4.5rem));
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    background: #eee8df;
    border-top: 1px solid var(--bhl-line);
    border-bottom: 1px solid var(--bhl-line);
}

.services-bhl .service-index a {
    min-height: 94px;
    padding: 1.15rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .5rem;
    color: var(--bhl-ink);
    border-left: 1px solid var(--bhl-line);
    font-family: var(--bhl-serif);
    font-size: .88rem;
    line-height: 1.25;
    text-decoration: none;
    transition: color .2s ease, background .2s ease;
}

.services-bhl .service-index a:last-child {
    border-right: 1px solid var(--bhl-line);
}

.services-bhl .service-index a:hover {
    color: var(--bhl-red);
    background: rgba(255, 255, 255, .42);
}

.services-bhl .service-index span {
    color: var(--bhl-red);
    font-family: var(--bhl-sans);
    font-size: .52rem;
    font-weight: 800;
    letter-spacing: .15em;
}

.services-bhl .service-suite {
    padding: clamp(7rem, 10vw, 11rem) max(3rem, calc((100vw - var(--bhl-page)) / 2 + 4.5rem));
    background: var(--bhl-surface);
}

.services-bhl .suite-intro {
    max-width: 980px;
    margin: 0 auto clamp(6rem, 9vw, 10rem);
    text-align: center;
}

.services-bhl .suite-intro .section-eyebrow {
    justify-content: center;
}

.services-bhl .suite-intro h2,
.services-bhl .scope-note h2,
.services-bhl .calculator-intro h2 {
    margin: 0;
    font-family: var(--bhl-serif);
    font-size: clamp(3rem, 5vw, 5.6rem);
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: .98;
}

.services-bhl .suite-intro > p:last-child {
    max-width: 760px;
    margin: 2rem auto 0;
    color: var(--bhl-muted);
    font-family: var(--bhl-serif);
    font-size: 1.16rem;
    line-height: 1.72;
}

.services-bhl .service-article {
    max-width: var(--bhl-page);
    margin: 0 auto;
    padding: clamp(5rem, 8vw, 8rem) 0;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr);
    gap: clamp(4rem, 8vw, 9rem);
    align-items: center;
    scroll-margin-top: 126px;
    border-top: 1px solid var(--bhl-line);
}

.services-bhl .service-article:nth-of-type(even) {
    grid-template-columns: minmax(400px, .92fr) minmax(0, 1.08fr);
}

.services-bhl .service-article:nth-of-type(even) .service-visual {
    order: 2;
}

.services-bhl .service-visual {
    min-width: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 2;
    background: #d8d0c5;
    box-shadow: 0 30px 70px rgba(54, 42, 33, .13);
}

.services-bhl .service-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 62%, rgba(29, 25, 23, .42));
    pointer-events: none;
}

.services-bhl .service-visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: saturate(.82) contrast(1.02);
    transition: transform .8s cubic-bezier(.2, .7, .2, 1), filter .8s ease;
}

.services-bhl .service-article:hover .service-visual img {
    transform: scale(1.022);
    filter: saturate(.9) contrast(1.02);
}

.services-bhl .service-visual figcaption {
    position: absolute;
    right: 1.25rem;
    bottom: 1rem;
    left: 1.25rem;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: end;
    color: rgba(255, 255, 255, .94);
}

.services-bhl .service-visual figcaption span {
    font-size: .56rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.services-bhl .service-visual figcaption strong {
    font-family: var(--bhl-serif);
    font-size: 2.2rem;
    font-weight: 400;
}

.services-bhl .service-copy {
    min-width: 0;
}

.services-bhl .service-heading {
    margin-bottom: 1.55rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--bhl-red);
}

.services-bhl .service-heading p {
    margin: 0;
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.services-bhl .service-icon {
    width: 1.55rem;
    height: 1.55rem;
}

.services-bhl .service-copy h3 {
    max-width: 660px;
    margin: 0;
    font-family: var(--bhl-serif);
    font-size: clamp(2.5rem, 3.6vw, 4.3rem);
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: 1;
}

.services-bhl .service-lead {
    margin: 1.7rem 0 0;
    color: var(--bhl-blue);
    font-family: var(--bhl-serif);
    font-size: 1.18rem;
    line-height: 1.62;
}

.services-bhl .service-copy > p:not(.service-lead) {
    margin: 1rem 0 0;
    color: var(--bhl-muted);
    font-size: .94rem;
    line-height: 1.75;
}

.services-bhl .service-features {
    margin: 1.9rem 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--bhl-line);
}

.services-bhl .service-features li {
    padding: .78rem 0;
    display: grid;
    grid-template-columns: 17px 1fr;
    gap: .75rem;
    align-items: start;
    color: #4f4b47;
    border-bottom: 1px solid var(--bhl-line);
    font-size: .82rem;
    line-height: 1.45;
}

.services-bhl .service-features svg {
    width: 15px;
    height: 15px;
    margin-top: .08rem;
    color: var(--bhl-red);
}

.services-bhl .bhl-service-action {
    min-height: 46px;
    margin-top: 1.9rem;
    padding: 0 0 0 1rem;
    display: inline-grid;
    grid-template-columns: minmax(0, auto) 42px;
    align-items: center;
    gap: 1rem;
    color: var(--bhl-ink);
    background: rgba(255, 255, 255, .54);
    border: 1px solid var(--bhl-line);
    border-left: 3px solid var(--bhl-red);
    border-radius: 2px;
    box-shadow: 0 8px 20px rgba(49, 38, 31, .05);
    font-size: .58rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.services-bhl .bhl-service-action svg {
    width: 42px;
    height: 44px;
    padding: 13px;
    color: var(--bhl-red);
    border-left: 1px solid var(--bhl-line);
    transition: color .22s ease, border-color .22s ease, transform .22s ease;
}

.services-bhl .bhl-service-action:hover {
    color: #fff;
    background: var(--bhl-red);
    border-color: var(--bhl-red);
    box-shadow: 0 12px 26px rgba(111, 16, 24, .15);
    transform: translateY(-2px);
}

.services-bhl .bhl-service-action:hover svg {
    color: #fff;
    border-left-color: rgba(255, 255, 255, .32);
    transform: translateX(2px);
}

.services-bhl .scope-note {
    padding: clamp(5rem, 8vw, 8rem) max(3rem, calc((100vw - var(--bhl-page)) / 2 + 4.5rem));
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr);
    gap: clamp(3rem, 8vw, 9rem);
    align-items: end;
    color: #f5f1e9;
    background: var(--bhl-blue);
}

.services-bhl .scope-note .section-eyebrow {
    color: #d9a7aa;
}

.services-bhl .scope-note > p {
    margin: 0;
    color: rgba(245, 241, 233, .76);
    font-family: var(--bhl-serif);
    font-size: 1.18rem;
    line-height: 1.75;
}

.services-bhl .calculator-section {
    padding: clamp(7rem, 10vw, 10rem) max(3rem, calc((100vw - var(--bhl-page)) / 2 + 4.5rem));
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(480px, 1.18fr);
    gap: clamp(4rem, 9vw, 10rem);
    align-items: start;
    color: var(--bhl-ink);
    background: #e9e1d6;
}

.services-bhl .calculator-icon {
    width: 2.6rem;
    height: 2.6rem;
    margin-bottom: 2rem;
    color: var(--bhl-red);
}

.services-bhl .calculator-intro > p:last-child {
    max-width: 610px;
    margin: 1.8rem 0 0;
    color: var(--bhl-muted);
    font-family: var(--bhl-serif);
    font-size: 1.08rem;
    line-height: 1.72;
}

.services-bhl .calculator-container {
    padding: clamp(1.6rem, 3vw, 3rem);
    background: rgba(250, 248, 243, .86);
    border: 1px solid rgba(75, 61, 49, .2);
    box-shadow: 0 26px 70px rgba(69, 51, 39, .1);
}

.services-bhl .calculator-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

.services-bhl .form-group {
    margin: 0;
}

.services-bhl .form-group:first-child {
    grid-column: 1 / -1;
}

.services-bhl .form-group label {
    margin-bottom: .55rem;
    display: block;
    color: var(--bhl-ink);
    font-size: .59rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.services-bhl .form-group input,
.services-bhl .form-group select {
    width: 100%;
    min-height: 56px;
    padding: 0 1rem;
    color: var(--bhl-ink);
    background: rgba(255, 255, 255, .65);
    border: 1px solid var(--bhl-line);
    border-radius: 0;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.services-bhl .form-group input:focus,
.services-bhl .form-group select:focus {
    border-color: var(--bhl-red);
    box-shadow: 0 0 0 3px rgba(151, 26, 36, .08);
}

.services-bhl .bhl-calculator-action {
    min-height: 54px;
    padding: 0 1.35rem;
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #fff;
    background: var(--bhl-red);
    border: 1px solid var(--bhl-red);
    border-radius: 2px;
    box-shadow: 0 10px 24px rgba(111, 16, 24, .12);
    font-size: .59rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .22s ease, box-shadow .22s ease, transform .22s ease;
}

.services-bhl .bhl-calculator-action svg {
    width: 1.1rem;
    height: 1.1rem;
}

.services-bhl .bhl-calculator-action:hover {
    background: var(--bhl-red-dark);
    box-shadow: 0 14px 30px rgba(111, 16, 24, .17);
    transform: translateY(-2px);
}

.services-bhl .bhl-header-action:focus-visible,
.services-bhl .bhl-primary-action:focus-visible,
.services-bhl .bhl-service-action:focus-visible,
.services-bhl .bhl-calculator-action:focus-visible,
.services-bhl .text-link:focus-visible,
.services-bhl .mobile-menu:focus-visible {
    outline: 2px solid var(--bhl-red);
    outline-offset: 3px;
}

.services-bhl .result {
    margin: .25rem 0 0;
    padding: 1.5rem;
    grid-column: 1 / -1;
    display: none;
    color: var(--bhl-ink);
    background: #f6f2ea;
    border: 1px solid var(--bhl-line);
    border-left: 3px solid var(--bhl-red);
    border-radius: 0;
    text-align: left;
}

.services-bhl .result.show {
    display: block;
}

.services-bhl .result h3 {
    margin: 0 0 1rem;
    font-family: var(--bhl-serif);
    font-size: 1.55rem;
    font-weight: 400;
}

.services-bhl .result p {
    margin: 0;
    padding: .7rem 0;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: var(--bhl-muted);
    border-top: 1px solid var(--bhl-line);
    font-size: .82rem;
}

.services-bhl .result p strong {
    color: var(--bhl-ink);
}

.services-bhl .result .result-total {
    color: var(--bhl-red);
}

.services-bhl .result .result-total strong {
    color: var(--bhl-red);
    font-size: 1rem;
}

.services-bhl .result small {
    margin-top: 1rem;
    display: block;
    color: var(--bhl-muted);
    font-size: .7rem;
    line-height: 1.55;
}

.services-bhl .site-footer {
    padding: clamp(5rem, 8vw, 8rem) max(3rem, calc((100vw - var(--bhl-page)) / 2 + 4.5rem)) 2rem;
    display: grid;
    grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr);
    gap: clamp(4rem, 8vw, 9rem);
    color: rgba(246, 242, 234, .78);
    background: #252b2f;
}

.services-bhl .footer-brand img {
    width: 132px;
    height: 82px;
    display: block;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: .94;
}

.services-bhl .footer-brand p {
    max-width: 330px;
    margin: 1.3rem 0 0;
    font-family: var(--bhl-serif);
    font-size: 1rem;
    line-height: 1.65;
}

.services-bhl .footer-content {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2.2rem;
}

.services-bhl .footer-section h3 {
    margin: 0 0 1.2rem;
    color: #fff;
    font-size: .59rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.services-bhl .footer-section a {
    margin: .68rem 0 0;
    display: block;
    color: rgba(246, 242, 234, .66);
    font-size: .73rem;
    line-height: 1.35;
    text-decoration: none;
}

.services-bhl .footer-section a:hover {
    color: #fff;
}

.services-bhl .footer-bottom {
    padding-top: 1.6rem;
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: rgba(246, 242, 234, .48);
    border-top: 1px solid rgba(255, 255, 255, .12);
    font-size: .64rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.services-bhl .footer-bottom p {
    margin: 0;
}

.services-bhl .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .8s ease, transform .8s cubic-bezier(.2, .7, .2, 1);
}

.services-bhl .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1180px) {
    .services-bhl .site-nav {
        grid-template-columns: 120px 1fr auto;
        gap: 1.5rem;
    }

    .services-bhl .nav-links {
        gap: 1.6rem;
    }

    .services-bhl .services-hero {
        min-height: 0;
        grid-template-columns: 1fr;
    }

    .services-bhl .services-hero-copy {
        max-width: 880px;
    }

    .services-bhl .services-hero-visual {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .services-bhl .service-index {
        grid-template-columns: repeat(3, 1fr);
    }

    .services-bhl .service-index a:nth-child(3),
    .services-bhl .service-index a:nth-child(6) {
        border-right: 1px solid var(--bhl-line);
    }

    .services-bhl .service-index a:nth-child(n+4) {
        border-top: 1px solid var(--bhl-line);
    }

    .services-bhl .service-article,
    .services-bhl .service-article:nth-of-type(even) {
        grid-template-columns: minmax(0, 1.03fr) minmax(360px, .97fr);
        gap: 3.5rem;
    }

    .services-bhl .calculator-section {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .services-bhl .site-nav {
        min-height: 84px;
        grid-template-columns: 110px 1fr auto;
    }

    .services-bhl .logo {
        width: 104px;
        height: 62px;
    }

    .services-bhl .nav-links {
        padding: 1.5rem 2rem 2rem;
        position: absolute;
        top: 84px;
        right: 0;
        left: 0;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.35rem;
        background: rgba(247, 243, 235, .99);
        border-bottom: 1px solid var(--bhl-line);
        box-shadow: 0 22px 44px rgba(49, 38, 31, .1);
    }

    .services-bhl .nav-links.is-open {
        display: flex;
    }

    .services-bhl .bhl-header-action {
        justify-self: end;
    }

    .services-bhl .mobile-menu {
        display: grid;
    }

    .services-bhl .services-hero,
    .services-bhl .service-suite,
    .services-bhl .scope-note,
    .services-bhl .calculator-section,
    .services-bhl .site-footer {
        padding-right: clamp(1.5rem, 5vw, 3rem);
        padding-left: clamp(1.5rem, 5vw, 3rem);
    }

    .services-bhl .service-index {
        padding-right: clamp(1.5rem, 5vw, 3rem);
        padding-left: clamp(1.5rem, 5vw, 3rem);
    }

    .services-bhl .service-article,
    .services-bhl .service-article:nth-of-type(even) {
        grid-template-columns: 1fr;
    }

    .services-bhl .service-article:nth-of-type(even) .service-visual {
        order: 0;
    }

    .services-bhl .service-copy {
        max-width: 720px;
    }

    .services-bhl .scope-note {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .services-bhl .site-footer {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .services-bhl .site-nav {
        min-height: 76px;
        padding: 0 1rem;
        grid-template-columns: 88px 1fr auto;
        gap: .75rem;
    }

    .services-bhl .logo {
        width: 86px;
        height: 54px;
    }

    .services-bhl .nav-links {
        top: 76px;
        padding: 1.4rem 1.25rem 1.8rem;
    }

    .services-bhl .bhl-header-action {
        width: 110px;
        min-height: 42px;
        padding: 0 .4rem;
        font-size: .53rem;
        letter-spacing: .09em;
    }

    .services-bhl .mobile-menu {
        width: 40px;
        height: 40px;
    }

    .services-bhl .services-hero {
        padding-top: 4.2rem;
        padding-bottom: 4.8rem;
        gap: 3.5rem;
    }

    .services-bhl .services-hero-copy h1 {
        font-size: clamp(3.3rem, 16vw, 4.6rem);
        line-height: .92;
    }

    .services-bhl .services-hero-lead {
        font-size: 1.06rem;
    }

    .services-bhl .services-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .services-bhl .bhl-primary-action {
        width: 100%;
    }

    .services-bhl .text-link {
        align-self: flex-start;
    }

    .services-bhl .bhl-service-action {
        width: 100%;
        grid-template-columns: minmax(0, 1fr) 42px;
    }

    .services-bhl .hero-principles {
        grid-template-columns: 1fr;
    }

    .services-bhl .hero-principles div {
        padding-bottom: .8rem;
        display: grid;
        grid-template-columns: 36px 1fr;
        align-items: center;
        border-bottom: 1px solid var(--bhl-line);
    }

    .services-bhl .hero-principles dd {
        margin: 0;
    }

    .services-bhl .services-hero-visual {
        aspect-ratio: 4 / 5;
    }

    .services-bhl .services-hero-visual > img {
        object-position: 68% center;
    }

    .services-bhl .hero-archive-note {
        top: .9rem;
        left: .9rem;
    }

    .services-bhl .services-hero-visual figcaption {
        right: .9rem;
        bottom: .9rem;
        left: .9rem;
    }

    .services-bhl .service-index {
        padding: 0;
        grid-template-columns: repeat(2, 1fr);
    }

    .services-bhl .service-index a,
    .services-bhl .service-index a:last-child {
        min-height: 84px;
        border-right: 0;
        border-left: 1px solid var(--bhl-line);
        border-bottom: 1px solid var(--bhl-line);
    }

    .services-bhl .service-index a:nth-child(even) {
        border-right: 1px solid var(--bhl-line);
    }

    .services-bhl .service-suite {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .services-bhl .suite-intro {
        margin-bottom: 4.5rem;
        text-align: left;
    }

    .services-bhl .suite-intro .section-eyebrow {
        justify-content: flex-start;
    }

    .services-bhl .suite-intro h2,
    .services-bhl .scope-note h2,
    .services-bhl .calculator-intro h2 {
        font-size: clamp(2.7rem, 13vw, 3.8rem);
    }

    .services-bhl .suite-intro > p:last-child {
        margin-right: 0;
        margin-left: 0;
        font-size: 1.02rem;
    }

    .services-bhl .service-article,
    .services-bhl .service-article:nth-of-type(even) {
        padding: 4.5rem 0;
        gap: 2.6rem;
        scroll-margin-top: 90px;
    }

    .services-bhl .service-copy h3 {
        font-size: clamp(2.45rem, 12vw, 3.4rem);
    }

    .services-bhl .service-lead {
        font-size: 1.06rem;
    }

    .services-bhl .service-visual {
        aspect-ratio: 4 / 3;
    }

    .services-bhl .service-visual img {
        object-position: center;
    }

    .services-bhl .scope-note,
    .services-bhl .calculator-section {
        padding-top: 5.5rem;
        padding-bottom: 5.5rem;
    }

    .services-bhl .scope-note > p {
        font-size: 1.04rem;
    }

    .services-bhl .calculator-form {
        grid-template-columns: 1fr;
    }

    .services-bhl .form-group,
    .services-bhl .form-group:first-child,
    .services-bhl .bhl-calculator-action,
    .services-bhl .result {
        grid-column: 1;
    }

    .services-bhl .calculator-container {
        padding: 1.15rem;
    }

    .services-bhl .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-bhl .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        line-height: 1.5;
    }
}

@media (max-width: 390px) {
    .services-bhl .bhl-header-action {
        max-width: 110px;
        text-align: center;
        line-height: 1.25;
    }

    .services-bhl .services-hero,
    .services-bhl .service-suite,
    .services-bhl .scope-note,
    .services-bhl .calculator-section,
    .services-bhl .site-footer {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .services-bhl .service-index a {
        padding-right: .75rem;
        padding-left: .75rem;
        font-size: .8rem;
    }

    .services-bhl .footer-content {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .services-bhl *,
    .services-bhl *::before,
    .services-bhl *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }

    .services-bhl .reveal {
        opacity: 1;
        transform: none;
    }
}
