body.page-id-24 #brx-content.wordpress {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.khs-services-page {
    --khs-ink: #17263a;
    --khs-wine: #8b2635;
    --khs-gold: #c7a56d;
    --khs-sage: #dfe8e3;
    --khs-paper: #f7f8f6;
    --khs-white: #ffffff;
    --khs-muted: #637083;
    --khs-border: #d9dedc;
    color: var(--khs-ink);
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 249, 242, 0.58), transparent 30%),
        radial-gradient(circle at 88% 18%, rgba(139, 38, 53, 0.16), transparent 34%),
        linear-gradient(180deg, #fbf4ec 0%, #f1dfd2 24%, #dfb9a4 52%, #b88772 78%, #6f4a3a 100%);
    font-family: var(--khs-font-sans, "Open Sans", Arial, sans-serif);
    letter-spacing: 0;
}

.khs-services-page *,
.khs-services-page *::before,
.khs-services-page *::after {
    box-sizing: border-box;
}

.khs-services-hero {
    position: relative;
    min-height: min(68svh, 680px);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    color: var(--khs-white);
    background: var(--khs-ink);
}

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

.khs-services-hero__image {
    object-fit: cover;
    object-position: center 38%;
    filter: saturate(0.82) contrast(1.04);
}

.khs-services-hero__overlay {
    background:
        linear-gradient(90deg, rgba(16, 29, 45, 0.9) 0%, rgba(16, 29, 45, 0.68) 48%, rgba(16, 29, 45, 0.2) 100%),
        linear-gradient(0deg, rgba(16, 29, 45, 0.55) 0%, transparent 56%);
}

.khs-services-hero__inner {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 72px 0 64px;
}

.khs-services-eyebrow,
.khs-service-category__eyebrow {
    color: var(--khs-gold);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
}

.khs-services-eyebrow {
    margin-bottom: 16px;
}

.khs-services-hero__title {
    max-width: 760px;
    margin: 0;
    color: inherit;
    font-size: clamp(40px, 5vw, 72px);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0;
}

.khs-services-hero__copy {
    max-width: 660px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(16px, 1.45vw, 20px);
    line-height: 1.65;
}

.khs-services-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.khs-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.khs-button:hover {
    transform: translateY(-2px);
}

.khs-button:focus-visible,
.khs-services-nav__link:focus-visible {
    outline: 3px solid var(--khs-gold);
    outline-offset: 3px;
}

.khs-button--primary {
    color: var(--khs-white);
    background: var(--khs-wine);
    border-color: var(--khs-wine);
}

.khs-button--primary:hover {
    color: var(--khs-white);
    background: #741f2c;
    border-color: #741f2c;
}

.khs-button--ghost {
    color: var(--khs-white);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.58);
    backdrop-filter: blur(8px);
}

.khs-button--ghost:hover {
    color: var(--khs-ink);
    background: var(--khs-white);
    border-color: var(--khs-white);
}

.khs-services-nav {
    position: sticky;
    top: 100px;
    z-index: 20;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid var(--khs-border);
    backdrop-filter: blur(12px);
}

.khs-services-nav__inner {
    width: min(1180px, calc(100% - 48px));
    display: flex;
    gap: 6px;
    margin: 0 auto;
    padding: 11px 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.khs-services-nav__inner::-webkit-scrollbar {
    display: none;
}

.khs-services-nav__link {
    min-height: 44px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    padding: 9px 13px;
    border-radius: 6px;
    color: var(--khs-ink);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap;
    transition: color 180ms ease, background-color 180ms ease;
}

.khs-services-nav__link:hover {
    color: var(--khs-wine);
    background: #f4ecee;
}

.khs-services-content {
    width: min(1440px, calc(100% - 32px));
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
    margin: 0 auto;
    padding: 96px 0 112px;
    background: transparent;
}

.khs-service-category {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    scroll-margin-top: 184px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255, 249, 242, 0.52), rgba(255, 249, 242, 0.22));
    border: 1px solid rgba(255, 249, 242, 0.82);
    border-radius: 26px;
    box-shadow:
        0 32px 90px rgba(70, 38, 25, 0.24),
        0 14px 34px rgba(70, 38, 25, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.76),
        inset 0 -1px 0 rgba(255, 249, 242, 0.22);
    -webkit-backdrop-filter: blur(22px) saturate(1.24);
    backdrop-filter: blur(22px) saturate(1.24);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.khs-service-category:hover {
    transform: translateY(-4px);
    box-shadow:
        0 38px 110px rgba(70, 38, 25, 0.28),
        0 16px 40px rgba(70, 38, 25, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        inset 0 -1px 0 rgba(255, 249, 242, 0.24);
}

.khs-service-category__intro {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
    gap: 28px;
    align-items: stretch;
    padding: 26px 28px 28px;
}

.khs-service-category__header {
    min-width: 0;
}

.khs-service-category__eyebrow {
    display: block;
    max-width: calc(100% - 40px);
    margin-bottom: 10px;
}

.khs-service-category__title {
    margin: 0;
    color: #3f2b27;
    font-size: clamp(27px, 2.1vw, 35px);
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: 0;
    text-wrap: balance;
}

.khs-service-category__description {
    margin: 0;
    color: rgba(63, 43, 39, 0.72);
    font-size: 15px;
    line-height: 1.65;
}

.khs-service-category__aside {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
    padding-left: 26px;
    border-left: 1px solid rgba(138, 90, 68, 0.2);
}

.khs-category-media {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;
    display: block;
    overflow: hidden;
    background: #fffaf6;
    border-bottom: 1px solid rgba(138, 90, 68, 0.16);
}

.khs-category-media__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
}

