.hris-page {
    --hris-ink: #0a0a0a;
    --hris-muted: rgba(10, 10, 10, .62);
    --hris-faint: rgba(10, 10, 10, .46);
    --hris-soft: #f3f3f1;
    --hris-white: #fff;
    color: var(--hris-ink);
    background: var(--hris-white);
    overflow: hidden;
    overflow: clip;
}

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

.hris-page h1,
.hris-page h2,
.hris-page h3,
.hris-page h4,
.hris-page p,
.hris-page figure {
    letter-spacing: 0;
}

.hris-page a:focus-visible,
.hris-page button:focus-visible,
.hris-page summary:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
}

.hris-page [hidden] {
    display: none !important;
}

.hris-overview,
.hris-suite,
.hris-roles,
.hris-experience,
.hris-fit,
.hris-cowork,
.hris-faq {
    scroll-margin-top: 96px;
}

.hris-kicker {
    margin: 0;
    color: var(--hris-faint);
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.hris-kicker--light {
    color: rgba(255, 255, 255, .48);
}

.hris-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 4px;
    color: var(--hris-ink);
    border-bottom: 1px solid currentColor;
    font-size: .9375rem;
    font-weight: 600;
    text-decoration: none;
    transition: gap .25s ease;
}

.hris-text-link:hover {
    gap: 14px;
    color: var(--hris-ink);
}

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

.hris-heading {
    margin-bottom: 40px;
}

.hris-heading--split {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, .6fr);
    gap: 48px;
    align-items: end;
}

.hris-heading h2,
.hris-overview__copy h2,
.hris-cowork__copy h2,
.hris-faq__head h2 {
    max-width: 760px;
    margin: 14px 0 0;
    color: var(--hris-ink);
    font-size: 2.35rem;
    font-weight: 600;
    line-height: 1.08;
}

.hris-heading > p {
    max-width: 420px;
    margin: 0 0 2px;
    color: var(--hris-muted);
    font-size: 1rem;
    line-height: 1.65;
}

/* Editorial product hero */
.hris-hero {
    position: relative;
    isolation: isolate;
    min-height: 470px;
    padding: 112px 0 72px;
    overflow: hidden;
    background: #0a0a0a;
}

.hris-hero__image,
.hris-hero__veil {
    position: absolute;
    inset: 0;
}

.hris-hero__image {
    inset: auto max(4vw, calc((100vw - 1290px) / 2)) auto auto;
    top: 50%;
    z-index: -2;
    display: block;
    width: clamp(330px, 32vw, 460px);
    height: clamp(210px, 20vw, 280px);
    object-fit: cover;
    object-position: center center;
    opacity: .72;
    transform: translateY(-42%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 100%);
}

.hris-hero__veil {
    z-index: -1;
    background: linear-gradient(90deg, #0a0a0a 0%, #0a0a0a 47%, rgba(10, 10, 10, .9) 59%, rgba(10, 10, 10, .08) 100%);
    pointer-events: none;
}

.hris-hero > .kj-container {
    position: relative;
    z-index: 1;
    width: 100%;
}

.hris-hero .kj-hero__context,
.hris-hero .kj-hero__title,
.hris-hero .kj-hero__desc {
    letter-spacing: 0;
}

.hris-hero__copy {
    max-width: 620px;
}

.hris-hero .hris-kicker--hero {
    margin-bottom: 14px;
    color: rgba(255, 255, 255, .42);
}

.hris-hero .kj-hero__title {
    max-width: 620px;
    margin-bottom: 18px;
    font-size: clamp(2.6rem, 4.3vw, 3.8rem);
    font-weight: 600;
    line-height: 1.03;
}

.hris-hero .kj-hero__desc {
    max-width: 540px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .7);
    font-size: 1.02rem;
    line-height: 1.62;
}

/* Product overview */
.hris-overview {
    padding: 96px 0 104px;
    background: #fff;
}

.hris-overview__grid {
    display: grid;
    grid-template-columns: minmax(280px, .76fr) minmax(0, 1.24fr);
    gap: 64px;
    align-items: center;
}

.hris-overview__copy {
    max-width: 430px;
}

.hris-overview__copy h2 {
    margin-bottom: 20px;
}

