.services-page-main {
    --services-floating-safe-space: clamp(3.4rem, 7vw, 5.2rem);
    background: linear-gradient(180deg, #f5efe5 0%, #fbf8f1 34%, #f3eadf 100%);
    color: #171412;
}

.services-page .lab-header {
    background: linear-gradient(180deg, rgba(4, 4, 6, 0.97) 0%, rgba(4, 4, 6, 0.88) 64%, rgba(4, 4, 6, 0.62) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.services-hero {
    position: relative;
    min-height: clamp(34rem, 86vh, 46rem);
    color: #fffaf2;
    background: #0a0b0d;
    overflow: hidden;
}

.services-hero__media,
.services-hero__media img,
.services-hero__shade {
    position: absolute;
    inset: 0;
}

.services-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
    opacity: 1;
    filter: saturate(1.22) brightness(1.04) contrast(1.08);
}

.services-hero__shade {
    background:
        linear-gradient(180deg, rgba(7, 8, 10, 0.46) 0%, rgba(7, 8, 10, 0.28) 34%, rgba(7, 8, 10, 0.58) 100%),
        radial-gradient(circle at 50% 18%, rgba(var(--dp-color-gold-rgb), 0.07), rgba(var(--dp-color-gold-rgb), 0) 38%),
        linear-gradient(90deg, rgba(4, 5, 7, 0.28), rgba(4, 5, 7, 0.08) 46%, rgba(4, 5, 7, 0.28));
}

.services-hero__shell,
.services-directory__shell,
.services-core__shell,
.services-editorial__shell,
.services-local__shell,
.services-flow__shell,
.services-faq__shell {
    display: grid;
    gap: 1.8rem;
}

.services-hero__shell {
    position: relative;
    z-index: 1;
    min-height: inherit;
    align-content: end;
    justify-items: center;
    gap: 1.4rem;
    --services-hero-pad-top: calc(var(--lab-header-offset) + 1.35rem);
    --services-hero-pad-bottom: 2.2rem;
    padding-top: var(--services-hero-pad-top);
    padding-bottom: var(--services-hero-pad-bottom);
}

.services-hero__intro {
    display: grid;
    gap: 0.9rem;
    max-width: 26rem;
    align-self: end;
}

.services-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    color: rgba(255, 250, 242, 0.74);
    font-size: 0.75rem;
    text-transform: uppercase;
}

.services-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.services-breadcrumb span {
    color: #f5d792;
}

.services-breadcrumb a:hover,
.services-breadcrumb a:focus-visible {
    color: #ffffff;
}

.services-kicker {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    width: fit-content;
    margin-inline: auto;
    color: #e3d3a9;
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.services-kicker::before {
    content: "";
    width: 2rem;
    height: 1px;
    background: currentColor;
}

.services-kicker--dark {
    color: #6f5433;
}

.services-hero h1,
.services-hero__feature h1,
.services-hero__feature h2,
.services-section__head h2,
.services-lane-card h3,
.services-editorial__copy h3,
.services-editorial__card-copy h3,
.services-private__intro h2,
.services-private-card h3,
.services-flow__item h3,
.services-local-card h3,
.services-faq__cta h3 {
    margin: 0;
    font-family: var(--lab-font-display);
    font-weight: 700;
    letter-spacing: 0;
}

.services-hero h1 {
    max-width: 7.2ch;
    font-size: clamp(3.15rem, 4.6vw, 4.75rem);
    line-height: 0.9;
    text-wrap: pretty;
}

.services-hero__lead,
.services-section__head p,
.services-lane-card p,
.services-editorial__copy p,
.services-editorial__card-copy p,
.services-private__intro p,
.services-private-card p,
.services-flow__item p,
.services-local-card p,
.services-faq__item p,
.services-faq__cta p {
    margin: 0;
    line-height: 1.62;
    font-weight: 500;
}

.services-hero__lead {
    max-width: 23rem;
    color: rgba(255, 250, 242, 0.84);
    font-size: 0.96rem;
    line-height: 1.58;
}

.services-hero__feature-actions,
.services-lane-card__actions,
.services-faq__cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.services-button,
.services-lane-card__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0 1.2rem;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1;
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.services-button--primary {
    background: linear-gradient(135deg, var(--lab-accent-soft), var(--lab-accent));
    color: #101010;
    box-shadow: 0 14px 28px rgba(35, 29, 18, 0.18);
}

.services-button--ghost {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.22);
    color: #fffaf2;
    backdrop-filter: blur(10px);
}

.services-button:hover,
.services-button:focus-visible,
.services-lane-card__actions a:hover,
.services-lane-card__actions a:focus-visible,
.services-local-card:hover,
.services-local-card:focus-visible {
    transform: translateY(-1px);
}

.services-hero__planner {
    display: grid;
    gap: 0.7rem;
    width: 100%;
    max-width: 78rem;
    justify-self: stretch;
}

@media (min-width: 1025px) {
    .services-hero {
        min-height: clamp(34rem, 88vh, 40rem);
    }

    .services-hero__media img {
        object-position: center 48%;
    }

    .services-hero__shell {
        align-content: end;
        gap: clamp(0.9rem, 1.8vh, 1.4rem);
        --services-hero-pad-top: calc(var(--lab-header-offset) + 0.75rem);
        --services-hero-pad-bottom: clamp(1.2rem, 3.2vh, 2rem);
        padding-top: var(--services-hero-pad-top);
        padding-bottom: var(--services-hero-pad-bottom);
    }

    .services-hero__planner {
        align-self: stretch;
        min-height: calc(100svh - var(--services-hero-pad-top) - var(--services-hero-pad-bottom));
        grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
        align-content: stretch;
        max-width: none;
    }

    .services-hero__selector {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.25rem 1.4rem;
        width: min(100%, 72rem);
        min-height: 100%;
        align-content: center;
        align-self: stretch;
        justify-self: center;
    }

    .services-lane-orb {
        gap: 1rem;
        align-content: center;
    }

    .services-lane-orb__media {
        width: clamp(10.25rem, 11vw, 11.5rem);
    }

    .services-lane-orb__label {
        font-size: 1.14rem;
    }

    .services-lane-orb__meta {
        font-size: 0.76rem;
    }

    .services-hero__feature {
        align-self: stretch;
        min-height: 100%;
        height: 100%;
    }
}

@media (min-width: 1500px) and (min-height: 860px) {
    .services-hero {
        min-height: 100svh;
    }

    .services-hero__shell {
        gap: 0.95rem;
        --services-hero-pad-top: calc(var(--lab-header-offset) + 0.85rem);
        --services-hero-pad-bottom: 1rem;
        padding-top: var(--services-hero-pad-top);
        padding-bottom: var(--services-hero-pad-bottom);
    }

    .services-hero__planner {
        gap: 0.95rem;
    }

    .services-hero__selector {
        gap: 1.15rem 1.35rem;
        width: min(100%, 74rem);
    }

    .services-lane-orb__media {
        width: clamp(10.5rem, 8vw, 11.75rem);
    }

    .services-lane-orb__label {
        font-size: 1.08rem;
    }

    .services-lane-orb__meta {
        font-size: 0.72rem;
    }

    .services-hero__feature {
        min-height: 100%;
        gap: 1rem 1.3rem;
        padding: 1.2rem 1.25rem;
        grid-template-columns: minmax(0, 1.18fr) minmax(15.8rem, 16.9rem);
        width: min(100%, 74rem);
        justify-self: center;
    }

    .services-hero__feature h1,
    .services-hero__feature h2 {
        font-size: clamp(2.45rem, 3vw, 3.35rem);
    }

    .services-hero__feature p {
        max-width: 37rem;
        font-size: 0.9rem;
        line-height: 1.44;
    }

    .services-hero__feature-list li {
        min-height: 1.85rem;
        padding: 0.42rem 0.68rem;
        font-size: 0.69rem;
    }

    .services-hero__feature-actions,
    .services-hero__note {
        width: min(100%, 16rem);
        max-width: 16rem;
    }

    .services-hero__feature-actions .services-button {
        min-height: 3rem;
        font-size: 0.84rem;
    }
}

.services-hero__selector {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
    width: 100%;
    align-items: start;
}

@media (min-width: 641px) {
    .services-hero__selector {
        padding-right: var(--services-floating-safe-space);
    }
}

.services-lane-orb {
    appearance: none;
    display: grid;
    gap: 0.6rem;
    justify-items: center;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fffaf2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.services-lane-orb__media {
    position: relative;
    width: clamp(5.75rem, 9vw, 7.35rem);
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.18);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.services-lane-orb__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 9, 11, 0.02) 0%, rgba(8, 9, 11, 0.16) 100%);
}

.services-lane-orb__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(1.16) brightness(1.06) contrast(1.07);
}

.services-lane-orb__label,
.services-lane-orb__meta {
    display: grid;
    width: 100%;
    justify-items: center;
}

.services-lane-orb__label {
    font-size: 0.85rem;
    font-weight: 800;
    line-height: 1.08;
}

.services-lane-orb__meta {
    color: rgba(255, 250, 242, 0.72);
    font-size: 0.66rem;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 1025px) {
    .services-hero__selector {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.25rem 1.4rem;
        width: min(100%, 72rem);
        justify-self: center;
    }

    .services-lane-orb {
        gap: 1rem;
    }

    .services-lane-orb__media {
        width: clamp(10.25rem, 11vw, 11.5rem);
    }

    .services-lane-orb__label {
        font-size: 1.14rem;
    }

    .services-lane-orb__meta {
        font-size: 0.76rem;
    }
}

@media (min-width: 1500px) and (min-height: 860px) {
    .services-hero__selector {
        gap: 1.15rem 1.35rem;
        width: min(100%, 74rem);
    }

    .services-lane-orb__media {
        width: clamp(10.5rem, 8vw, 11.75rem);
    }
}

.services-lane-orb.is-active .services-lane-orb__media,
.services-lane-orb:hover .services-lane-orb__media,
.services-lane-orb:focus-visible .services-lane-orb__media {
    transform: translateY(-2px) scale(1.02);
    border-color: rgba(227, 211, 169, 0.8);
    box-shadow: 0 26px 48px rgba(0, 0, 0, 0.26);
}

.services-lane-orb:focus-visible {
    outline: none;
}

.services-lane-orb.is-active .services-lane-orb__label {
    color: #f4e5bd;
}

.services-hero__feature {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(15.5rem, 17.25rem);
    gap: 1.15rem 1.6rem;
    align-items: stretch;
    width: 100%;
    min-height: clamp(19rem, 22vw, 22rem);
    padding: 1.4rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.06) 100%),
        rgba(8, 9, 11, 0.36);
    backdrop-filter: blur(14px);
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.16);
}