.khs-category-media--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    color: rgba(76, 50, 43, 0.64);
    background:
        linear-gradient(135deg, rgba(255, 249, 242, 0.7), rgba(223, 185, 164, 0.26)),
        rgba(255, 249, 242, 0.32);
    border-right: 1px solid rgba(255, 249, 242, 0.74);
}

.khs-category-media__size {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 11px;
    color: rgba(76, 50, 43, 0.72);
    background: rgba(255, 249, 242, 0.74);
    border: 1px solid rgba(138, 90, 68, 0.16);
    border-radius: 4px;
    font-size: 11px;
    font-weight: 750;
    line-height: 1.4;
}

.khs-service-category__groups {
    width: 100%;
    display: grid;
    gap: 30px;
    padding: 24px;
    background: rgba(255, 249, 242, 0.18);
    border-top: 1px solid rgba(255, 249, 242, 0.7);
}

.khs-category-details {
    width: 100%;
    display: block;
    margin-top: auto;
    padding: 0 28px 28px;
}

.khs-category-details__summary {
    width: min(100%, 290px);
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 11px 16px;
    color: var(--khs-wine);
    background: rgba(255, 249, 242, 0.48);
    border: 1px solid rgba(139, 38, 53, 0.18);
    border-radius: 6px;
    margin-left: auto;
    cursor: pointer;
    list-style: none;
    transition: color 180ms ease, background-color 180ms ease;
}

.khs-category-details__summary::-webkit-details-marker {
    display: none;
}

.khs-category-details__summary:hover {
    color: var(--khs-white);
    background: var(--khs-wine);
}

.khs-category-details__summary:focus-visible {
    outline: 3px solid var(--khs-gold);
    outline-offset: -3px;
}

.khs-category-details__summary-copy {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5px 9px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
}

.khs-category-details__count {
    color: var(--khs-muted);
    font-size: 11px;
    font-weight: 700;
}

.khs-category-details__summary:hover .khs-category-details__count {
    color: rgba(255, 255, 255, 0.76);
}

.khs-category-details__open-label {
    display: none;
}

.khs-category-details__icon {
    flex: 0 0 auto;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    transition: transform 180ms ease;
}

.khs-category-details[open] .khs-category-details__closed-label {
    display: none;
}

.khs-category-details[open] .khs-category-details__open-label {
    display: inline;
}

.khs-category-details[open] .khs-category-details__icon {
    transform: rotate(45deg);
}

.khs-category-details[open] .khs-category-details__summary {
    border-radius: 6px 6px 0 0;
}

.khs-category-details:not([open]) > .khs-service-category__groups {
    display: none;
}

.khs-category-details > .khs-service-category__groups {
    margin-top: 8px;
    background: rgba(255, 249, 242, 0.98);
    border: 1px solid rgba(138, 90, 68, 0.2);
    border-radius: 0 0 12px 12px;
}

.khs-menu-group {
    width: 100%;
    display: block;
    padding: 0;
}

.khs-menu-group__header {
    max-width: 760px;
    margin-bottom: 18px;
}

.khs-menu-group__title {
    margin: 0;
    color: #3f2b27;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0;
}

.khs-menu-group__description {
    margin: 8px 0 0;
    color: rgba(63, 43, 39, 0.68);
    font-size: 15px;
    line-height: 1.65;
}