.hris-overview__copy > p:not(.hris-kicker) {
    max-width: 410px;
    margin: 0 0 26px;
    color: var(--hris-muted);
    font-size: 1rem;
    line-height: 1.72;
}

.hris-product-shot {
    min-width: 0;
    width: 100%;
    max-width: 400px;
    margin: 0;
    justify-self: end;
}

.hris-product-shot__media {
    position: relative;
    overflow: hidden;
    background: #ecece9;
    aspect-ratio: 3 / 2;
    box-shadow: 0 24px 55px rgba(10, 10, 10, .1);
}

.hris-product-shot__media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(10, 10, 10, .06);
}

.hris-product-shot img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hris-product-shot figcaption {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 16px;
    color: var(--hris-faint);
    font-size: .75rem;
    line-height: 1.4;
}

.hris-product-shot figcaption span:first-child {
    color: var(--hris-ink);
    font-weight: 700;
}

/* Product explorer */
.hris-suite {
    padding: 96px 0 104px;
    background: #fff;
}

.hris-suite__explorer {
    display: grid;
    grid-template-columns: minmax(150px, 184px) 14px minmax(0, 1fr);
    column-gap: 24px;
    align-items: stretch;
    max-width: 1120px;
    margin: 0 auto;
}

.hris-suite__tabs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
}

.hris-suite__tabs button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
    min-height: 0;
    padding: 13px 0 13px 12px;
    color: rgba(10, 10, 10, .52);
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    font: inherit;
    font-size: .8125rem;
    font-weight: 500;
    line-height: 1.25;
    text-align: right;
    transition: color .25s ease, font-weight .25s ease;
}

.hris-suite__tabs button:hover {
    color: var(--hris-ink);
}

.hris-suite__tabs button[aria-selected="true"] {
    color: var(--hris-ink);
    font-weight: 700;
}

.hris-suite__ruler {
    position: relative;
    width: 14px;
    min-height: 440px;
    overflow: hidden;
}