.services-hero__feature.is-service-updating {
    animation: services-panel-response 560ms ease;
}

@keyframes services-panel-response {
    0% {
        transform: translateY(0);
        box-shadow: 0 22px 42px rgba(0, 0, 0, 0.16);
    }

    35% {
        transform: translateY(-0.26rem);
        box-shadow:
            0 28px 56px rgba(0, 0, 0, 0.22),
            0 0 0 1px rgba(var(--dp-color-gold-rgb), 0.18);
    }

    100% {
        transform: translateY(0);
        box-shadow: 0 22px 42px rgba(0, 0, 0, 0.16);
    }
}

.services-hero__feature-main {
    display: grid;
    grid-template-rows: auto auto;
    gap: 1.1rem;
    align-content: space-between;
    min-height: 100%;
}

.services-hero__feature-copy {
    display: grid;
    gap: 0.85rem;
    max-width: 42rem;
}

.services-hero__feature-side {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 1.15rem;
    align-items: start;
    min-height: 100%;
}

.services-hero__feature-kicker,
.services-editorial__copy span,
.services-editorial__card-copy span,
.services-private-card span,
.services-local-card span,
.services-lane-card__eyebrow {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
}

.services-hero__feature-kicker {
    color: #f0dfb5;
}

.services-hero__feature h1,
.services-hero__feature h2 {
    max-width: 13ch;
    color: #fffaf2;
    font-size: clamp(2.85rem, 3.8vw, 4.15rem);
    line-height: 0.94;
}

.services-hero__feature p {
    max-width: 36rem;
    color: rgba(255, 250, 242, 0.82);
    font-size: 0.94rem;
    line-height: 1.58;
}

.services-hero__feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 0;
    padding: 0;
    list-style: none;
    width: min(100%, 44rem);
    max-width: 44rem;
    align-content: start;
}

.services-hero__feature-list li {
    min-height: 2rem;
    padding: 0.55rem 0.82rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 250, 242, 0.9);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.2;
}

.services-hero__feature-actions {
    display: grid;
    gap: 0.75rem;
    width: min(100%, 16.5rem);
    justify-self: start;
    align-self: start;
}

.services-hero__feature-actions .services-button {
    width: 100%;
    min-height: 3.25rem;
    font-size: 0.88rem;
}

.services-hero__note {
    margin: 0;
    max-width: 16.5rem;
    color: rgba(255, 250, 242, 0.76);
    font-size: 0.84rem;
    line-height: 1.5;
    align-self: end;
    justify-self: start;
}

.services-hero__note a {
    color: #f4e5bd;
    font-weight: 700;
}

.services-hero__note a:hover,
.services-hero__note a:focus-visible {
    color: #fffaf2;
}

@media (min-width: 1181px) and (max-width: 1320px) {
    .services-hero__feature {
        grid-template-columns: minmax(0, 1.4fr) minmax(14.8rem, 16rem);
        gap: 1rem 1.25rem;
    }

    .services-hero__feature-copy,
    .services-hero__feature-list {
        max-width: none;
    }

    .services-hero__feature h1,
    .services-hero__feature h2 {
        max-width: 12ch;
        font-size: clamp(2.7rem, 3.2vw, 3.35rem);
    }

    .services-hero__feature p {
        max-width: 32rem;
    }

    .services-hero__feature-actions,
    .services-hero__note {
        width: min(100%, 15.8rem);
        max-width: 15.8rem;
    }
}

@media (min-width: 1500px) and (max-height: 930px) {
    .services-hero {
        min-height: 100svh;
    }

    .services-hero__shell {
        gap: 0.9rem;
        --services-hero-pad-top: calc(var(--lab-header-offset) + 0.9rem);
        --services-hero-pad-bottom: 1rem;
        padding-top: var(--services-hero-pad-top);
        padding-bottom: var(--services-hero-pad-bottom);
    }

    .services-hero__planner {
        gap: 0.82rem;
        grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
        align-content: stretch;
        transform: none;
    }

    .services-hero__selector {
        gap: 1rem 1.2rem;
        width: min(100%, 72rem);
        justify-self: center;
    }

    .services-lane-orb {
        gap: 0.72rem;
    }

    .services-lane-orb__media {
        width: clamp(10.4rem, 8.5vw, 11.25rem);
    }

    .services-lane-orb__label {
        font-size: 1rem;
    }

    .services-lane-orb__meta {
        font-size: 0.68rem;
    }

    .services-hero__feature {
        min-height: 100%;
        gap: 0.82rem 1.1rem;
        padding: 1.05rem 1.12rem;
        grid-template-columns: minmax(0, 1.44fr) minmax(14.8rem, 16rem);
        width: 100%;
    }

    .services-hero__feature-main {
        gap: 0.8rem;
    }

    .services-hero__feature-copy {
        gap: 0.55rem;
        max-width: 35rem;
    }

    .services-hero__feature h1,
    .services-hero__feature h2 {
        font-size: clamp(2.45rem, 2.7vw, 3rem);
        line-height: 0.9;
    }

    .services-hero__feature p {
        max-width: 31rem;
        font-size: 0.88rem;
        line-height: 1.46;
    }

    .services-hero__feature-list {
        gap: 0.48rem;
    }

    .services-hero__feature-list li {
        min-height: 1.86rem;
        padding: 0.42rem 0.7rem;
        font-size: 0.68rem;
    }

    .services-hero__feature-actions,
    .services-hero__note {
        width: min(100%, 15.6rem);
        max-width: 15.6rem;
    }

    .services-hero__feature-actions .services-button {
        min-height: 2.95rem;
        font-size: 0.84rem;
    }

    .services-hero__note {
        font-size: 0.79rem;
        line-height: 1.34;
    }
}

.services-directory,
.services-flow,
.services-faq {
    padding: 4.75rem 0 0;
}

.services-section__head {
    display: grid;
    gap: 0.8rem;
    max-width: 52rem;
}

.services-section__head--center {
    justify-items: center;
    margin: 0 auto;
    text-align: center;
}

.services-section__head h2 {
    max-width: 16ch;
    font-size: clamp(2.3rem, 4vw, 3.35rem);
    line-height: 0.95;
    color: #171412;
}

.services-section__head p {
    max-width: 42rem;
    color: #3f3328;
}

.services-directory .services-section__head {
    max-width: min(100%, 56rem);
    justify-self: center;
}

.services-directory .services-section__head h2 {
    max-width: 17ch;
}

.services-directory .services-section__head p {
    justify-self: center;
    max-width: 44rem;
}

.services-directory__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(1.6rem, 3vw, 2.35rem);
    align-items: start;
    width: 100%;
    justify-self: center;
}

.services-directory__group {
    display: grid;
    gap: 1rem;
}

.services-directory__group-title {
    margin: 0;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(68, 59, 52, 0.16);
    font-family: var(--lab-font-display);
    font-size: 2.1rem;
    line-height: 1;
    color: #171412;
}

.services-directory__list {
    display: grid;
    gap: 1rem;
}

.services-directory__group:first-child .services-directory__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.services-directory__group:last-child .services-directory__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.services-directory__item {
    display: grid;
    gap: 0.35rem;
    align-content: start;
    min-height: 100%;
    padding: 1rem;
    border: 1px solid rgba(68, 59, 52, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.48);
    color: #171412;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(29, 22, 16, 0.05);
    transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.services-directory__eyebrow {
    display: inline-flex;
    align-items: center;
    color: #80613a;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.services-directory__title {
    font-family: var(--lab-font-display);
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.02;
}

.services-directory__copy {
    margin: 0;
    max-width: 34rem;
    color: #3f3328;
    line-height: 1.56;
    font-weight: 500;
}

.services-directory__item:hover,
.services-directory__item:focus-visible {
    transform: translateX(3px);
    border-color: rgba(128, 97, 58, 0.22);
    color: #070606;
    box-shadow: 0 16px 32px rgba(29, 22, 16, 0.08);
}

.services-lane-grid,
.services-local__grid,
.services-private__grid,
.services-flow__list {
    display: grid;
    gap: 1rem;
}

.services-lane-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.services-lane-card,
.services-local-card,
.services-flow__item,
.services-faq__item,
.services-faq__cta,
.services-editorial__feature,
.services-editorial__card {
    border: 1px solid rgba(68, 59, 52, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.services-lane-card {
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.985) 0%, rgba(249, 246, 241, 0.985) 100%);
    box-shadow: 0 18px 38px rgba(29, 22, 16, 0.11);
}

.services-lane-card__media {
    position: relative;
    aspect-ratio: 1.34 / 1;
    overflow: hidden;
}

.services-lane-card__media img,
.services-lane-card__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.services-lane-card__media img {
    object-fit: cover;
    transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
}

.services-lane-card:hover .services-lane-card__media img,
.services-lane-card:focus-within .services-lane-card__media img {
    transform: scale(1.04);
}

.services-lane-card__shade {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(15, 14, 13, 0.06) 100%);
}

.services-lane-card__body {
    display: grid;
    gap: 0.72rem;
    padding: 1rem;
}

.services-lane-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.services-lane-chip {
    display: inline-flex;
    align-items: center;
    min-height: 1.85rem;
    padding: 0 0.72rem;
    border-radius: 999px;
    border: 1px solid rgba(205, 163, 83, 0.26);
    background: rgba(214, 188, 134, 0.14);
    color: #8c6a2e;
    font-size: 0.54rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.services-lane-trust {
    color: #5f4930;
    font-size: 0.62rem;
    font-weight: 700;
}

.services-lane-card__eyebrow {
    color: #80613a;
}

.services-lane-card h3 {
    font-size: 2rem;
    line-height: 1.02;
    color: #171412;
}

.services-lane-card p {
    color: #3f3328;
}

.services-lane-card__list {
    display: grid;
    gap: 0.45rem;
    margin: 0;
    padding-left: 1rem;
    color: #3f3328;
}

.services-lane-card__actions {
    margin-top: auto;
}

.services-lane-card__actions a {
    border-color: rgba(68, 59, 52, 0.12);
    background: #ffffff;
    color: #171412;
}

.services-lane-card__actions a:first-child {
    background: #171412;
    border-color: #171412;
    color: #fffaf2;
}

.services-editorial__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.24fr) minmax(0, 0.96fr);
    gap: 1rem;
    align-items: stretch;
}

.services-editorial__feature,
.services-editorial__card {
    position: relative;
    background: #ffffff;
    box-shadow: 0 18px 38px rgba(29, 22, 16, 0.1);
}

