@font-face {
    font-family: "HK Grotesk";
    src: url("../fonts/hkgrotesk-regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "HK Grotesk";
    src: url("../fonts/hkgrotesk-semibold.woff2") format("woff2");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "HK Grotesk";
    src: url("../fonts/hkgrotesk-bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
}

.onz-staff-page {
    --staff-ink: #172d3c;
    --staff-deep: #0d202c;
    --staff-paper: #f3f6f4;
    --staff-white: #fff;
    --staff-line: rgba(23, 45, 60, .16);
    --staff-muted: #63727a;
    --staff-accent: #f5b842;
    --staff-accent-dark: #9b6511;
    --staff-green: #1ec999;
    color: var(--staff-ink);
    background: var(--staff-paper);
    font-family: "HK Grotesk", sans-serif;
}

.onz-staff-page .layout-wrapper.landing { overflow: clip; }

.onz-staff-main,
.onz-staff-main h1,
.onz-staff-main h2,
.onz-staff-main h3,
.onz-staff-main p,
.onz-staff-main a,
.onz-staff-main button,
.onz-staff-main li,
.onz-staff-main strong,
.onz-staff-main summary { font-family: "HK Grotesk", sans-serif; }

.onz-staff-shell {
    width: min(1240px, calc(100% - 48px));
    margin-inline: auto;
}

.onz-staff-page .navbar-landing > .container,
.onz-staff-page .layout-wrapper.landing > section.bg-warning > .container,
.onz-staff-page .custom-footer > .container {
    width: min(1240px, calc(100% - 48px));
    max-width: none;
    padding-inline: 0;
}

.onz-staff-kicker {
    margin: 0 0 19px;
    color: var(--staff-accent-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.2;
    text-transform: uppercase;
}

.onz-staff-heading { margin-bottom: 68px; }

.onz-staff-heading--split {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(330px, .58fr);
    gap: 92px;
    align-items: end;
}

.onz-staff-heading h2,
.onz-staff-connected h2,
.onz-staff-cta h2 {
    margin: 0;
    color: var(--staff-ink);
    font-size: clamp(44px, 5vw, 72px);
    font-weight: 600;
    letter-spacing: -.055em;
    line-height: .98;
}

.onz-staff-heading--split > p,
.onz-staff-heading--split > div:last-child > p {
    margin: 0;
    color: var(--staff-muted);
    font-size: 18px;
    line-height: 1.58;
}

.onz-staff-heading--split > div:last-child > strong {
    display: block;
    margin-bottom: 18px;
    color: var(--staff-ink);
    font-size: 20px;
    line-height: 1.4;
}

.onz-staff-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 26px;
    align-items: center;
}

.onz-staff-button {
    min-height: 56px;
    padding: 14px 24px;
    display: inline-flex;
    gap: 13px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    color: var(--staff-deep);
    background: var(--staff-accent);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.onz-staff-button:hover { color: var(--staff-white); background: var(--staff-ink); transform: translateY(-2px); }
.onz-staff-button--light { background: var(--staff-white); }
.onz-staff-button--dark { color: var(--staff-white); background: var(--staff-deep); }
.onz-staff-button--dark:hover { color: var(--staff-deep); background: var(--staff-white); }

.onz-staff-text-link {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: inherit;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.onz-staff-text-link i { transition: transform 180ms ease; }
.onz-staff-text-link:hover i { transform: translateX(5px); }

/* Navigation */
.onz-staff-page .navbar-landing {
    min-height: 72px;
    background: rgba(246, 248, 247, .94);
    border-bottom: 1px solid rgba(23, 45, 60, .1);
    box-shadow: none;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.onz-staff-page .navbar-landing.is-sticky {
    background: rgba(255, 255, 255, .97) !important;
    box-shadow: 0 10px 35px rgba(13, 32, 44, .09);
}

.onz-staff-page .navbar-landing .nav-link {
    color: var(--staff-ink) !important;
    font-size: 14px;
    font-weight: 600;
}

.onz-staff-page .navbar-landing .btn-success {
    padding: 11px 20px;
    color: var(--staff-deep);
    background: var(--staff-green);
    border-color: var(--staff-green);
    font-weight: 700;
}

/* Hero */
.onz-staff-hero {
    position: relative;
    min-height: max(850px, 100svh);
    overflow: hidden;
    isolation: isolate;
    color: var(--staff-white);
    background: var(--staff-deep);
}

.onz-staff-hero__texture {
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: .9;
    background:
        radial-gradient(circle at 76% 48%, rgba(245, 184, 66, .2), transparent 31%),
        linear-gradient(120deg, transparent 0 55%, rgba(255, 255, 255, .035) 55% 55.12%, transparent 55.12%),
        linear-gradient(30deg, transparent 0 63%, rgba(255, 255, 255, .025) 63% 63.1%, transparent 63.1%);
}

.onz-staff-hero__inner {
    min-height: max(850px, 100svh);
    padding-top: 112px;
    padding-bottom: 46px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(440px, .9fr);
    gap: 34px;
    align-items: center;
}

.onz-staff-hero__copy { position: relative; z-index: 2; max-width: 680px; }
.onz-staff-hero .onz-staff-kicker { color: var(--staff-accent); }

.onz-staff-brand {
    margin-bottom: 30px;
    display: inline-flex;
    gap: 13px;
    align-items: center;
    color: rgba(255, 255, 255, .92);
    font-size: 18px;
    font-weight: 600;
}

.onz-staff-brand img { width: 42px; height: 42px; border-radius: 11px; }
.onz-staff-brand strong { color: inherit; }

.onz-staff-hero h1 {
    margin: 0;
    color: var(--staff-white);
    font-size: clamp(50px, 4.7vw, 72px);
    font-weight: 600;
    letter-spacing: -.058em;
    line-height: .94;
}

.onz-staff-hero__lead {
    max-width: 640px;
    margin: 30px 0 34px;
    color: rgba(255, 255, 255, .74);
    font-size: 18px;
    line-height: 1.55;
}

.onz-staff-hero .onz-staff-text-link { color: var(--staff-white); }

.onz-staff-hero__visual {
    position: relative;
    min-height: 650px;
    margin: 0;
    display: grid;
    align-items: end;
    justify-items: center;
}

.onz-staff-hero__visual > img {
    position: relative;
    z-index: 1;
    width: min(590px, 108%);
    height: auto;
    filter: drop-shadow(0 36px 48px rgba(0, 0, 0, .38));
}

.onz-staff-hero__halo {
    position: absolute;
    top: 13%;
    left: 12%;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(245, 184, 66, .23);
    border-radius: 50%;
    box-shadow: 0 0 0 85px rgba(245, 184, 66, .035), 0 0 0 170px rgba(255, 255, 255, .018);
}

.onz-staff-hero__visual figcaption {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 7%;
    padding: 11px 14px;
    border: 1px solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .8);
    background: rgba(13, 32, 44, .78);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.onz-staff-hero__visual figcaption i {
    width: 7px;
    height: 7px;
    margin-right: 7px;
    display: inline-block;
    border-radius: 50%;
    background: var(--staff-green);
    box-shadow: 0 0 0 4px rgba(30, 201, 153, .14);
}

/* Roles */
.onz-staff-roles { color: var(--staff-deep); background: var(--staff-accent); }
.onz-staff-roles__inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.onz-staff-roles__inner > div { min-height: 98px; padding: 20px 24px; display: flex; gap: 14px; align-items: center; border-left: 1px solid rgba(13, 32, 44, .18); }
.onz-staff-roles__inner > div:first-child { border-left: 0; }
.onz-staff-roles i { font-size: 25px; }
.onz-staff-roles span { font-size: 16px; font-weight: 700; }

/* Intro */
.onz-staff-intro { padding: 140px 0; background: var(--staff-paper); }

.onz-staff-context {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--staff-line);
    border-bottom: 1px solid var(--staff-line);
}

.onz-staff-context article { min-height: 300px; padding: 30px; border-left: 1px solid var(--staff-line); }
.onz-staff-context article:first-child { border-left: 0; }
.onz-staff-context span { color: var(--staff-accent-dark); font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.onz-staff-context h3 { margin: 88px 0 15px; color: var(--staff-ink); font-size: 28px; font-weight: 600; letter-spacing: -.035em; }
.onz-staff-context p { margin: 0; color: var(--staff-muted); font-size: 15px; line-height: 1.58; }

/* Daily flows */
.onz-staff-flows { padding: 140px 0; scroll-margin-top: 90px; color: var(--staff-white); background: var(--staff-deep); }
.onz-staff-flows .onz-staff-kicker { color: var(--staff-accent); }
.onz-staff-flows .onz-staff-heading h2 { color: var(--staff-white); }
.onz-staff-flows__stage { border: 1px solid rgba(255, 255, 255, .13); }

.onz-staff-flows__tabs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.onz-staff-flows__tabs button {
    min-height: 84px;
    padding: 17px 19px;
    display: flex;
    gap: 12px;
    align-items: center;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, .13);
    color: rgba(255, 255, 255, .55);
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    transition: color 180ms ease, background 180ms ease;
}

.onz-staff-flows__tabs button:first-child { border-left: 0; }
.onz-staff-flows__tabs button span { color: var(--staff-accent); font-size: 10px; letter-spacing: .12em; }
.onz-staff-flows__tabs button:hover,
.onz-staff-flows__tabs button[aria-selected="true"] { color: var(--staff-white); background: rgba(255, 255, 255, .06); }
.onz-staff-flows__tabs button[aria-selected="true"] { box-shadow: inset 0 -3px var(--staff-accent); }

.onz-staff-flow { min-height: 740px; display: none; grid-template-columns: minmax(0, .95fr) minmax(400px, .68fr); }
.onz-staff-flow.is-active { display: grid; }
.onz-staff-flow__copy { padding: 64px 70px; display: flex; flex-direction: column; justify-content: center; }
.onz-staff-flow__copy h3 { max-width: 650px; margin: 0 0 25px; color: var(--staff-white); font-size: clamp(42px, 4.1vw, 62px); font-weight: 600; letter-spacing: -.052em; line-height: .98; }
.onz-staff-flow__copy > p:not(.onz-staff-kicker) { max-width: 620px; margin: 0 0 27px; color: rgba(255, 255, 255, .64); font-size: 17px; line-height: 1.6; }
.onz-staff-flow__copy ul { margin: 0; padding: 0; list-style: none; }
.onz-staff-flow__copy li { padding: 9px 0; border-top: 1px solid rgba(255, 255, 255, .12); color: rgba(255, 255, 255, .82); font-size: 14px; line-height: 1.4; }

.onz-staff-flow__visual {
    position: relative;
    min-height: 740px;
    margin: 0;
    display: grid;
    overflow: hidden;
    place-items: end center;
    background: #e9e5dc;
}

.onz-staff-flow__visual::before { position: absolute; inset: 10%; content: ""; border-radius: 50%; background: radial-gradient(circle, rgba(245, 184, 66, .31), transparent 67%); }
.onz-staff-flow__visual img { position: relative; z-index: 1; width: 340px; height: 680px; padding: 11px 11px 0; border: 1px solid rgba(13, 32, 44, .22); border-bottom: 0; border-radius: 46px 46px 0 0; background: var(--staff-deep); box-shadow: 0 32px 65px rgba(13, 32, 44, .27); object-fit: cover; object-position: top center; }

/* Operational control */
.onz-staff-operations { padding: 140px 0; background: var(--staff-white); }
.onz-staff-operations__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--staff-line); border-bottom: 1px solid var(--staff-line); }
.onz-staff-operation { min-width: 0; border-left: 1px solid var(--staff-line); }
.onz-staff-operation:first-child { border-left: 0; }
.onz-staff-operation__copy { min-height: 370px; padding: 29px; }
.onz-staff-operation__copy > span { color: var(--staff-accent-dark); font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.onz-staff-operation__copy > i { margin: 45px 0 24px; display: block; color: var(--staff-ink); font-size: 31px; }
.onz-staff-operation h3 { margin: 0 0 14px; color: var(--staff-ink); font-size: 29px; font-weight: 600; letter-spacing: -.035em; }
.onz-staff-operation p { margin: 0; color: var(--staff-muted); font-size: 15px; line-height: 1.58; }
.onz-staff-operation__visual { min-height: 560px; display: grid; overflow: hidden; place-items: end center; background: #e8eeeb; }
.onz-staff-operation__visual img { width: min(295px, 84%); height: 525px; padding: 10px 10px 0; border-radius: 40px 40px 0 0; background: var(--staff-deep); box-shadow: 0 25px 50px rgba(13, 32, 44, .2); object-fit: cover; object-position: top center; }

/* Connected platform */
.onz-staff-connected { padding: 140px 0; background: var(--staff-paper); }
.onz-staff-connected__inner { min-height: 700px; display: grid; grid-template-columns: minmax(390px, .76fr) minmax(0, 1fr); border-top: 1px solid var(--staff-line); border-bottom: 1px solid var(--staff-line); }
.onz-staff-connected figure { min-height: 700px; margin: 0; display: grid; overflow: hidden; place-items: end center; background: #e7e1d4; }
.onz-staff-connected figure img { width: 365px; height: 650px; padding: 11px 11px 0; border-radius: 47px 47px 0 0; background: var(--staff-deep); box-shadow: 0 30px 60px rgba(13, 32, 44, .24); object-fit: cover; object-position: top center; }
.onz-staff-connected__copy { padding: 65px 0 65px 72px; display: flex; flex-direction: column; justify-content: center; }
.onz-staff-connected h2 { max-width: 700px; }
.onz-staff-connected__copy > p:not(.onz-staff-kicker) { max-width: 690px; margin: 28px 0 30px; color: var(--staff-muted); font-size: 18px; line-height: 1.6; }
.onz-staff-connected ul { margin: 0 0 32px; padding: 0; list-style: none; }
.onz-staff-connected li { padding: 13px 0; display: flex; gap: 12px; border-top: 1px solid var(--staff-line); color: var(--staff-ink); font-size: 15px; }
.onz-staff-connected li i { color: var(--staff-accent-dark); font-size: 19px; }
.onz-staff-connected .onz-staff-text-link { color: var(--staff-ink); }

/* FAQ */
.onz-staff-faq { padding: 140px 0; background: var(--staff-white); }
.onz-staff-faq__inner { display: grid; grid-template-columns: minmax(280px, .46fr) minmax(0, 1fr); gap: 100px; align-items: start; }
.onz-staff-faq .onz-staff-heading { position: sticky; top: 120px; margin: 0; }
.onz-staff-faq .onz-staff-heading > p:last-child { margin: 25px 0 0; color: var(--staff-muted); font-size: 16px; line-height: 1.6; }
.onz-staff-faq__list { border-top: 1px solid var(--staff-line); }
.onz-staff-faq__list details { border-bottom: 1px solid var(--staff-line); }
.onz-staff-faq__list summary { padding: 25px 0; display: flex; gap: 25px; align-items: center; justify-content: space-between; color: var(--staff-ink); font-size: 19px; font-weight: 600; list-style: none; cursor: pointer; }
.onz-staff-faq__list summary::-webkit-details-marker { display: none; }
.onz-staff-faq__list summary i { flex: 0 0 auto; color: var(--staff-accent-dark); font-size: 22px; transition: transform 180ms ease; }
.onz-staff-faq__list details[open] summary i { transform: rotate(45deg); }
.onz-staff-faq__list details p { max-width: 740px; margin: -5px 0 27px; color: var(--staff-muted); font-size: 16px; line-height: 1.65; }

/* CTA */
.onz-staff-cta { padding: 96px 0; color: var(--staff-white); background: var(--staff-deep); }
.onz-staff-cta__inner { display: flex; flex-direction: column; gap: 38px; align-items: flex-start; }
.onz-staff-cta .onz-staff-kicker { color: var(--staff-accent); }
.onz-staff-cta h2 { max-width: 820px; color: var(--staff-white); font-size: clamp(40px, 4.6vw, 64px); }

/* Motion */
.onz-motion .onz-staff-reveal { opacity: 0; transform: translateY(28px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2, .7, .2, 1); }
.onz-motion .onz-staff-reveal.is-visible { opacity: 1; transform: translateY(0); }
.onz-motion .onz-staff-flow.is-active .onz-staff-flow__copy { animation: onz-staff-copy-in 420ms ease both; }
.onz-motion .onz-staff-flow.is-active .onz-staff-flow__visual img { animation: onz-staff-phone-in 480ms cubic-bezier(.2, .7, .2, 1) both; }
@keyframes onz-staff-copy-in { from { opacity: 0; transform: translateX(-14px); } to { opacity: 1; transform: translateX(0); } }
@keyframes onz-staff-phone-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

@media (min-width: 992px) and (max-height: 780px) {
    .onz-staff-hero__inner { padding-top: 92px; padding-bottom: 36px; }
    .onz-staff-brand { margin-bottom: 20px; }
    .onz-staff-hero h1 { font-size: clamp(48px, 4.2vw, 62px); }
    .onz-staff-hero__lead { margin: 21px 0 25px; font-size: 17px; }
    .onz-staff-hero__visual > img { width: min(550px, 104%); }
}

@media (max-width: 1199.98px) {
    .onz-staff-hero__inner { grid-template-columns: minmax(0, .9fr) minmax(430px, .92fr); gap: 15px; }
    .onz-staff-hero__visual > img { width: min(560px, 110%); }
    .onz-staff-heading--split { gap: 55px; }
    .onz-staff-flow__copy { padding: 52px; }
    .onz-staff-operation__copy { padding: 25px; }
    .onz-staff-connected__copy { padding-left: 48px; }
    .onz-staff-faq__inner { gap: 60px; }
}

@media (max-width: 991.98px) {
    .onz-staff-page header.d-none.d-md-block { display: none !important; }
    .onz-staff-page header.d-block.d-lg-none { display: block !important; }
    .onz-staff-page header.d-block.d-lg-none .navbar-landing { align-items: flex-start; }
    .onz-staff-page .navbar-landing #navbarMenuSmall { max-height: calc(100dvh - 72px); overflow-y: auto; }
    .onz-staff-page .navbar-landing #navbarMenuSmall.collapsing,
    .onz-staff-page .navbar-landing #navbarMenuSmall .navbar-collapse { overflow-y: hidden; }
    .onz-staff-page .navbar-landing #navbarMenuSmall .navbar-collapse { max-height: none; }
    .onz-staff-shell,
    .onz-staff-page .navbar-landing > .container,
    .onz-staff-page .layout-wrapper.landing > section.bg-warning > .container,
    .onz-staff-page .custom-footer > .container { width: min(100% - 36px, 920px); }
    .onz-staff-hero,
    .onz-staff-hero__inner { min-height: auto; }
    .onz-staff-hero__inner { padding-top: 150px; grid-template-columns: 1fr; }
    .onz-staff-hero__copy { max-width: 790px; }
    .onz-staff-hero__visual { width: min(100%, 720px); min-height: 590px; justify-self: center; }
    .onz-staff-hero__visual > img { width: min(600px, 108%); }
    .onz-staff-heading--split { grid-template-columns: 1fr; gap: 38px; }
    .onz-staff-flow { grid-template-columns: 1fr 1fr; }
    .onz-staff-flow__copy { padding: 40px; }
    .onz-staff-flow__visual img { width: 315px; }
    .onz-staff-operations__grid { grid-template-columns: 1fr; }
    .onz-staff-operation { display: grid; grid-template-columns: .72fr 1fr; border-top: 1px solid var(--staff-line); border-left: 0; }
    .onz-staff-operation:first-child { border-top: 0; }
    .onz-staff-operation__copy { min-height: 500px; display: flex; flex-direction: column; justify-content: center; }
    .onz-staff-operation__copy > i { margin-top: 55px; }
    .onz-staff-operation__visual { min-height: 500px; }
    .onz-staff-operation__visual img { height: 470px; }
    .onz-staff-connected__inner { grid-template-columns: minmax(330px, .7fr) 1fr; }
    .onz-staff-connected__copy { padding-left: 38px; }
    .onz-staff-faq__inner { grid-template-columns: 1fr; }
    .onz-staff-faq .onz-staff-heading { position: static; }
}

@media (max-width: 767.98px) {
    .onz-staff-page .navbar-landing { min-height: 66px; }
    .onz-staff-shell,
    .onz-staff-page .navbar-landing > .container,
    .onz-staff-page .layout-wrapper.landing > section.bg-warning > .container,
    .onz-staff-page .custom-footer > .container { width: calc(100% - 30px); }
    .onz-staff-kicker { margin-bottom: 16px; }
    .onz-staff-heading { margin-bottom: 44px; }
    .onz-staff-heading h2,
    .onz-staff-connected h2,
    .onz-staff-cta h2 { font-size: clamp(38px, 12vw, 54px); }
    .onz-staff-heading--split { gap: 25px; }
    .onz-staff-heading--split > p,
    .onz-staff-heading--split > div:last-child > p { font-size: 17px; }
    .onz-staff-brand { margin-bottom: 24px; }
    .onz-staff-hero__inner { padding-top: 124px; padding-bottom: 45px; }
    .onz-staff-hero h1 { font-size: clamp(46px, 13.5vw, 62px); line-height: .95; }
    .onz-staff-hero__lead { margin: 26px 0 30px; font-size: 17px; }
    .onz-staff-actions { align-items: stretch; }
    .onz-staff-button { width: 100%; }
    .onz-staff-hero__visual { min-height: 400px; margin-top: 20px; }
    .onz-staff-hero__visual > img { width: 115%; }
    .onz-staff-hero__halo { top: 12%; left: 11%; width: 300px; height: 300px; box-shadow: 0 0 0 45px rgba(245, 184, 66, .035), 0 0 0 90px rgba(255, 255, 255, .018); }
    .onz-staff-hero__visual figcaption { right: 0; bottom: 1%; font-size: 9px; }
    .onz-staff-roles__inner { grid-template-columns: repeat(2, 1fr); }
    .onz-staff-roles__inner > div { min-height: 82px; padding: 15px 8px; border-top: 1px solid rgba(13, 32, 44, .18); }
    .onz-staff-roles__inner > div:nth-child(odd) { border-left: 0; }
    .onz-staff-roles__inner > div:nth-child(-n+2) { border-top: 0; }
    .onz-staff-roles span { font-size: 13px; }
    .onz-staff-intro,
    .onz-staff-flows,
    .onz-staff-operations,
    .onz-staff-connected,
    .onz-staff-faq { padding-block: 92px; }
    .onz-staff-context { grid-template-columns: 1fr; }
    .onz-staff-context article { min-height: 250px; padding: 28px 0; border-top: 1px solid var(--staff-line); border-left: 0; }
    .onz-staff-context article:first-child { border-top: 0; }
    .onz-staff-context h3 { margin-top: 55px; }
    .onz-staff-flows__stage { margin-inline: -15px; border-inline: 0; }
    .onz-staff-flows__tabs { overflow-x: auto; grid-template-columns: repeat(5, minmax(145px, 1fr)); scrollbar-width: none; }
    .onz-staff-flows__tabs::-webkit-scrollbar { display: none; }
    .onz-staff-flows__tabs button { min-height: 70px; padding: 14px; }
    .onz-staff-flow,
    .onz-staff-flow.is-active { min-height: 0; grid-template-columns: 1fr; }
    .onz-staff-flow__copy { min-height: 590px; padding: 45px 15px; }
    .onz-staff-flow__copy h3 { font-size: 45px; }
    .onz-staff-flow__copy > p:not(.onz-staff-kicker) { font-size: 16px; }
    .onz-staff-flow__visual { min-height: 580px; }
    .onz-staff-flow__visual img { width: min(315px, 84vw); height: 545px; }
    .onz-staff-operation { grid-template-columns: 1fr; }
    .onz-staff-operation__copy { min-height: 310px; padding: 28px 0; }
    .onz-staff-operation__copy > i { margin: 42px 0 22px; }
    .onz-staff-operation__visual { min-height: 520px; }
    .onz-staff-operation__visual img { width: min(295px, 82vw); height: 490px; }
    .onz-staff-connected__inner { margin-inline: -15px; grid-template-columns: 1fr; }
    .onz-staff-connected figure { min-height: 580px; }
    .onz-staff-connected figure img { width: min(315px, 84vw); height: 545px; }
    .onz-staff-connected__copy { padding: 48px 15px; }
    .onz-staff-connected__copy > p:not(.onz-staff-kicker) { font-size: 17px; }
    .onz-staff-faq__inner { gap: 45px; }
    .onz-staff-faq__list summary { padding: 22px 0; font-size: 17px; }
    .onz-staff-cta { padding-block: 78px; }
    .onz-staff-cta__inner { gap: 34px; }
}

@media (prefers-reduced-motion: reduce) {
    .onz-motion .onz-staff-reveal { opacity: 1; transform: none; transition: none; }
    .onz-motion .onz-staff-flow.is-active .onz-staff-flow__copy,
    .onz-motion .onz-staff-flow.is-active .onz-staff-flow__visual img { animation: none; }
}