.hris-suite__ruler-ticks {
    position: absolute;
    inset: 8px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 6%, #000 94%, transparent);
    mask-image: linear-gradient(to bottom, transparent, #000 6%, #000 94%, transparent);
}

.hris-suite-tick {
    flex: 0 0 1px;
    width: 7px;
    height: 1px;
    background: rgba(10, 10, 10, .2);
}

.hris-suite-tick:nth-child(8n + 1) {
    width: 11px;
}

.hris-suite__marker {
    position: absolute;
    right: 0;
    z-index: 2;
    width: 14px;
    height: 2px;
    background: var(--hris-ink);
    pointer-events: none;
    will-change: top;
}

.hris-suite__stage {
    min-width: 0;
    min-height: 440px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(10, 10, 10, .11);
    box-shadow: 0 1px 3px rgba(10, 10, 10, .025), 0 22px 48px rgba(10, 10, 10, .045);
}

.hris-suite__panel {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1.45fr);
    min-height: 438px;
    background: #fff;
    animation: hris-panel-in .44s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes hris-panel-in {
    from {
        opacity: 0;
        transform: translateY(calc(var(--hris-suite-direction, 1) * 18px));
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.hris-suite__intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
    padding: clamp(32px, 4vw, 52px);
    border-right: 1px solid rgba(10, 10, 10, .08);
}

.hris-suite__intro > p {
    margin: 0 0 14px;
    color: var(--hris-faint);
    font-size: .6875rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.hris-suite__intro h3 {
    max-width: 12ch;
    margin: 0 0 18px;
    color: var(--hris-ink);
    font-size: clamp(1.65rem, 2.2vw, 2.15rem);
    font-weight: 600;
    line-height: 1.06;
}

.hris-suite__intro > div {
    max-width: 32ch;
    margin-bottom: 26px;
    color: var(--hris-muted);
    font-size: .875rem;
    line-height: 1.62;
}

.hris-suite__intro .hris-text-link,
.hris-suite__intro .hris-text-link:hover {
    color: var(--hris-ink);
}

.hris-suite__modules {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 0;
    align-content: stretch;
    min-width: 0;
    padding: 10px;
    background: #f6f6f4;
}

.hris-module {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: start;
    min-height: 0;
    padding: 20px 18px;
    color: var(--hris-ink);
    background: transparent;
    border-radius: 0;
    text-decoration: none;
    transition: background-color .22s ease, transform .22s ease;
}

.hris-module:hover {
    color: var(--hris-ink);
    background: rgba(255, 255, 255, .82);
    transform: translateY(-1px);
}

.hris-suite__modules .hris-module:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

.hris-module__icon {
    grid-column: 1;
    grid-row: 1;
    width: 24px;
    height: 24px;
}

.hris-module > i:last-child {
    grid-column: 3;
    grid-row: 1;
    color: rgba(10, 10, 10, .35);
    font-size: .875rem;
    transition: color .22s ease, transform .22s ease;
}

.hris-module:hover > i:last-child {
    color: var(--hris-ink);
    transform: translate(2px, -2px);
}

.hris-module span {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
}

.hris-module strong,
.hris-module small {
    display: block;
}

.hris-module strong {
    margin-bottom: 6px;
    font-size: .875rem;
    font-weight: 650;
    line-height: 1.28;
}

.hris-module small {
    color: var(--hris-muted);
    font-size: .75rem;
    line-height: 1.45;
}

/* Role-led product view */
.hris-roles {
    padding: 88px 0 96px;
    background: #fff;
}

.hris-roles__grid {
    display: grid;
    grid-template-columns: minmax(280px, .34fr) minmax(0, 1fr);
    gap: 68px;
    align-items: start;
}

.hris-roles__head {
    max-width: 460px;
}

.hris-roles__head h2 {
    margin: 14px 0 0;
    color: var(--hris-ink);
    font-size: 2.35rem;
    font-weight: 600;
    line-height: 1.08;
}

.hris-roles__head > p:last-child {
    max-width: 420px;
    margin: 24px 0 0;
    color: var(--hris-muted);
    font-size: .9375rem;
    line-height: 1.65;
}

.hris-role-tabs {
    min-width: 0;
}

.hris-role-tabs__nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: end;
}

.hris-role-tab {
    appearance: none;
    border: 0;
    padding: 0 6px 15px;
    color: rgba(10, 10, 10, .42);
    background: transparent;
    cursor: pointer;
    font: inherit;
    font-size: .9375rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    transition: color .24s ease;
}

.hris-role-tab:hover,
.hris-role-tab.is-active {
    color: var(--hris-ink);
}

.hris-role-tab.is-active {
    cursor: default;
}

.hris-role-tabs__ruler {
    position: relative;
    height: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}

.hris-role-tabs__ruler-ticks {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.hris-role-tick {
    width: 1px;
    height: 8px;
    flex: 0 0 1px;
    margin: 0 5.5px;
    background: rgba(10, 10, 10, .2);
}

.hris-role-tabs__marker {
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 2;
    width: 2px;
    height: 18px;
    background: var(--hris-ink);
    transform: translateX(-1px);
    will-change: left;
}

.hris-role-tabs__stage {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(10, 10, 10, .08);
    box-shadow: 0 18px 58px rgba(10, 10, 10, .055);
}

.hris-role-panel {
    display: none;
    min-height: 430px;
    grid-template-columns: minmax(260px, .43fr) minmax(0, .57fr);
}

.hris-role-panel.is-active {
    display: grid;
}

.hris-role-panel.is-active {
    animation: hris-role-panel-in .36s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes hris-role-panel-in {
    from {
        opacity: 0;
        transform: translateX(var(--hris-role-offset, 12px));
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.hris-role-panel__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 44px 40px;
    border-right: 1px solid rgba(10, 10, 10, .08);
}

.hris-role-panel__copy h3 {
    max-width: 350px;
    margin: 0;
    color: var(--hris-ink);
    font-size: 1.45rem;
    font-weight: 550;
    line-height: 1.16;
}

.hris-role-panel__copy p {
    max-width: 360px;
    margin: 16px 0 0;
    color: var(--hris-muted);
    font-size: .8125rem;
    line-height: 1.58;
}

.hris-role-visual {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-width: 0;
    height: 430px;
    min-height: 430px;
    padding: 24px;
    overflow: hidden;
    background: #111;
}

.hris-role-visual::before {
    position: absolute;
    inset: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(180deg, rgba(5, 5, 5, .02) 34%, rgba(5, 5, 5, .7) 100%);
    pointer-events: none;
}

.hris-role-visual::after {
    position: absolute;
    inset: 0;
    z-index: 3;
    content: "";
    background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, .7) 50%, transparent 60%);
    opacity: 0;
    pointer-events: none;
    transform: translateX(-100%);
}

.hris-role-visual__image {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1) contrast(1.04);
}

.hris-role-panel.is-active .hris-role-visual__image {
    animation: hris-role-image-in .75s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes hris-role-image-in {
    from {
        opacity: .84;
        transform: scale(1.035);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.hris-role-visual.is-sweeping::after {
    animation: hris-role-sweep .62s cubic-bezier(.4, 0, .2, 1) both;
}

@keyframes hris-role-sweep {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    18% {
        opacity: .52;
    }
    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

.hris-role-workspace {
    position: relative;
    z-index: 2;
    width: min(88%, 390px);
    overflow: hidden;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(10, 10, 10, .1);
    box-shadow: 0 20px 48px rgba(0, 0, 0, .22);
}

.hris-role-workspace__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 44px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(10, 10, 10, .08);
}

.hris-role-workspace__head span {
    font-size: .75rem;
    font-weight: 700;
}

.hris-role-workspace__head strong {
    color: var(--hris-faint);
    font-size: .6875rem;
    font-weight: 650;
}

.hris-role-workspace__body {
    padding: 17px 18px 14px;
}

.hris-role-workspace__body > p {
    margin: 0;
    color: var(--hris-faint);
    font-size: .625rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.hris-role-workspace__body h4 {
    margin: 6px 0 13px;
    color: var(--hris-ink);
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.2;
}

.hris-role-workspace nav {
    border-top: 1px solid rgba(10, 10, 10, .08);
}

.hris-role-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 40px;
    padding: 0 2px;
    color: rgba(10, 10, 10, .78);
    border-bottom: 1px solid rgba(10, 10, 10, .08);
    font-size: .75rem;
    font-weight: 550;
    text-decoration: none;
    transition: color .22s ease;
}

.hris-role-action:last-child {
    border-bottom: 0;
}

.hris-role-action i {
    color: rgba(10, 10, 10, .4);
    font-size: 1rem;
    transition: color .22s ease, transform .22s ease;
}

.hris-role-action:hover {
    color: var(--hris-ink);
}

.hris-role-action:hover i {
    color: var(--hris-ink);
    transform: translate(2px, -2px);
}

.hris-role-panel.is-active .hris-role-action {
    animation: hris-role-action-in .38s cubic-bezier(.22, 1, .36, 1) both;
}

.hris-role-panel.is-active .hris-role-action:nth-child(2) {
    animation-delay: 45ms;
}

.hris-role-panel.is-active .hris-role-action:nth-child(3) {
    animation-delay: 90ms;
}

@keyframes hris-role-action-in {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

/* Kronjop Experiences */
.hris-experience {
    padding: clamp(76px, 8vw, 112px) 0;
    background: #fff;
}

.hris-xp {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(230px, 270px);
    gap: clamp(54px, 9vw, 130px);
    align-items: center;
    max-width: 1040px;
    margin: 0 auto;
}

.hris-xp__content {
    max-width: 660px;
}

.hris-xp__brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    color: rgba(10, 10, 10, .4);
    font-size: .68rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.hris-xp__brand b {
    color: #0a0a0a;
    font-weight: 800;
}

.hris-xp h2 {
    max-width: 610px;
    margin: 0;
    font-size: clamp(1.48rem, 2.35vw, 2.28rem);
    letter-spacing: 0;
    line-height: 1.08;
}

.hris-xp__trust {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    gap: 9px 42px;
    align-items: center;
    max-width: 590px;
    margin-top: clamp(26px, 3vw, 38px);
    padding: 30px 32px;
    color: #fff;
    background: #0a0a0a;
    text-decoration: none;
    transition: transform .25s ease, background-color .25s ease;
}

.hris-xp__trust-label {
    grid-column: 1;
    grid-row: 1;
    color: rgba(255, 255, 255, .48);
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hris-xp__trust strong {
    grid-column: 1;
    grid-row: 2;
    font-size: clamp(1.05rem, 1.45vw, 1.32rem);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.12;
}

.hris-xp__trust em {
    grid-column: 1;
    grid-row: 3;
    color: #fff;
    font-size: .82rem;
    font-style: normal;
    letter-spacing: .18em;
}

.hris-xp__trust-score {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
    color: rgba(255, 255, 255, .52);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .01em;
    white-space: nowrap;
}

.hris-xp__trust-link {
    grid-column: 2;
    grid-row: 3;
    justify-self: end;
    width: fit-content;
    padding-bottom: 5px;
    color: #fff;
    font-size: .68rem;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, .36);
    white-space: nowrap;
}

.hris-xp__trust:hover {
    color: #fff;
    background: #111;
    transform: translateY(-2px);
}

.hris-xp__video {
    position: relative;
    justify-self: end;
    width: min(100%, 270px);
    aspect-ratio: 4 / 5;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    background: #0a0a0a;
    box-shadow: 0 24px 54px rgba(0, 0, 0, .12);
    cursor: pointer;
}

.hris-xp__video::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, .44), transparent 30%, rgba(0, 0, 0, .76));
}

.hris-xp__video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    filter: grayscale(1) contrast(1.08);
    transform: scale(1.38);
}

.hris-xp__video-top {
    position: absolute;
    z-index: 3;
    top: 18px;
    right: 18px;
    left: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(255, 255, 255, .62);
    font-size: .54rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.hris-xp__video-top b {
    color: rgba(255, 255, 255, .82);
    font-size: .58rem;
    letter-spacing: 0;
}

.hris-xp__controls {
    position: absolute;
    z-index: 4;
    right: 18px;
    bottom: 46px;
    display: flex;
    gap: 8px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(6px);
    transition: opacity .2s ease, transform .2s ease;
}

.hris-xp__video:hover .hris-xp__controls,
.hris-xp__video:focus-within .hris-xp__controls,
.hris-xp__video.is-paused .hris-xp__controls {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.hris-xp__mini {
    position: relative;
    width: 32px;
    height: 32px;
    color: #fff;
    background: rgba(0, 0, 0, .24);
    border: 1px solid rgba(255, 255, 255, .26);
    backdrop-filter: blur(10px);
    cursor: pointer;
    transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.hris-xp__mini:hover,
.hris-xp__mini:focus-visible {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .56);
}

.hris-xp__mini:active {
    transform: scale(.96);
}

.hris-xp__mini span,
.hris-xp__mini span::before,
.hris-xp__mini span::after {
    position: absolute;
    display: block;
    content: "";
}

.hris-xp__mini span {
    inset: 0;
}

.hris-xp__mini--toggle span::before,
.hris-xp__mini--toggle span::after {
    top: 10px;
    width: 3px;
    height: 12px;
    background: #fff;
}

.hris-xp__mini--toggle span::before {
    left: 11px;
}

.hris-xp__mini--toggle span::after {
    left: 18px;
}

.hris-xp__video.is-paused .hris-xp__mini--toggle span::before {
    top: 9px;
    left: 12px;
    width: 0;
    height: 0;
    background: transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #fff;
}

.hris-xp__video.is-paused .hris-xp__mini--toggle span::after {
    display: none;
}

.hris-xp__mini--sound span::before {
    top: 10px;
    left: 8px;
    width: 12px;
    height: 12px;
    background: #fff;
    clip-path: polygon(0 30%, 42% 30%, 100% 0, 100% 100%, 42% 70%, 0 70%);
}

.hris-xp__mini--sound span::after {
    top: 8px;
    left: 19px;
    width: 7px;
    height: 16px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left: 0;
    opacity: .9;
}

.hris-xp__video.is-muted .hris-xp__mini--sound span::after {
    top: 8px;
    left: 18px;
    width: 11px;
    height: 13px;
    border: 0;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
    transform-origin: left center;
}

.hris-xp__play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 54px;
    height: 54px;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .46);
    border-radius: 50%;
    backdrop-filter: blur(10px);
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: opacity .22s ease, transform .22s ease, background-color .22s ease;
}

.hris-xp__video.is-playing .hris-xp__play {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(.86);
}

.hris-xp__video.is-paused .hris-xp__play {
    opacity: 1;
    pointer-events: auto;
}

.hris-xp__play:hover {
    background: rgba(255, 255, 255, .16);
}

.hris-xp__play span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 52%;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
    transform: translate(-50%, -50%);
}

.hris-xp__video.is-playing .hris-xp__play span::before {
    left: 45%;
    width: 4px;
    height: 16px;
    background: #fff;
    border: 0;
    box-shadow: 10px 0 0 #fff;
}

.hris-xp__timeline {
    position: absolute;
    z-index: 3;
    right: 24px;
    bottom: 24px;
    left: 24px;
    height: 14px;
    padding: 6px 0;
    overflow: hidden;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.hris-xp__timeline::before {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    left: 0;
    height: 2px;
    background: rgba(255, 255, 255, .22);
}

.hris-xp__timeline span {
    position: absolute;
    z-index: 2;
    top: 6px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #fff;
}

/* Company size routes */
.hris-fit {
    padding: 96px 0 104px;
    background: #fff;
}

.hris-fit__sizes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.hris-size {
    position: relative;
    display: block;
    min-width: 0;
    aspect-ratio: 3 / 2;
    padding: 0;
    color: #fff;
    background: #111;
    border-radius: 0;
    overflow: hidden;
    text-decoration: none;
    isolation: isolate;
}

.hris-size:hover {
    color: #fff;
}

.hris-size__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    overflow: hidden;
    background: #111;
}

.hris-size__media::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(6, 6, 6, 0) 30%, rgba(6, 6, 6, .16) 50%, rgba(6, 6, 6, .9) 100%);
    pointer-events: none;
}