.services-editorial__feature {
    min-height: 33rem;
}

.services-editorial__stack {
    display: grid;
    gap: 1rem;
}

.services-editorial__card {
    min-height: 15.8rem;
}

.services-editorial__feature img,
.services-editorial__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.services-editorial__overlay,
.services-editorial__feature::after,
.services-editorial__card::after {
    position: absolute;
    inset: auto 0 0;
    height: 46%;
    content: "";
    background: linear-gradient(180deg, rgba(10, 11, 13, 0) 0%, rgba(10, 11, 13, 0.56) 100%);
    pointer-events: none;
}

.services-editorial__copy,
.services-editorial__card-copy {
    position: absolute;
    left: 1.3rem;
    right: 1.3rem;
    bottom: 1.2rem;
    z-index: 1;
    display: grid;
    gap: 0.45rem;
}

.services-editorial__copy span,
.services-editorial__card-copy span {
    color: rgba(241, 234, 223, 0.78);
    font-size: 0.62rem;
    letter-spacing: 0.16em;
}

.services-editorial__copy h3 {
    max-width: 12ch;
    color: #fffaf2;
    font-size: clamp(2.15rem, 3.3vw, 3rem);
    line-height: 0.96;
}

.services-editorial__copy p,
.services-editorial__card-copy p {
    color: rgba(245, 241, 232, 0.82);
}

.services-editorial__card-copy h3 {
    max-width: 12ch;
    color: #fffaf2;
    font-size: 1.85rem;
    line-height: 1.02;
}

.services-editorial__card--text {
    display: grid;
    align-content: end;
    padding: 1.3rem;
    background: linear-gradient(180deg, #16181d 0%, #1d2026 100%);
    color: #fffaf2;
}

.services-editorial__card--text::after {
    display: none;
}

.services-editorial__card--text .services-editorial__card-copy {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
}

.services-editorial__card--text .services-editorial__card-copy span {
    color: #e3d3a9;
}

.services-editorial__card--text .services-editorial__card-copy h3 {
    color: #fffaf2;
}

.services-editorial__card--text .services-editorial__card-copy p {
    color: rgba(245, 241, 232, 0.82);
}

.services-local__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.services-local-card,
.services-flow__item,
.services-faq__item {
    display: grid;
    gap: 0.65rem;
    padding: 1.2rem;
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(29, 22, 16, 0.08);
}

.services-local-card span {
    color: #80613a;
}

.services-local-card h3,
.services-flow__item h3,
.services-private-card h3,
.services-faq__cta h3 {
    font-size: 1.9rem;
    line-height: 1.02;
}

.services-breadcrumb,
.services-kicker,
.services-lane-card__eyebrow,
.services-route-card span,
.services-editorial__copy span,
.services-editorial__card-copy span,
.services-private-card span,
.services-local-card span {
    font-weight: 800;
}

.services-local-card p,
.services-flow__item p {
    color: #3f3328;
}

.services-private {
    position: relative;
    margin-top: 4.75rem;
    padding: 4.75rem 0;
    color: #fffaf2;
    overflow: hidden;
}

.services-private__media,
.services-private__media img,
.services-private__shade {
    position: absolute;
    inset: 0;
}

.services-private__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
    filter: saturate(1.22) brightness(1.04) contrast(1.08);
}

.services-private__shade {
    background:
        linear-gradient(180deg, rgba(8, 9, 11, 0.16) 0%, rgba(8, 9, 11, 0.3) 36%, rgba(8, 9, 11, 0.58) 100%),
        linear-gradient(90deg, rgba(8, 9, 11, 0.42) 0%, rgba(8, 9, 11, 0.28) 38%, rgba(8, 9, 11, 0.12) 100%);
}

.services-private__shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 1rem;
    align-items: start;
}

.services-private__intro {
    display: grid;
    gap: 1rem;
    max-width: 30rem;
}

.services-private__intro h2 {
    max-width: 12ch;
    font-size: clamp(2.3rem, 4vw, 3.35rem);
    line-height: 0.96;
}

.services-private__intro p {
    color: rgba(255, 250, 242, 0.8);
}

.services-private__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.services-private-card {
    display: grid;
    gap: 0.65rem;
    padding: 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.14);
}

.services-private-card span {
    color: #e3d3a9;
}

.services-private-card h3 {
    color: #fffaf2;
    font-size: 1.75rem;
}

.services-private-card p {
    color: rgba(255, 250, 242, 0.8);
}

.services-flow__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
}

.services-flow__item strong {
    color: #6f5433;
    font-size: 0.82rem;
    font-weight: 800;
}

.services-faq {
    padding-bottom: 4.75rem;
}

.services-faq__shell {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: start;
}

.services-faq__main {
    display: grid;
    gap: 1rem;
}

.services-faq__list {
    display: grid;
    gap: 0.85rem;
}

.services-faq__item summary {
    cursor: pointer;
    list-style: none;
    padding: 1.15rem 1.2rem;
    font-weight: 800;
}

.services-faq__item summary::-webkit-details-marker {
    display: none;
}

.services-faq__item p {
    padding: 0 1.2rem 1.2rem;
    color: #3f3328;
}

