body.site-page.font-lab-active {
    --home-font-body: "Manrope", "Inter", sans-serif;
    --home-font-heading: "PT Serif", "Lora", serif;
    --home-font-label: "Manrope", "Inter", sans-serif;
    --home-font-heading-weight: 700;
}

body.site-page.font-lab-active,
body.site-page.font-lab-active :is(
    .site-header,
    .site-nav,
    .site-main,
    .site-footer,
    .button,
    .lead-form,
    .contact-box,
    input,
    textarea,
    label
) {
    font-family: var(--home-font-body);
}

body.site-page.font-lab-active :is(
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .ch-trust__num,
    .ch-service__num
) {
    font-family: var(--home-font-heading);
    font-weight: var(--home-font-heading-weight);
}

body.site-page.font-lab-active :is(
    .ch-eyebrow,
    .ch-hero__eyebrow,
    .eyebrow,
    .ch-solutions__label,
    .ch-dash__tag,
    .ch-imgcard__topic,
    .ch-article__meta,
    .ch-service__link,
    .site-nav__badge,
    .font-lab-panel__eyebrow
) {
    font-family: var(--home-font-label);
}

body.site-page.font-lab-active .font-lab-panel {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 60;
    width: min(360px, calc(100vw - 24px));
    padding: 18px;
    border: 1px solid rgba(22, 21, 19, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    color: #1c1b19;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.16);
    backdrop-filter: blur(16px);
}

body.site-page.font-lab-active .font-lab-panel__eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #6b6862;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.site-page.font-lab-active .font-lab-panel__title {
    margin: 0;
    font-family: var(--home-font-heading);
    font-size: 1.3rem;
    line-height: 1.1;
}

body.site-page.font-lab-active .font-lab-panel__lead {
    margin: 10px 0 0;
    color: #59554f;
    font-size: 0.95rem;
    line-height: 1.55;
}

body.site-page.font-lab-active .font-lab-panel__summary {
    display: grid;
    gap: 8px;
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(246, 242, 234, 0.9);
}

body.site-page.font-lab-active .font-lab-panel__summary div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
}

body.site-page.font-lab-active .font-lab-panel__summary span {
    color: #6b6862;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.site-page.font-lab-active .font-lab-panel__summary strong {
    text-align: right;
    font-size: 0.92rem;
    line-height: 1.25;
}

body.site-page.font-lab-active .font-lab-panel__grid {
    display: grid;
    gap: 10px;
    margin-top: 16px;
    max-height: min(42vh, 380px);
    overflow-y: auto;
}

body.site-page.font-lab-active .font-lab-panel__option {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid rgba(22, 21, 19, 0.12);
    border-radius: 12px;
    background: #fff;
    color: inherit;
    text-align: left;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

body.site-page.font-lab-active .font-lab-panel__option:hover {
    transform: translateY(-1px);
    border-color: rgba(22, 21, 19, 0.28);
}

body.site-page.font-lab-active .font-lab-panel__option[aria-pressed="true"] {
    border-color: #161513;
    background: #f6f2ea;
}

body.site-page.font-lab-active .font-lab-panel__option strong {
    display: block;
    margin-bottom: 4px;
    font-size: 0.98rem;
    line-height: 1.2;
}

body.site-page.font-lab-active .font-lab-panel__option span {
    display: block;
    color: #6b6862;
    font-size: 0.84rem;
    line-height: 1.45;
}

body.site-page.font-lab-active .font-lab-panel__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

body.site-page.font-lab-active .font-lab-panel__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(22, 21, 19, 0.12);
    background: #fff;
    color: #1c1b19;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
}

body.site-page.font-lab-active .font-lab-panel__link:hover {
    border-color: rgba(22, 21, 19, 0.28);
}

@media (max-width: 860px) {
    body.site-page.font-lab-active .font-lab-panel {
        right: 12px;
        bottom: 12px;
        left: 12px;
        width: auto;
    }
}