.hris-size__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1) contrast(1.04);
    transition: transform .62s cubic-bezier(.22, 1, .36, 1);
}

.hris-size:hover .hris-size__media img {
    transform: scale(1.035);
}

.hris-size__body {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: end;
    padding: 28px;
}

.hris-size__body > i {
    margin-bottom: 2px;
    color: rgba(255, 255, 255, .72);
    font-size: 1rem;
    transition: color .22s ease, transform .22s ease;
}

.hris-size:hover .hris-size__body > i {
    color: #fff;
    transform: translateX(3px);
}

.hris-size strong,
.hris-size small {
    display: block;
}

.hris-size strong {
    margin: 0 0 8px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 650;
    line-height: 1.2;
}

.hris-size small {
    max-width: 300px;
    color: rgba(255, 255, 255, .72);
    font-size: .8125rem;
    line-height: 1.5;
}

/* Cowork product update */
.hris-cowork {
    padding: 96px 0;
    color: #fff;
    background: #0e0e0e;
}

.hris-cowork__grid {
    display: grid;
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
    gap: 64px;
    align-items: center;
}

.hris-cowork__copy {
    max-width: 470px;
}

.hris-cowork__copy h2 {
    margin-bottom: 24px;
    color: #fff;
    font-size: 2.25rem;
}