.services-faq__cta {
    display: grid;
    gap: 1rem;
    padding: 1.35rem;
    background: linear-gradient(180deg, #11151b 0%, #181d24 100%);
    color: #fffaf2;
    box-shadow: 0 18px 38px rgba(29, 22, 16, 0.16);
    position: sticky;
    top: calc(var(--lab-header-offset) + 1rem);
}

.services-faq__cta h3 {
    color: #fffaf2;
}

.services-faq__cta p {
    color: rgba(245, 241, 232, 0.8);
}

.services-faq__cta .services-button--ghost {
    border-color: rgba(255, 255, 255, 0.16);
}

@media (max-width: 1180px) {
    .services-hero {
        min-height: clamp(33rem, 82vh, 42rem);
    }

    .services-hero__shell {
        gap: 1.25rem;
        padding-bottom: 1.9rem;
    }

    .services-hero__planner {
        max-width: none;
        justify-self: center;
    }

    .services-hero__feature {
        grid-template-columns: 1fr;
    }

    .services-hero__feature-side {
        gap: 0.9rem;
        align-content: start;
    }

    .services-hero__feature-actions,
    .services-hero__note {
        justify-self: start;
    }

    .services-lane-grid,
    .services-local__grid,
    .services-private__grid,
    .services-flow__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-directory__group:last-child .services-directory__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-editorial__layout,
    .services-private__shell,
    .services-faq__shell {
        grid-template-columns: 1fr;
    }

    .services-faq__cta {
        position: static;
    }
}

@media (max-width: 820px) {
    .services-hero {
        min-height: auto;
    }

    .services-directory__layout {
        gap: 1.4rem;
    }

    .services-hero__shell {
        gap: 1.2rem;
        padding-bottom: 1.8rem;
    }

    .services-hero__selector {
        gap: 0.75rem;
    }

    .services-lane-orb__media {
        width: 5.35rem;
    }

    .services-hero__feature {
        gap: 0.9rem;
        padding: 1rem;
    }

    .services-hero__feature h1,
    .services-hero__feature h2 {
        font-size: 2.2rem;
    }

    .services-hero__feature-list li {
        font-size: 0.7rem;
    }

    .services-directory,
    .services-flow,
    .services-faq {
        padding-top: 3.5rem;
    }

    .services-directory__group-title {
        font-size: 1.9rem;
    }

    .services-local__grid,
    .services-private__grid,
    .services-flow__list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .services-hero {
        min-height: auto;
    }

    .services-hero__shell {
        gap: 1rem;
        padding-top: calc(var(--lab-header-offset) + 0.78rem);
        padding-bottom: 1.45rem;
    }

    .services-hero__selector {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-flow: row;
        gap: 0.8rem 0.55rem;
        justify-content: stretch;
        overflow: visible;
        padding-bottom: 0;
        padding-right: 0;
        margin-right: 0;
    }

    .services-lane-orb {
        gap: 0.48rem;
    }

    .services-lane-orb__media {
        width: min(100%, 5rem);
    }

    .services-hero__feature {
        min-height: auto;
        padding: 0.95rem;
    }

    .services-hero__feature h1,
    .services-hero__feature h2 {
        font-size: 1.82rem;
        line-height: 0.95;
        text-wrap: balance;
    }

    .services-hero__feature-actions {
        display: grid;
        width: 100%;
        margin-inline: 0;
        justify-self: stretch;
    }

    .services-hero__feature-actions .services-button {
        border-radius: 8px;
    }

    .services-hero__feature-list li {
        width: 100%;
        border-radius: 8px;
    }

    .services-hero__note {
        font-size: 0.8rem;
        max-width: none;
        justify-self: start;
    }

    .services-directory__title {
        font-size: 1.65rem;
    }

    .services-directory__group:first-child .services-directory__list,
    .services-directory__group:last-child .services-directory__list {
        grid-template-columns: 1fr;
    }

    .services-button,
    .services-lane-card__actions a {
        width: 100%;
    }

    .services-lane-grid {
        grid-template-columns: 1fr;
    }

    .services-lane-card h3,
    .services-local-card h3,
    .services-flow__item h3,
    .services-private-card h3,
    .services-faq__cta h3,
    .services-editorial__card-copy h3,
    .services-directory__group-title {
        font-size: clamp(1.42rem, 7vw, 1.76rem);
        line-height: 1.02;
        text-wrap: balance;
    }

    .services-section__head h2,
    .services-private__intro h2,
    .services-editorial__copy h3 {
        max-width: none;
        font-size: clamp(1.9rem, 9vw, 2.2rem);
        line-height: 0.98;
        text-wrap: balance;
    }

    .services-lane-orb__label {
        font-size: 0.8rem;
    }

    .services-lane-orb__meta {
        font-size: 0.62rem;
    }

    .services-faq__item summary {
        padding: 1rem;
        font-size: 0.96rem;
        line-height: 1.35;
    }

    .services-lane-card__actions,
    .services-faq__cta-actions {
        display: grid;
    }
}

@media (max-width: 640px) and (max-height: 860px) {
    .services-hero__shell {
        gap: 0.46rem;
        padding-top: calc(var(--lab-header-offset) + 0.48rem);
    }

    .services-hero__selector {
        gap: 0.38rem 0.36rem;
    }

    .services-lane-orb {
        gap: 0.28rem;
    }

    .services-lane-orb__media {
        width: min(100%, 3.75rem);
    }

    .services-lane-orb__label {
        font-size: 0.86rem;
        line-height: 1.05;
    }

    .services-lane-orb__meta {
        font-size: 0.54rem;
    }

    .services-hero__feature {
        gap: 0.52rem;
        padding: 0.74rem;
    }

    .services-breadcrumb,
    .services-hero__feature p,
    .services-hero__feature-list,
    .services-hero__note,
    .services-hero__feature-actions .services-button--ghost {
        display: none;
    }

    .services-hero__feature h1,
    .services-hero__feature h2 {
        font-size: clamp(1.36rem, 8vw, 1.7rem);
    }

    .services-hero__feature-actions {
        width: 100%;
        margin-inline: 0;
    }

    .services-hero__feature-actions .services-button {
        min-height: 2.58rem;
        font-size: 0.78rem;
    }
}

@media (max-width: 380px) and (max-height: 700px) {
    .services-hero__shell {
        gap: 0.36rem;
    }

    .services-lane-orb__media {
        width: min(100%, 3.25rem);
    }

    .services-lane-orb__label {
        font-size: 0.78rem;
    }

    .services-lane-orb__meta {
        font-size: 0.5rem;
    }

    .services-hero__feature {
        padding: 0.66rem;
    }

    .services-hero__feature-actions {
        width: 100%;
        margin-inline: 0;
    }
}

@media (min-width: 1025px) and (max-height: 840px) {
    .services-hero {
        min-height: 100svh;
    }

    .services-hero__shell {
        gap: 0.94rem;
        --services-hero-pad-top: calc(var(--lab-header-offset) + 0.72rem);
        --services-hero-pad-bottom: 1.1rem;
        padding-top: var(--services-hero-pad-top);
        padding-bottom: var(--services-hero-pad-bottom);
    }

    .services-hero__selector {
        gap: 0.95rem 1.1rem;
        width: min(100%, 72rem);
    }

    .services-hero__planner {
        min-height: calc(100svh - var(--services-hero-pad-top) - var(--services-hero-pad-bottom));
        grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
        align-content: stretch;
        gap: 0.72rem;
        transform: none;
    }

    .services-lane-orb {
        gap: 0.62rem;
    }

    .services-lane-orb__media {
        width: clamp(10.1rem, 9.2vw, 10.8rem);
    }

    .services-lane-orb__label {
        font-size: 0.94rem;
    }

    .services-lane-orb__meta {
        font-size: 0.66rem;
    }

    .services-hero__feature {
        min-height: 100%;
        gap: 0.78rem 1rem;
        padding: 1rem 1.06rem;
        grid-template-columns: minmax(0, 1.42fr) minmax(14.2rem, 15.2rem);
        width: 100%;
    }

    .services-hero__feature h1,
    .services-hero__feature h2 {
        font-size: clamp(2.35rem, 2.55vw, 2.9rem);
        line-height: 0.88;
    }

    .services-hero__feature p {
        max-width: 30rem;
        font-size: 0.87rem;
        line-height: 1.48;
    }

    .services-hero__feature-list li {
        min-height: 1.78rem;
        padding: 0.4rem 0.62rem;
        font-size: 0.66rem;
    }

    .services-hero__feature-actions,
    .services-hero__note {
        width: min(100%, 14.9rem);
        max-width: 14.9rem;
    }

    .services-hero__feature-actions .services-button {
        min-height: 2.86rem;
        font-size: 0.8rem;
    }

    .services-hero__note {
        font-size: 0.76rem;
        line-height: 1.32;
    }
}

@media (min-width: 861px) {
    .services-hero {
        min-height: 100svh;
    }

    .services-hero__shell {
        min-height: 100svh;
        gap: 1.05rem;
        padding-top: calc(var(--lab-header-offset) + 1.2rem);
        padding-bottom: clamp(1.25rem, 2.2vh, 2rem);
    }

    .services-hero__planner {
        min-height: calc(100svh - var(--services-hero-pad-top) - var(--services-hero-pad-bottom));
        grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
        align-items: stretch;
    }

    .services-hero__selector,
    .services-hero__feature {
        align-self: stretch;
    }
}

.services-hero__planner--direct {
    align-content: end;
    justify-items: center;
    gap: clamp(1.2rem, 3vh, 2.15rem);
    justify-self: center;
    width: min(100%, 78rem);
}

.services-hero__hub-intro {
    display: grid;
    gap: 0.82rem;
    justify-items: center;
    width: min(100%, 48rem);
    margin-inline: auto;
    text-align: center;
}

.services-hero__hub-intro .services-breadcrumb {
    justify-content: center;
}

.services-hero__hub-intro .services-kicker {
    justify-content: center;
}

.services-hero__hub-intro .services-kicker::before {
    width: 1.65rem;
}

.services-hero__hub-intro h1 {
    max-width: 13ch;
    font-size: clamp(3rem, 5.2vw, 4.85rem);
    line-height: 0.88;
    text-align: center;
    text-wrap: balance;
}

.services-hero__planner--direct .services-hero__lead {
    max-width: 38rem;
    color: rgba(255, 250, 242, 0.86);
    text-align: center;
}

.services-hero__planner--direct .services-hero__selector {
    width: min(100%, 66rem);
    align-self: auto;
}

.services-hero__planner--direct .services-lane-orb {
    position: relative;
}

.services-hero__planner--direct .services-lane-orb::after {
    content: "Open";
    position: absolute;
    top: calc(clamp(5.75rem, 9vw, 7.35rem) - 1.45rem);
    left: 50%;
    transform: translateX(-50%) translateY(0.25rem);
    padding: 0.26rem 0.55rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(8, 9, 11, 0.58);
    color: #fffaf2;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
}

.services-hero__planner--direct .services-lane-orb:hover::after,
.services-hero__planner--direct .services-lane-orb:focus-visible::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

@media (min-width: 861px) {
    .services-hero__planner--direct {
        min-height: auto;
        max-width: 78rem;
        grid-template-rows: none;
        align-items: center;
        align-content: end;
        justify-self: center;
        transform: none;
    }

    .services-hero__planner--direct .services-hero__selector {
        min-height: auto;
        gap: clamp(1rem, 2vw, 1.55rem);
        align-content: start;
    }
}

@media (min-width: 1025px) {
    .services-hero__planner--direct .services-lane-orb__media {
        width: clamp(9.5rem, 10vw, 11.3rem);
    }

    .services-hero__planner--direct .services-lane-orb::after {
        top: calc(clamp(9.5rem, 10vw, 11.3rem) - 1.65rem);
    }
}

@media (max-width: 820px) {
    .services-hero__planner--direct {
        gap: 1.25rem;
    }

    .services-hero__hub-intro {
        gap: 0.65rem;
    }

    .services-hero__hub-intro h1 {
        max-width: 11.5ch;
        font-size: clamp(2.55rem, 12vw, 3.5rem);
        line-height: 0.9;
    }

    .services-hero__planner--direct .services-hero__lead {
        max-width: 21rem;
        font-size: 0.92rem;
        line-height: 1.48;
    }
}

@media (max-width: 640px) {
    .services-hero__planner--direct .services-hero__selector {
        width: min(100%, 22rem);
    }

    .services-hero__planner--direct .services-lane-orb::after {
        content: "";
        display: none;
    }
}

@media (max-width: 380px) and (max-height: 700px) {
    .services-hero__hub-intro .services-breadcrumb,
    .services-hero__hub-intro .services-hero__lead {
        display: none;
    }

    .services-hero__hub-intro h1 {
        font-size: clamp(2rem, 11vw, 2.55rem);
    }
}

/* Mother Services hero: two clear viewport halves, direct service actions. */
.services-page .services-hero {
    min-height: calc(100svh - var(--lab-header-offset));
    isolation: isolate;
}

.services-page .services-hero__media img {
    opacity: 1;
    filter: saturate(1.22) brightness(1.04) contrast(1.08);
}

.services-page .services-hero__shade {
    background:
        linear-gradient(180deg, rgba(6, 7, 9, 0.5) 0%, rgba(6, 7, 9, 0.32) 42%, rgba(6, 7, 9, 0.6) 100%),
        radial-gradient(circle at 50% 16%, rgba(var(--dp-color-gold-rgb), 0.08), rgba(var(--dp-color-gold-rgb), 0) 28%),
        linear-gradient(90deg, rgba(3, 4, 6, 0.28), rgba(3, 4, 6, 0.08) 48%, rgba(3, 4, 6, 0.28));
}

.services-page .services-hero__shell {
    min-height: calc(100svh - var(--lab-header-offset));
    --services-hero-pad-top: clamp(0.85rem, 2vh, 1.35rem);
    --services-hero-pad-bottom: clamp(1rem, 2.4vh, 1.65rem);
    padding-top: var(--services-hero-pad-top);
    padding-bottom: var(--services-hero-pad-bottom);
}

.services-page .services-hero__planner--direct {
    display: grid;
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(0.9rem, 2vh, 1.35rem);
    align-items: stretch;
    align-content: stretch;
    justify-items: center;
    width: min(100%, 90rem);
    min-height: calc(100svh - var(--lab-header-offset) - var(--services-hero-pad-top) - var(--services-hero-pad-bottom));
    max-width: 90rem;
}

.services-page .services-hero__hub-intro {
    align-self: center;
    gap: clamp(0.62rem, 1.35vh, 0.95rem);
    width: min(100%, 66rem);
}

.services-page .services-hero__hub-intro h1 {
    max-width: 16ch;
    font-size: clamp(3.05rem, 5vw, 4.8rem);
    line-height: 0.9;
}

.services-page .services-hero__planner--direct .services-hero__lead {
    max-width: 44rem;
    color: rgba(255, 250, 242, 0.88);
    font-size: clamp(0.94rem, 1.25vw, 1.08rem);
}

.services-hero__trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.55rem;
    width: min(100%, 46rem);
}

.services-hero__trust span {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.72rem;
    border: 1px solid rgba(227, 211, 169, 0.24);
    border-radius: 999px;
    background: rgba(8, 9, 11, 0.38);
    color: rgba(255, 250, 242, 0.84);
    font-family: var(--lab-font-sans);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}

.services-page .services-hero__planner--direct .services-hero__selector {
    align-self: stretch;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.8rem, 1.55vw, 1.2rem);
    width: 100%;
    min-height: 0;
    padding-right: 0;
}

.services-page .services-lane-orb {
    position: relative;
    grid-template-rows: minmax(7.5rem, 1fr) auto;
    align-content: stretch;
    justify-items: stretch;
    min-height: 100%;
    padding: clamp(0.72rem, 1vw, 0.95rem);
    border: 1px solid rgba(255, 250, 242, 0.17);
    border-radius: 12px;
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.12) 0%, rgba(255, 250, 242, 0.055) 100%),
        rgba(8, 9, 11, 0.48);
    box-shadow:
        0 26px 58px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    text-align: left;
    overflow: hidden;
}