.khs-price-table {
    width: 100%;
    display: block;
    border-top: 2px solid rgba(63, 43, 39, 0.78);
}

.khs-price-table__header,
.khs-price-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 14px;
    align-items: center;
}

.khs-price-table--package .khs-price-table__header,
.khs-price-table--package .khs-price-row {
    grid-template-columns: minmax(0, 1fr) auto;
}

.khs-price-table__header {
    display: none;
}

.khs-price-row {
    min-height: 0;
    padding: 16px 0;
    border-bottom: 1px solid rgba(138, 90, 68, 0.2);
}

.khs-price-row__title {
    margin: 0;
    color: #3f2b27;
    font-size: 16px;
    font-weight: 650;
    line-height: 1.35;
    letter-spacing: 0;
}

.khs-price-row__description {
    max-width: 760px;
    margin: 5px 0 0;
    color: rgba(63, 43, 39, 0.66);
    font-size: 12px;
    line-height: 1.55;
}

.khs-price-row__price {
    color: var(--khs-wine);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    text-align: right;
    white-space: nowrap;
}

.khs-price-row__price--package {
    color: var(--khs-ink);
}

.khs-price-table--package .khs-price-row__service {
    grid-column: 1 / -1;
}

.khs-price-table--package .khs-price-row__price {
    display: grid;
    gap: 3px;
    padding: 0;
    text-align: left;
}

.khs-price-table--package .khs-price-row__price--package {
    text-align: right;
}

.khs-price-table--package .khs-price-row__price::before {
    content: attr(data-label);
    color: var(--khs-muted);
    font-size: 9px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
}

.khs-services-closing {
    padding: 88px 24px;
    color: var(--khs-white);
    background: var(--khs-ink);
}

.khs-services-closing__inner {
    width: min(760px, 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}

.khs-services-closing__title {
    margin: 0;
    color: inherit;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 0;
}

.khs-services-closing__copy {
    max-width: 620px;
    margin: 18px auto 28px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.7;
}

@media (max-width: 1280px) {
    .khs-services-content {
        width: min(820px, calc(100% - 32px));
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 80px 0 96px;
    }
}

@media (max-width: 767px) {
    .khs-services-hero {
        min-height: 72svh;
    }

    .khs-services-hero__image {
        object-position: 58% center;
    }

    .khs-services-hero__overlay {
        background:
            linear-gradient(0deg, rgba(16, 29, 45, 0.94) 0%, rgba(16, 29, 45, 0.62) 64%, rgba(16, 29, 45, 0.28) 100%);
    }

    .khs-services-hero__inner,
    .khs-services-nav__inner {
        width: min(100% - 32px, 1180px);
    }

    .khs-services-hero__inner {
        padding: 64px 0 38px;
    }

    .khs-services-hero__title {
        font-size: clamp(36px, 11vw, 52px);
    }

    .khs-services-hero__copy {
        font-size: 16px;
        line-height: 1.6;
    }

    .khs-services-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .khs-button {
        width: 100%;
    }

    .khs-services-nav {
        top: 100px;
    }

    .khs-service-category {
        scroll-margin-top: 84px;
    }

    .khs-services-content {
        width: min(100% - 20px, 680px);
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 64px 0 84px;
    }

    .khs-service-category__intro {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 24px;
    }

    .khs-service-category__header {
        padding-right: 0;
    }

    .khs-service-category__title {
        font-size: clamp(27px, 8.2vw, 32px);
    }

    .khs-service-category__aside {
        gap: 16px;
        padding: 18px 0 0;
        border-top: 1px solid rgba(138, 90, 68, 0.2);
        border-left: 0;
    }

    .khs-category-details > .khs-service-category__groups {
        margin-top: 8px;
    }

    .khs-category-details {
        padding: 0 24px 24px;
    }

    .khs-category-details__summary {
        width: 100%;
    }

    .khs-category-media--placeholder {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 249, 242, 0.72);
    }

    .khs-service-category__groups {
        gap: 30px;
    }

    .khs-price-table,
    .khs-price-table--package {
        border-top-width: 1px;
    }

    .khs-services-closing {
        padding: 64px 16px 108px;
    }
}

@media (max-width: 478px) {
    .khs-services-nav {
        top: 0;
    }

    .khs-category-media {
        aspect-ratio: 3 / 2;
    }

    .khs-price-row__title {
        font-size: 17px;
    }

    .khs-price-row__description {
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .khs-services-page *,
    .khs-services-page *::before,
    .khs-services-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