.hris-cowork__copy > p:not(.hris-kicker) {
    margin: 0 0 32px;
    color: rgba(255, 255, 255, .58);
    font-size: .9375rem;
    line-height: 1.7;
}

.hris-cowork__media {
    min-width: 0;
    width: 100%;
    max-width: 700px;
    aspect-ratio: 3 / 2;
    margin: 0;
    justify-self: end;
    overflow: hidden;
    background: #181818;
}

.hris-cowork__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1) contrast(1.03);
}

/* FAQs */
.hris-faq {
    padding: 96px 0 104px;
    background: #fff;
}

.hris-faq__inner {
    display: grid;
    grid-template-columns: minmax(270px, .66fr) minmax(0, 1.34fr);
    gap: 70px;
    align-items: start;
}

.hris-faq__head {
    position: sticky;
    top: 128px;
    max-width: 400px;
}

.hris-faq__head h2 {
    margin-bottom: 30px;
    font-size: 2.25rem;
}

.hris-faq__list {
    display: grid;
    gap: 6px;
}

.hris-faq__item {
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
}

.hris-faq__item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-height: 68px;
    padding: 20px 22px;
    color: var(--hris-ink);
    cursor: pointer;
    font-size: .9375rem;
    font-weight: 650;
    line-height: 1.38;
    list-style: none;
}

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