.services-page .services-lane-orb::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(var(--dp-color-gold-rgb), 0.18), rgba(var(--dp-color-gold-rgb), 0) 42%);
    opacity: 0;
    transition: opacity 220ms ease;
    pointer-events: none;
}

.services-page .services-hero__planner--direct .services-lane-orb::after {
    display: none;
}

.services-page .services-lane-orb__media {
    width: 100%;
    min-height: 0;
    aspect-ratio: auto;
    border-radius: 10px;
    box-shadow: none;
}

.services-page .services-lane-orb__media::after {
    background:
        linear-gradient(180deg, rgba(8, 9, 11, 0) 0%, rgba(8, 9, 11, 0.2) 100%),
        radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0) 50%);
}

.services-page .services-lane-orb__content {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.4rem;
    padding-top: clamp(0.7rem, 1.2vh, 0.95rem);
}

.services-page .services-lane-orb__label,
.services-page .services-lane-orb__meta {
    justify-items: start;
    text-align: left;
}

.services-page .services-lane-orb__label {
    color: #fffaf2;
    font-family: var(--lab-font-display);
    font-size: clamp(1.55rem, 2.2vw, 2.2rem);
    font-weight: 700;
    line-height: 0.95;
}

.services-page .services-lane-orb__meta {
    color: #e3d3a9;
    font-family: var(--lab-font-sans);
    font-size: 0.68rem;
    letter-spacing: 0.14em;
}

.services-lane-orb__copy {
    display: block;
    color: rgba(255, 250, 242, 0.78);
    font-family: var(--lab-font-sans);
    font-size: clamp(0.78rem, 0.9vw, 0.88rem);
    font-weight: 600;
    line-height: 1.45;
}

.services-lane-orb__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    min-height: 2.35rem;
    margin-top: 0.25rem;
    padding: 0 0.85rem;
    border: 1px solid rgba(227, 211, 169, 0.38);
    border-radius: 999px;
    color: #fffaf2;
    font-family: var(--lab-font-sans);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.13em;
}

.services-page .services-lane-orb.is-active,
.services-page .services-lane-orb:hover,
.services-page .services-lane-orb:focus-visible {
    border-color: rgba(227, 211, 169, 0.52);
}

.services-page .services-lane-orb.is-active::before,
.services-page .services-lane-orb:hover::before,
.services-page .services-lane-orb:focus-visible::before {
    opacity: 1;
}

.services-page .services-lane-orb.is-active .services-lane-orb__media,
.services-page .services-lane-orb:hover .services-lane-orb__media,
.services-page .services-lane-orb:focus-visible .services-lane-orb__media {
    transform: translateY(-2px);
}