.hris-faq__item summary > i {
    position: relative;
    flex: none;
    width: 18px;
    height: 18px;
}

.hris-faq__item summary > i::before,
.hris-faq__item summary > i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 1px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: transform .22s ease;
}

.hris-faq__item summary > i::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.hris-faq__item[open] summary > i::after {
    transform: translate(-50%, -50%) rotate(0);
}

.hris-faq__answer {
    padding: 0 68px 22px 22px;
}

.hris-faq__answer p {
    max-width: 700px;
    margin: 0;
    color: var(--hris-muted);
    font-size: .875rem;
    line-height: 1.7;
}

/* Quiet motion enhancement; content stays visible without JavaScript. */
.hris-page.is-enhanced .hris-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .62s cubic-bezier(.22, 1, .36, 1), transform .62s cubic-bezier(.22, 1, .36, 1);
    transition-delay: var(--hris-delay, 0ms);
}

.hris-page.is-enhanced .hris-reveal.is-visible {
    opacity: 1;
    transform: none;
}

@media (max-width: 1100px) {
    .hris-hero__image {
        right: 3vw;
        width: 350px;
        height: 220px;
        opacity: .58;
    }

    .hris-hero__copy {
        max-width: 560px;
    }

    .hris-overview__grid,
    .hris-cowork__grid {
        gap: 58px;
    }

    .hris-suite__explorer {
        grid-template-columns: minmax(140px, 164px) 14px minmax(0, 1fr);
        column-gap: 18px;
    }

    .hris-suite__intro {
        padding: 32px;
    }

    .hris-module {
        gap: 12px;
        padding: 18px 14px;
    }

    .hris-roles__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hris-roles__head {
        max-width: 560px;
    }

    .hris-faq__inner {
        gap: 64px;
    }
}

@media (max-width: 900px) {
    .hris-heading--split,
    .hris-overview__grid,
    .hris-cowork__grid,
    .hris-faq__inner {
        grid-template-columns: 1fr;
    }

    .hris-heading--split {
        gap: 24px;
    }

    .hris-heading > p {
        max-width: 560px;
    }

    .hris-overview__copy,
    .hris-cowork__copy,
    .hris-faq__head {
        max-width: 620px;
    }

    .hris-overview__grid,
    .hris-cowork__grid {
        gap: 48px;
    }

    .hris-xp {
        grid-template-columns: 1fr;
    }

    .hris-xp__video {
        justify-self: start;
        width: min(100%, 320px);
    }

    .hris-suite__explorer {
        grid-template-columns: minmax(118px, 138px) 12px minmax(0, 1fr);
        column-gap: 12px;
    }

    .hris-suite__ruler,
    .hris-suite__stage {
        min-height: 520px;
    }

    .hris-suite__panel {
        grid-template-columns: minmax(210px, .72fr) minmax(0, 1fr);
        min-height: 518px;
    }

    .hris-suite__modules {
        grid-template-columns: 1fr;
    }

    .hris-suite__modules .hris-module:last-child:nth-child(odd) {
        grid-column: auto;
    }

    .hris-module {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .hris-cowork__copy {
        padding-top: 10px;
    }

    .hris-faq__head {
        position: static;
    }
}

@media (max-width: 767px) {
    .hris-hero {
        min-height: 500px;
        padding: 104px 0 62px;
    }

    .hris-hero__image {
        display: none;
    }

    .hris-hero__veil {
        background: #0a0a0a;
    }

    .hris-hero .kj-hero__title {
        max-width: 500px;
        font-size: clamp(2.25rem, 10.5vw, 3.15rem);
        line-height: 1.02;
    }

    .hris-hero .kj-hero__desc {
        font-size: .9375rem;
    }

    .hris-heading h2,
    .hris-overview__copy h2,
    .hris-roles__head h2,
    .hris-cowork__copy h2,
    .hris-faq__head h2 {
        font-size: 1.9rem;
        line-height: 1.1;
    }

    .hris-overview,
    .hris-suite,
    .hris-roles,
    .hris-fit,
    .hris-cowork,
    .hris-faq {
        padding-top: 72px;
        padding-bottom: 76px;
    }

    .hris-heading {
        margin-bottom: 32px;
    }

    .hris-overview__grid,
    .hris-cowork__grid {
        gap: 40px;
    }

    .hris-experience {
        padding: 46px 0;
    }

    .hris-xp h2 {
        font-size: 1.9rem;
    }

    .hris-xp__brand {
        margin-bottom: 22px;
    }

    .hris-xp__trust {
        grid-template-columns: 1fr;
        gap: 9px;
        padding: 22px;
    }

    .hris-xp__trust-label,
    .hris-xp__trust strong,
    .hris-xp__trust em,
    .hris-xp__trust-score,
    .hris-xp__trust-link {
        grid-column: 1;
        grid-row: auto;
        justify-self: start;
        text-align: left;
    }

    .hris-xp__video {
        width: 100%;
        aspect-ratio: 16 / 11;
    }

    .hris-product-shot figcaption {
        display: block;
    }

    .hris-product-shot {
        max-width: 285px;
        justify-self: start;
    }

    .hris-product-shot figcaption span {
        display: block;
    }

    .hris-product-shot figcaption span + span {
        margin-top: 4px;
    }

    .hris-suite__tabs {
        flex-direction: row;
        justify-content: flex-start;
        gap: 6px;
        margin-right: -28px;
        padding-right: 28px;
        overflow-x: auto;
        scrollbar-width: none;
        scroll-snap-type: x proximity;
    }

    .hris-suite__tabs::-webkit-scrollbar {
        display: none;
    }

    .hris-suite__tabs button {
        flex: 0 0 auto;
        justify-content: center;
        padding: 12px 14px;
        text-align: center;
        white-space: nowrap;
        box-shadow: inset 0 -1px 0 rgba(10, 10, 10, .12);
        scroll-snap-align: start;
    }

    .hris-suite__tabs button[aria-selected="true"] {
        box-shadow: inset 0 -2px 0 var(--hris-ink);
    }

    .hris-suite__explorer {
        display: block;
        max-width: none;
    }

    .hris-suite__ruler {
        display: none;
    }

    .hris-suite__stage {
        min-height: 0;
        margin-top: 18px;
    }

    .hris-suite__panel {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .hris-suite__intro {
        min-height: 0;
        padding: 30px 24px 32px;
        border-right: 0;
        border-bottom: 1px solid rgba(10, 10, 10, .08);
    }

    .hris-suite__intro h3,
    .hris-role-panel__copy h3 {
        font-size: 1.7rem;
    }

    .hris-suite__modules {
        grid-template-columns: 1fr;
        padding: 8px;
    }

    .hris-module {
        min-height: 0;
        padding: 18px 16px;
    }

    .hris-suite__modules .hris-module:last-child:nth-child(odd) {
        grid-column: auto;
    }

    .hris-roles__grid {
        gap: 34px;
    }

    .hris-role-tabs__nav {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .hris-role-tab {
        min-width: 0;
        padding: 0 2px 12px;
        font-size: .8125rem;
        white-space: nowrap;
    }

    .hris-role-tab.is-active {
        box-shadow: inset 0 -2px 0 var(--hris-ink);
    }

    .hris-role-tabs__ruler {
        display: none;
    }

    .hris-role-tabs__stage,
    .hris-role-panel {
        min-height: 0;
    }

    .hris-role-panel.is-active {
        grid-template-columns: 1fr;
    }

    .hris-role-panel__copy {
        min-height: 194px;
        padding: 30px 24px;
        border-right: 0;
        border-bottom: 1px solid rgba(10, 10, 10, .08);
    }

    .hris-role-panel__copy h3 {
        font-size: 1.35rem;
    }

    .hris-role-visual {
        height: 370px;
        min-height: 370px;
        padding: 20px 14px;
    }

    .hris-role-workspace {
        width: min(92%, 390px);
    }

    .hris-fit__sizes {
        display: flex;
        width: calc(100% + 28px);
        gap: 12px;
        margin-right: -28px;
        padding-right: 28px;
        overflow-x: auto;
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
    }

    .hris-size {
        flex: 0 0 min(78vw, 300px);
        scroll-snap-align: start;
    }

    .hris-fit__sizes::-webkit-scrollbar {
        display: none;
    }

    .hris-faq__inner {
        gap: 46px;
    }

    .hris-faq__item summary {
        min-height: 72px;
        padding: 21px 20px;
        font-size: .9rem;
    }

    .hris-faq__answer {
        padding: 0 54px 22px 20px;
    }
}

@media (max-width: 380px) {
    .hris-suite__tabs {
        margin-right: -22px;
        padding-right: 22px;
    }

    .hris-role-tab {
        font-size: .75rem;
    }

    .hris-module {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
    }

    .hris-size__body > i {
        display: none;
    }
}

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

    .hris-page.is-enhanced .hris-reveal {
        opacity: 1;
        transform: none;
    }
}