.services-button,
.services-lane-card__actions a {
    font-family: var(--lab-font-sans);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

@media (min-width: 1440px) and (min-height: 820px) {
    .services-page .services-lane-orb {
        grid-template-rows: minmax(9rem, 1.05fr) auto;
    }
}

@media (min-width: 1025px) and (max-height: 840px) {
    .services-page .services-hero__shell {
        --services-hero-pad-top: calc(var(--lab-header-offset) + 0.05rem);
        --services-hero-pad-bottom: 0;
    }

    .services-page .services-hero__planner--direct {
        gap: 0.28rem;
        height: calc(100svh - var(--lab-header-offset) - 1.2rem);
        min-height: 0;
    }

    .services-page .services-hero__hub-intro {
        gap: 0.46rem;
        width: min(100%, 60rem);
    }

    .services-page .services-hero__hub-intro h1 {
        max-width: 16ch;
        font-size: clamp(2.62rem, 4.2vw, 3.7rem);
        line-height: 0.9;
    }

    .services-page .services-hero__planner--direct .services-hero__lead {
        max-width: 34rem;
        font-size: 0.86rem;
        line-height: 1.4;
    }

    .services-page .services-hero__trust {
        gap: 0.38rem;
    }

    .services-page .services-hero__trust span {
        min-height: 1.68rem;
        padding: 0.24rem 0.56rem;
        font-size: 0.54rem;
    }

    .services-page .services-lane-orb {
        grid-template-rows: minmax(6.25rem, 1fr) auto;
        height: calc(100% - 0.7rem);
        min-height: 0;
        padding: 0.62rem;
        border-radius: 12px;
    }

    .services-page .services-lane-orb__content {
        gap: 0.28rem;
        padding-top: 0.56rem;
    }

    .services-page .services-lane-orb__label {
        font-size: clamp(1.32rem, 1.8vw, 1.58rem);
    }

    .services-page .services-lane-orb__meta {
        font-size: 0.56rem;
    }

    .services-page .services-lane-orb__copy {
        font-size: 0.72rem;
        line-height: 1.32;
    }

    .services-page .services-lane-orb__action {
        min-height: 1.85rem;
        padding: 0 0.62rem;
        font-size: 0.5rem;
    }
}

@media (max-width: 1180px) {
    .services-page .services-hero__planner--direct {
        width: min(100%, 68rem);
    }

    .services-page .services-hero__planner--direct .services-hero__selector {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-page .services-lane-orb {
        grid-template-columns: minmax(7.6rem, 0.86fr) minmax(0, 1fr);
        grid-template-rows: none;
        align-items: stretch;
    }

    .services-page .services-lane-orb__content {
        align-content: center;
        padding-top: 0;
    }
}

@media (max-width: 820px) {
    .services-page .services-hero {
        min-height: 100svh;
    }

    .services-page .services-hero__planner--direct {
        gap: 0.8rem;
    }

    .services-page .services-hero__hub-intro h1 {
        font-size: clamp(2.5rem, 10.5vw, 3.45rem);
    }

    .services-page .services-hero__trust {
        gap: 0.42rem;
    }

    .services-page .services-hero__trust span {
        min-height: 1.8rem;
        padding: 0.28rem 0.58rem;
        font-size: 0.57rem;
    }

    .services-page .services-lane-orb {
        min-height: 8.8rem;
    }
}

@media (max-width: 640px) {
    .services-page .services-hero__shell {
        --services-hero-pad-top: 0.7rem;
        --services-hero-pad-bottom: 0.9rem;
    }

    .services-page .services-hero__planner--direct {
        grid-template-rows: minmax(0, 0.92fr) minmax(0, 1.08fr);
        min-height: calc(100svh - var(--services-hero-pad-top) - var(--services-hero-pad-bottom));
    }

    .services-page .services-hero__hub-intro {
        gap: 0.48rem;
    }

    .services-page .services-hero__hub-intro h1 {
        max-width: 9.8ch;
        font-size: clamp(2.35rem, 11vw, 3.15rem);
        line-height: 0.92;
    }

    .services-page .services-hero__planner--direct .services-hero__lead {
        max-width: 21rem;
        font-size: 0.84rem;
        line-height: 1.42;
    }

    .services-page .services-hero__trust span:nth-child(2) {
        display: none;
    }

    .services-page .services-hero__planner--direct .services-hero__selector {
        width: 100%;
        gap: 0.56rem;
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: clamp(13.75rem, 64vw, 16rem);
        grid-template-columns: none;
        justify-content: start;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        padding: 0 3.75rem 0.35rem 0;
        scroll-padding-inline: 0;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    .services-page .services-hero__planner--direct .services-hero__selector::-webkit-scrollbar {
        display: none;
    }

    .services-page .services-lane-orb {
        grid-template-columns: 1fr;
        grid-template-rows: minmax(5.25rem, 1fr) auto;
        gap: 0.44rem;
        min-height: 0;
        padding: 0.54rem;
        border-radius: 12px;
        scroll-snap-align: start;
    }

    .services-page .services-lane-orb__media {
        min-height: 0;
        border-radius: 8px;
    }

    .services-page .services-lane-orb__content {
        gap: 0.2rem;
        padding-top: 0;
    }

    .services-page .services-lane-orb__label {
        font-size: clamp(1.04rem, 5.2vw, 1.32rem);
        line-height: 0.95;
    }

    .services-page .services-lane-orb__meta {
        font-size: 0.52rem;
        line-height: 1.15;
    }

    .services-page .services-lane-orb__copy {
        display: block;
        font-size: 0.68rem;
        line-height: 1.32;
    }

    .services-page .services-lane-orb__action {
        min-height: 1.68rem;
        margin-top: 0.08rem;
        padding: 0 0.5rem;
        font-size: 0.48rem;
    }
}

@media (max-width: 390px) and (max-height: 740px) {
    .services-page .services-hero__hub-intro .services-breadcrumb,
    .services-page .services-hero__trust {
        display: none;
    }

    .services-page .services-hero__planner--direct .services-hero__lead {
        display: block;
        font-size: 0.78rem;
    }

    .services-page .services-hero__hub-intro h1 {
        font-size: clamp(1.95rem, 10.5vw, 2.55rem);
    }

    .services-page .services-lane-orb__action {
        display: none;
    }

    .services-page .services-lane-orb__copy {
        display: none;
    }
}

.services-hero__cue,
.services-hero__decision,
.services-hero__trust small {
    display: none;
}

.services-hero__trust strong {
    font: inherit;
}

/* Support family desktop shell: copy on the left, task cards on the right. */
@media (min-width: 1025px) {
    .services-page .services-hero {
        min-height: 100svh;
    }

    .services-page .services-hero__shell {
        --services-support-top-gap: clamp(0.7rem, 1.25vh, 0.95rem);
        --services-support-bottom-gap: clamp(0.85rem, 1.7vh, 1.35rem);
        --services-hero-pad-top: calc(var(--lab-header-offset) + var(--services-support-top-gap));
        --services-hero-pad-bottom: var(--services-support-bottom-gap);
        width: var(--lab-frame-width);
        min-height: 100svh;
        padding-top: var(--services-hero-pad-top);
        padding-bottom: var(--services-hero-pad-bottom);
        align-content: start;
        justify-items: stretch;
        gap: 0;
    }

    .services-page .services-hero__planner--direct {
        display: grid;
        grid-template-columns: minmax(19rem, 0.88fr) minmax(0, 1.12fr);
        grid-template-rows: auto;
        gap: clamp(0.9rem, 1.5vw, 1.3rem);
        align-items: stretch;
        align-content: stretch;
        justify-items: stretch;
        justify-self: stretch;
        width: 100%;
        max-width: none;
        min-height: calc(100svh - var(--lab-header-offset) - var(--services-support-top-gap) - var(--services-support-bottom-gap));
        height: auto;
    }

    .services-page .services-hero__hub-intro {
        align-self: stretch;
        display: grid;
        align-content: start;
        justify-items: start;
        grid-template-rows: auto auto auto auto auto auto;
        gap: clamp(0.7rem, 1.25vh, 0.95rem);
        width: 100%;
        min-height: 100%;
        height: auto;
        margin: 0;
        padding: clamp(1rem, 1.8vw, 1.35rem);
        border: 1px solid rgba(255, 250, 242, 0.16);
        border-radius: 12px;
        background:
            radial-gradient(circle at 16% 8%, rgba(var(--dp-color-gold-rgb), 0.18), rgba(var(--dp-color-gold-rgb), 0) 36%),
            linear-gradient(145deg, rgba(17, 18, 22, 0.78), rgba(7, 8, 11, 0.9));
        box-shadow:
            0 26px 58px rgba(0, 0, 0, 0.26),
            inset 0 1px 0 rgba(255, 255, 255, 0.08);
        text-align: left;
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
    }

    .services-page .services-hero__hub-intro .services-kicker,
    .services-page .services-hero__hub-intro .services-breadcrumb {
        justify-content: flex-start;
    }

    .services-page .services-hero__hub-intro h1 {
        max-width: 10.5ch;
        font-size: clamp(3rem, 4.2vw, 4.25rem);
        line-height: 0.9;
        text-align: left;
    }

    .services-page .services-hero__planner--direct .services-hero__lead {
        max-width: 29rem;
        color: rgba(255, 250, 242, 0.86);
        font-size: clamp(0.92rem, 1vw, 1rem);
        line-height: 1.5;
        text-align: left;
    }

    .services-page .services-hero__cue {
        display: grid;
        gap: 0.38rem;
        max-width: 31rem;
        margin-top: 0.16rem;
        padding: clamp(0.82rem, 1.15vw, 1rem);
        border: 1px solid rgba(255, 250, 242, 0.13);
        border-radius: 8px;
        background: rgba(255, 250, 242, 0.055);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
    }

    .services-page .services-hero__cue span {
        color: #e3d3a9;
        font-family: var(--lab-font-sans);
        font-size: 0.66rem;
        font-weight: 800;
        letter-spacing: 0.13em;
        text-transform: uppercase;
    }

    .services-page .services-hero__cue p {
        margin: 0;
        color: rgba(255, 250, 242, 0.76);
        font-size: clamp(0.82rem, 0.88vw, 0.92rem);
        line-height: 1.48;
    }

    .services-page .services-hero__decision {
        align-self: stretch;
        display: grid;
        grid-template-rows: auto auto;
        align-content: start;
        gap: clamp(0.52rem, 0.85vh, 0.7rem);
        width: 100%;
        min-height: auto;
        padding: clamp(0.72rem, 1vw, 0.92rem);
        border: 1px solid rgba(255, 250, 242, 0.12);
        border-radius: 8px;
        background: linear-gradient(180deg, rgba(255, 250, 242, 0.06), rgba(255, 250, 242, 0.035));
    }

    .services-page .services-hero__decision > span {
        color: #e8d39a;
        font-family: var(--lab-font-sans);
        font-size: 0.62rem;
        font-weight: 850;
        letter-spacing: 0.13em;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .services-page .services-hero__decision ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: auto;
        align-items: stretch;
        gap: clamp(0.42rem, 0.72vh, 0.56rem);
        min-height: auto;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .services-page .services-hero__decision li {
        display: grid;
        align-content: start;
        gap: 0.22rem;
        min-height: 3.45rem;
        padding: clamp(0.5rem, 0.8vw, 0.66rem);
        border: 1px solid rgba(255, 250, 242, 0.1);
        border-radius: 8px;
        background: rgba(7, 8, 11, 0.24);
        overflow: visible;
    }

    .services-page .services-hero__decision strong {
        color: #fffaf2;
        font-family: var(--lab-font-display);
        font-size: clamp(0.86rem, 0.94vw, 0.98rem);
        line-height: 1.08;
    }

    .services-page .services-hero__decision small {
        display: block;
        color: rgba(255, 250, 242, 0.68);
        font-family: var(--lab-font-sans);
        font-size: clamp(0.68rem, 0.76vw, 0.78rem);
        font-weight: 600;
        line-height: 1.34;
    }

    .services-page .services-hero__trust {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: stretch;
        align-self: end;
        gap: 0.55rem;
        width: 100%;
        margin-top: 0;
    }

    .services-page .services-hero__trust span {
        display: grid;
        align-items: start;
        gap: 0.26rem;
        min-height: 4.35rem;
        padding: 0.74rem 0.82rem;
        border-radius: 8px;
        background: rgba(255, 250, 242, 0.07);
        letter-spacing: 0;
        line-height: 1.2;
        text-transform: none;
    }

    .services-page .services-hero__trust strong {
        color: #f7e7bd;
        font-family: var(--lab-font-sans);
        font-size: 0.67rem;
        font-weight: 800;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .services-page .services-hero__trust small {
        display: block;
        color: rgba(255, 250, 242, 0.7);
        font-family: var(--lab-font-sans);
        font-size: 0.8rem;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 1.38;
        text-transform: none;
    }

    .services-page .services-hero__planner--direct .services-hero__selector {
        align-self: stretch;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(2, minmax(0, 1fr));
        gap: clamp(0.7rem, 1.1vw, 0.95rem);
        width: 100%;
        height: 100%;
        min-height: 0;
        padding: 0;
        overflow: visible;
    }

    .services-page .services-lane-orb {
        grid-template-rows: minmax(6.5rem, 0.92fr) auto;
        align-content: stretch;
        justify-items: stretch;
        gap: 0.58rem;
        height: auto;
        min-height: 0;
        padding: clamp(0.62rem, 0.9vw, 0.82rem);
        text-align: left;
    }

    .services-page .services-lane-orb__media {
        width: 100%;
        min-height: 0;
        aspect-ratio: auto;
        border-radius: 10px;
    }

    .services-page .services-lane-orb__content {
        align-content: start;
        gap: 0.3rem;
        min-height: 0;
        padding-top: 0;
    }

    .services-page .services-lane-orb__label {
        font-size: clamp(1.35rem, 1.85vw, 1.75rem);
        line-height: 0.98;
    }

    .services-page .services-lane-orb__meta {
        font-size: 0.58rem;
        line-height: 1.18;
    }

    .services-page .services-lane-orb__copy {
        font-size: clamp(0.72rem, 0.78vw, 0.82rem);
        line-height: 1.36;
    }

    .services-page .services-lane-orb__action {
        min-height: 1.95rem;
        margin-top: 0.12rem;
        padding: 0 0.65rem;
        font-size: 0.52rem;
    }
}

@media (min-width: 1025px) and (max-height: 820px) {
    .services-page .services-hero__shell {
        --services-support-top-gap: 0.65rem;
        --services-support-bottom-gap: 0.8rem;
    }

    .services-page .services-hero__hub-intro {
        gap: 0.58rem;
        padding: 1rem;
        grid-template-rows: auto auto auto auto auto auto;
    }

    .services-page .services-hero__hub-intro h1 {
        max-width: 11ch;
        font-size: clamp(2.6rem, 3.65vw, 3.2rem);
    }

    .services-page .services-hero__planner--direct .services-hero__lead {
        max-width: 26rem;
        font-size: 0.86rem;
        line-height: 1.38;
    }

    .services-page .services-hero__trust {
        gap: 0.48rem;
    }

    .services-page .services-hero__decision {
        gap: 0.38rem;
        padding: 0.54rem;
    }

    .services-page .services-hero__decision ul {
        gap: 0.34rem;
    }

    .services-page .services-hero__decision li {
        gap: 0.12rem;
        min-height: 3rem;
        padding: 0.42rem;
    }

    .services-page .services-hero__decision > span,
    .services-page .services-hero__decision strong {
        font-size: 0.56rem;
        font-family: var(--lab-font-sans);
        font-weight: 850;
        letter-spacing: 0.1em;
        line-height: 1.15;
        text-transform: uppercase;
    }

    .services-page .services-hero__decision small {
        font-size: 0.64rem;
        line-height: 1.22;
    }

    .services-page .services-hero__trust span {
        min-height: 3.45rem;
        padding: 0.52rem 0.64rem;
    }

    .services-page .services-hero__trust strong {
        font-size: 0.56rem;
    }

    .services-page .services-hero__trust small {
        font-size: 0.69rem;
        line-height: 1.28;
    }

    .services-page .services-lane-orb {
        grid-template-rows: minmax(5.6rem, 0.86fr) auto;
        gap: 0.42rem;
        padding: 0.58rem;
    }

    .services-page .services-lane-orb__label {
        font-size: clamp(1.18rem, 1.55vw, 1.45rem);
    }

    .services-page .services-lane-orb__meta {
        font-size: 0.52rem;
    }

    .services-page .services-lane-orb__copy {
        font-size: 0.69rem;
        line-height: 1.28;
    }

    .services-page .services-lane-orb__action {
        min-height: 1.72rem;
        padding: 0 0.56rem;
        font-size: 0.48rem;
    }
}

.services-page .lab-floating-contact.is-visible.is-over-card-actions {
    opacity: 0;
    pointer-events: none;
    transform: translate3d(8px, 10px, 0) scale(0.96);
}

@media (max-width: 640px) {
    .services-page .lab-floating-back {
        display: none;
    }

    .services-page .lab-floating-contact.is-visible.is-over-card-actions {
        opacity: 0;
        pointer-events: none;
        transform: translate3d(8px, 10px, 0) scale(0.96);
    }

    .services-page .services-hero {
        min-height: auto;
    }

    .services-page .services-hero__shell {
        --services-hero-pad-top: calc(var(--lab-header-offset) + 0.7rem);
        --services-hero-pad-bottom: 1.05rem;
        min-height: auto;
    }

    .services-page .services-hero__planner--direct {
        grid-template-rows: auto auto;
        gap: 0.95rem;
        min-height: auto;
        height: auto;
    }

    .services-page .services-hero__planner--direct .services-hero__selector {
        display: grid;
        grid-auto-flow: row;
        grid-auto-columns: auto;
        grid-template-columns: 1fr;
        gap: 0.72rem;
        overflow: visible;
        padding: 0;
        scroll-snap-type: none;
    }

    .services-page .services-lane-orb {
        grid-template-columns: 1fr;
        grid-template-rows: minmax(6.4rem, auto) auto;
        min-height: auto;
        scroll-snap-align: none;
    }

    .services-page .services-lane-orb__action {
        display: inline-flex;
        min-height: 2.75rem;
        padding-inline: 0.72rem;
    }
}

/* Single-viewport Services: white page, dark cards, aligned columns. */
.services-page,
.services-page-main {
    background: #f5efe5;
}

.services-page-main > [hidden] {
    display: none !important;
}

.services-page .lab-floating-contact {
    display: none !important;
}

.services-page .services-hero {
    background:
        radial-gradient(circle at 50% 0%, rgba(213, 180, 102, 0.16), rgba(213, 180, 102, 0) 28rem),
        linear-gradient(180deg, #f5efe5 0%, #fbf8f1 48%, #f3eadf 100%);
    color: #fffaf2;
}

.services-page .services-hero__media {
    display: none;
}

.services-page .services-hero__hub-intro,
.services-page .services-lane-orb {
    border: 1px solid rgba(213, 180, 102, 0.42);
    background:
        radial-gradient(circle at 16% 8%, rgba(var(--dp-color-gold-rgb), 0.16), rgba(var(--dp-color-gold-rgb), 0) 34%),
        linear-gradient(155deg, #202124 0%, #111316 48%, #07080a 100%);
    box-shadow:
        0 20px 46px rgba(15, 16, 20, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.services-page .services-hero__hub-intro {
    border-radius: 12px;
}

.services-page .services-hero__hub-intro h1,
.services-page .services-lane-orb__label {
    color: #fffaf2;
}

.services-page .services-hero__planner--direct .services-hero__lead,
.services-page .services-lane-orb__copy {
    color: rgba(255, 250, 242, 0.78);
}

.services-page .services-kicker,
.services-page .services-hero__cue span,
.services-page .services-hero__decision > span,
.services-page .services-hero__trust strong,
.services-page .services-lane-orb__meta {
    color: #e6c66d;
}

.services-page .services-hero__cue,
.services-page .services-hero__decision,
.services-page .services-hero__trust span {
    border-color: rgba(213, 180, 102, 0.24);
    background: rgba(255, 255, 255, 0.055);
}

.services-page .services-hero__decision li {
    border-color: rgba(213, 180, 102, 0.18);
    background: rgba(4, 5, 7, 0.34);
}

.services-page .services-lane-orb__media {
    border: 1px solid rgba(213, 180, 102, 0.42);
}

.services-page .services-lane-orb__action {
    border-color: rgba(230, 198, 109, 0.48);
    color: #fffaf2;
}

@media (min-width: 1025px) {
    .services-page .services-hero {
        height: 100svh;
        min-height: 100svh;
        overflow: clip;
    }

    .services-page .services-hero__shell {
        --services-support-top-gap: clamp(0.75rem, 1.25vh, 1rem);
        --services-support-bottom-gap: clamp(0.75rem, 1.45vh, 1.05rem);
        width: var(--lab-frame-width);
        height: 100%;
        min-height: 0;
        padding-top: calc(var(--lab-header-offset) + var(--services-support-top-gap));
        padding-bottom: var(--services-support-bottom-gap);
        align-content: stretch;
    }

    .services-page .services-hero__planner--direct {
        grid-template-columns: minmax(20rem, 0.86fr) minmax(0, 1.14fr);
        grid-template-rows: minmax(0, 1fr);
        gap: clamp(0.9rem, 1.35vw, 1.25rem);
        height: 100%;
        min-height: 0;
        align-items: stretch;
    }

    .services-page .services-hero__hub-intro {
        display: grid;
        grid-template-rows: auto auto auto auto auto minmax(0, 1fr);
        align-self: stretch;
        align-content: start;
        justify-items: start;
        min-height: 0;
        height: 100%;
        padding: clamp(1rem, 1.65vw, 1.35rem);
        text-align: left;
    }

    .services-page .services-hero__hub-intro .services-kicker {
        justify-content: flex-start;
    }

    .services-page .services-hero__hub-intro h1 {
        max-width: 10.5ch;
        font-size: clamp(2.7rem, 3.9vw, 4.15rem);
        line-height: 0.9;
        text-align: left;
    }

    .services-page .services-hero__planner--direct .services-hero__lead {
        max-width: 30rem;
        font-size: clamp(0.86rem, 0.95vw, 1rem);
        line-height: 1.45;
        text-align: left;
    }

    .services-page .services-hero__cue {
        max-width: none;
        width: 100%;
    }

    .services-page .services-hero__trust {
        align-self: end;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.48rem;
    }

    .services-page .services-hero__trust span {
        min-height: 0;
        padding: 0.58rem 0.62rem;
        gap: 0.2rem;
    }

    .services-page .services-hero__trust strong {
        font-size: 0.54rem;
        letter-spacing: 0.1em;
        line-height: 1.12;
    }

    .services-page .services-hero__trust small {
        font-size: 0.64rem;
        line-height: 1.22;
    }

    .services-page .services-hero__planner--direct .services-hero__selector {
        align-self: stretch;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(2, minmax(0, 1fr));
        gap: clamp(0.8rem, 1.1vw, 1rem);
        height: 100%;
        min-height: 0;
        width: 100%;
        padding: 0;
        overflow: visible;
    }

    .services-page .services-lane-orb {
        grid-template-rows: minmax(6rem, 0.9fr) auto;
        align-content: stretch;
        height: 100%;
        min-height: 0;
        padding: clamp(0.62rem, 0.9vw, 0.82rem);
    }

    .services-page .services-lane-orb__media {
        min-height: 0;
    }

    .services-page .services-lane-orb__content {
        align-content: start;
        gap: 0.3rem;
        min-height: 0;
        padding-top: 0;
    }
}

@media (min-width: 1025px) and (max-height: 820px) {
    .services-page .services-hero__shell {
        --services-support-top-gap: 0.65rem;
        --services-support-bottom-gap: 1.35rem;
    }

    .services-page .services-hero__hub-intro {
        grid-template-rows: auto auto auto auto auto minmax(0, 1fr);
        gap: 0.48rem;
        padding: 0.84rem;
    }

    .services-page .services-hero__hub-intro h1 {
        font-size: clamp(2.42rem, 3.35vw, 3rem);
    }

    .services-page .services-hero__planner--direct .services-hero__lead {
        font-size: 0.82rem;
        line-height: 1.32;
    }

    .services-page .services-hero__cue,
    .services-page .services-hero__decision {
        padding: 0.48rem;
    }

    .services-page .services-hero__cue p {
        font-size: 0.78rem;
        line-height: 1.32;
    }

    .services-page .services-hero__decision {
        gap: 0.34rem;
    }

    .services-page .services-hero__decision ul {
        gap: 0.3rem;
    }

    .services-page .services-hero__decision li {
        min-height: 2.55rem;
        padding: 0.36rem 0.42rem;
    }

    .services-page .services-hero__decision small {
        font-size: 0.6rem;
        line-height: 1.18;
    }

    .services-page .services-hero__trust {
        gap: 0.38rem;
    }

    .services-page .services-hero__trust span {
        min-height: 0;
        padding: 0.42rem 0.46rem;
    }

    .services-page .services-hero__trust small {
        font-size: 0.58rem;
        line-height: 1.15;
    }
}

@media (max-width: 1024px) {
    .services-page .services-hero {
        min-height: auto;
        overflow: visible;
    }

    .services-page .services-hero__shell {
        width: min(100% - 2rem, 62rem);
        min-height: auto;
        padding-top: calc(var(--lab-header-offset) + 1rem);
        padding-bottom: 1.2rem;
    }

    .services-page .services-hero__planner--direct {
        min-height: auto;
        height: auto;
        gap: 1rem;
    }

    .services-page .services-hero__hub-intro {
        padding: clamp(1rem, 4vw, 1.25rem);
    }

    .services-page .services-hero__planner--direct .services-hero__selector {
        width: 100%;
    }
}

.services-page .services-hero__hub-intro h1 {
    max-width: 12ch;
}

.services-page .services-hero__trust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
}

.services-page .services-hero__trust span {
    align-items: start;
}

.services-page .services-kicker--dark {
    color: #6f5433;
}

.services-page .services-lane-orb__label {
    text-wrap: balance;
}

.services-page .services-lane-orb__action {
    text-transform: uppercase;
}

.services-page .services-flow {
    padding-top: clamp(3rem, 6vw, 4rem);
}

.services-page .services-faq {
    padding-top: clamp(3rem, 6vw, 4rem);
    padding-bottom: clamp(3rem, 6vw, 4.5rem);
}

.services-page .services-flow__shell,
.services-page .services-faq__shell {
    width: var(--lab-frame-width);
}

.services-page .services-flow__item,
.services-page .services-faq__item,
.services-page .services-faq__cta {
    border-color: rgba(213, 180, 102, 0.18);
}

.services-page .services-flow__item {
    background: rgba(255, 255, 255, 0.7);
}

@media (min-width: 1025px) {
    .services-page .services-hero__hub-intro {
        grid-template-rows: auto auto auto auto auto minmax(0, 1fr);
    }

    .services-page .services-hero__trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1025px) and (max-height: 820px) {
    .services-page .services-hero__hub-intro h1 {
        max-width: 11.4ch;
    }

    .services-page .services-hero__trust span {
        padding: 0.38rem 0.44rem;
    }
}

@media (max-width: 640px) {
    .services-page .services-hero__trust {
        grid-template-columns: 1fr;
    }

    .services-page .services-hero__trust span {
        display: grid;
        justify-items: start;
        text-align: left;
    }

    .services-page .services-hero__trust span:nth-child(2) {
        display: grid;
    }

    .services-page .services-hero__trust strong {
        justify-self: start;
        width: 100%;
        text-align: left;
    }
}

.services-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

/* Services now opens with the process panel, then only the four service cards. */
.services-page .services-flow--lead {
    display: grid;
    align-items: center;
    min-height: auto;
    box-sizing: border-box;
    padding: calc(var(--lab-header-offset) + clamp(1.55rem, 3.8vh, 2.65rem)) 0 clamp(1.9rem, 4.4vh, 3.15rem);
    background:
        radial-gradient(ellipse at 50% 0%, rgba(213, 180, 102, 0.14), rgba(213, 180, 102, 0) 36rem),
        linear-gradient(180deg, #f5efe5 0%, #fbf8f1 52%, #f3eadf 100%);
}

.services-page .services-flow--lead .services-flow__shell {
    width: var(--lab-frame-width);
    gap: clamp(1.35rem, 3.4vh, 2.15rem);
    align-content: center;
}

.services-page .services-flow--lead .services-section__head {
    justify-items: center;
    max-width: min(100%, 43rem);
    margin-inline: auto;
    gap: clamp(0.55rem, 1.15vh, 0.78rem);
    text-align: center;
}

.services-page .services-flow--lead .services-breadcrumb {
    justify-content: center;
    color: rgba(47, 36, 25, 0.7);
}

.services-page .services-flow--lead .services-breadcrumb span {
    color: #7b5a2f;
}

.services-page .services-flow--lead .services-section__head h1 {
    max-width: 19ch;
    margin: 0;
    color: #171412;
    font-family: var(--lab-font-display);
    font-size: clamp(2.25rem, 3.55vw, 3.55rem);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    text-wrap: balance;
}

.services-page .services-flow--lead .services-section__head p {
    max-width: 39rem;
    margin-inline: auto;
    font-size: clamp(0.95rem, 1.16vw, 1.08rem);
    line-height: 1.58;
}

.services-page .services-flow--lead .services-flow__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 0.35rem;
}

.services-page .services-flow--lead .services-flow__actions .services-button {
    min-width: min(100%, 12.5rem);
}

.services-page .services-flow--lead .services-flow__list {
    gap: clamp(0.85rem, 1.55vw, 1.15rem);
}

.services-page .services-flow--lead .services-flow__item {
    display: grid;
    align-content: start;
    justify-items: center;
    gap: clamp(0.48rem, 1.05vh, 0.72rem);
    min-height: clamp(9.8rem, 16vh, 11.4rem);
    padding: clamp(1.15rem, 1.8vw, 1.55rem);
    text-align: center;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 18px 42px rgba(29, 22, 16, 0.08);
}

.services-page .services-flow--lead .services-flow__item strong {
    font-size: 0.68rem;
    letter-spacing: 0.18em;
}

.services-page .services-flow--lead .services-flow__item h3 {
    margin: 0;
    color: #171412;
    font-family: var(--lab-font-body);
    font-size: clamp(1.04rem, 1.24vw, 1.28rem);
    font-weight: 800;
    line-height: 1.22;
    text-wrap: balance;
}

.services-page .services-flow--lead .services-flow__item p {
    max-width: 20rem;
    margin-inline: auto;
    font-size: clamp(0.86rem, 0.95vw, 0.94rem);
    line-height: 1.55;
}

.services-page .services-hero--cards-only {
    min-height: auto !important;
    height: auto !important;
    padding: clamp(2.25rem, 4.6vw, 4rem) 0 clamp(2.7rem, 5.4vw, 4.8rem);
    overflow: visible !important;
    background:
        radial-gradient(circle at 50% 0%, rgba(213, 180, 102, 0.14), rgba(213, 180, 102, 0) 26rem),
        linear-gradient(180deg, #f3eadf 0%, #fbf8f1 54%, #f5efe5 100%);
}

.services-page .services-hero--cards-only .services-hero__shell {
    width: var(--lab-frame-width);
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    align-content: start;
    justify-items: stretch;
    gap: clamp(1.45rem, 3vw, 2.35rem);
}

.services-page .services-services-intro {
    max-width: min(100%, 43rem);
    margin-inline: auto;
}

.services-page .services-services-intro h2 {
    max-width: 20ch;
    margin-inline: auto;
    color: #171412;
    font-size: clamp(2rem, 3.2vw, 3.1rem);
    line-height: 1.02;
}

.services-page .services-services-intro p {
    max-width: 42rem;
    margin-inline: auto;
    font-size: clamp(0.94rem, 1.08vw, 1.04rem);
    line-height: 1.58;
}

.services-page .services-hero--cards-only .services-hero__planner--direct {
    display: block;
    width: 100%;
    max-width: none;
    min-height: 0 !important;
    height: auto !important;
}

.services-page .services-hero--cards-only .services-hero__selector {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-flow: row;
    gap: clamp(0.85rem, 1.4vw, 1.2rem);
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
}

.services-page .services-hero--cards-only .services-lane-orb {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(9rem, auto) auto;
    gap: 0.72rem;
    min-height: clamp(20rem, 31vw, 24rem);
    height: auto;
    padding: clamp(0.74rem, 1vw, 0.95rem);
    scroll-snap-align: none;
}

.services-page .services-hero--cards-only .services-lane-orb__media {
    width: 100%;
    min-height: 0;
    aspect-ratio: 1.25 / 1;
}

.services-page .services-hero--cards-only .services-lane-orb__content {
    align-content: start;
    gap: 0.42rem;
    min-height: 0;
    padding-top: 0;
}

.services-page .services-hero--cards-only .services-lane-orb__label,
.services-page .services-hero--cards-only .services-lane-orb__meta,
.services-page .services-hero--cards-only .services-lane-orb__copy {
    text-align: left;
}

.services-page .services-hero--cards-only .services-lane-orb__copy {
    display: block;
    font-size: clamp(0.88rem, 0.96vw, 0.98rem);
    line-height: 1.48;
}

.services-page .services-hero--cards-only .services-lane-orb__action {
    display: inline-flex;
}

@media (max-width: 1180px) {
    .services-page .services-hero--cards-only .services-hero__selector {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-page .services-hero--cards-only .services-lane-orb {
        grid-template-columns: minmax(9rem, 0.8fr) minmax(0, 1fr);
        grid-template-rows: none;
        min-height: 13rem;
    }
}

@media (max-width: 820px) {
    .services-page .services-flow--lead {
        align-items: start;
        min-height: auto;
        padding: calc(var(--lab-header-offset) + 1.45rem) 0 2.2rem;
    }

    .services-page .services-flow--lead .services-flow__shell {
        width: min(100% - 2rem, 62rem);
        gap: 1.45rem;
    }

    .services-page .services-flow--lead .services-section__head h1 {
        max-width: 18ch;
        font-size: clamp(2.1rem, 9.2vw, 3.15rem);
        line-height: 1;
    }

    .services-page .services-flow--lead .services-section__head p {
        font-size: 1rem;
        line-height: 1.48;
    }

    .services-page .services-flow--lead .services-flow__item {
        min-height: auto;
        padding: 1.08rem;
    }

    .services-page .services-flow--lead .services-flow__item h3 {
        font-size: clamp(1.02rem, 4.8vw, 1.24rem);
    }
}

@media (max-width: 640px) {
    .services-page .services-flow--lead {
        padding-top: calc(var(--lab-header-offset) + 0.85rem);
    }

    .services-page .services-flow--lead .services-flow__shell {
        width: min(100% - 3rem, 62rem);
    }

    .services-page .services-flow--lead .services-section__head {
        justify-items: center;
        max-width: 100%;
        margin-inline: auto;
        gap: 0.72rem;
        text-align: center;
    }

    .services-page .services-flow--lead .services-kicker {
        gap: 0.7rem;
        color: #7a5c25;
        font-family: var(--lab-font-sans);
        font-size: 0.72rem;
        font-weight: 800;
        letter-spacing: 0.12em;
    }

    .services-page .services-flow--lead .services-section__head h1 {
        max-width: 100%;
        margin-inline: auto;
        font-size: clamp(1.78rem, 7vw, 2.25rem);
        font-weight: 600;
        letter-spacing: 0;
        line-height: 1;
        text-wrap: balance;
    }

    .services-page .services-flow--lead .services-section__head p {
        max-width: 42rem;
        margin-inline: auto;
        font-size: 0.92rem;
        font-weight: 500;
        line-height: 1.5;
    }

    .services-page .services-flow--lead .services-flow__actions {
        width: 100%;
        gap: 0.65rem;
    }

    .services-page .services-flow--lead .services-flow__actions .services-button {
        flex: 1 1 100%;
        min-width: 0;
    }

    .services-page .services-hero--cards-only {
        padding: 2rem 0 2.8rem;
    }

    .services-page .services-hero--cards-only .services-hero__shell {
        width: min(100% - 2rem, 62rem);
        gap: 1.35rem;
    }

    .services-page .services-services-intro h2 {
        font-size: clamp(1.85rem, 8vw, 2.55rem);
    }

    .services-page .services-services-intro p {
        font-size: 0.94rem;
    }

    .services-page .services-hero--cards-only .services-hero__selector {
        grid-template-columns: 1fr;
        gap: 0.86rem;
        overflow: visible;
        padding: 0;
    }

    .services-page .services-hero--cards-only .services-lane-orb {
        grid-template-columns: 1fr;
        grid-template-rows: minmax(9.25rem, auto) auto;
        min-height: auto;
        padding: 0.72rem;
    }

    .services-page .services-hero--cards-only .services-lane-orb__label {
        font-size: clamp(1.42rem, 7vw, 1.8rem);
    }

    .services-page .services-hero--cards-only .services-lane-orb__copy {
        font-size: 0.92rem;
        line-height: 1.44;
    }

    .services-page .services-hero--cards-only .services-lane-orb__action {
        min-height: 2.35rem;
        width: auto;
        padding-inline: 0.78rem;
        font-size: 0.56rem;
    }
}

@media (max-width: 390px) and (max-height: 740px) {
    .services-page .services-hero--cards-only .services-lane-orb__copy {
        display: block;
    }

    .services-page .services-hero--cards-only .services-lane-orb__action {
        display: inline-flex;
    }
}

.services-page .site-v2-footer {
    position: relative;
    isolation: isolate;
    margin-top: -1px;
    padding: clamp(2.6rem, 6vw, 5.25rem) 0 clamp(1.8rem, 4vw, 3rem);
    background:
        linear-gradient(180deg, #f3eadf 0%, #fbf8f1 42%, #f5efe5 100%);
    overflow: hidden;
}

.services-page .site-v2-footer::before,
.services-page .site-v2-footer::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.services-page .site-v2-footer::before {
    inset: 0 0 auto;
    height: clamp(7rem, 16vw, 15rem);
    background:
        radial-gradient(ellipse at 50% 0%, rgba(213, 180, 102, 0.18), rgba(213, 180, 102, 0) 58%),
        linear-gradient(180deg, rgba(245, 239, 229, 0.96), rgba(243, 234, 223, 0));
}

.services-page .site-v2-footer::after {
    left: 50%;
    top: clamp(1rem, 3vw, 2.5rem);
    width: min(72rem, 78vw);
    height: 1px;
    background: linear-gradient(90deg, rgba(213, 180, 102, 0), rgba(213, 180, 102, 0.34), rgba(213, 180, 102, 0));
    transform: translateX(-50%);
}

.services-page .site-v2-footer__shell {
    position: relative;
    border-color: rgba(213, 180, 102, 0.16);
    box-shadow:
        0 26px 64px rgba(15, 16, 20, 0.2),
        0 -18px 48px rgba(213, 180, 102, 0.06);
}
