.onz-operations-page {
    --onz-operations-blue: #dce7ee;
    --onz-operations-sand: #eee7d8;
    --onz-operations-mint: #dcebe5;
}

.onz-operations-hero {
    background:
        radial-gradient(circle at 86% 22%, rgba(30, 201, 153, .2), transparent 27%),
        radial-gradient(circle at 60% 115%, rgba(249, 165, 21, .14), transparent 38%),
        #0b202c;
}

.onz-operations-overview { background: #f4f5f1; }
.onz-operations-flow { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.onz-operations-flow li { min-height: 276px; padding-inline: 23px; }
.onz-operations-flow strong { margin-top: 48px; }

.onz-operations-core { background: #fff; }
.onz-operations-core__chapter { scroll-margin-top: 140px; }
.onz-operations-core__chapter:nth-child(2) { background: #f2f5f2; }
.onz-operations-core__inner {
    display: grid;
    grid-template-columns: minmax(0, .77fr) minmax(520px, 1.08fr);
    min-height: 760px;
    padding-block: 112px;
    gap: clamp(58px, 7vw, 104px);
    align-items: center;
    border-top: 1px solid var(--onz-communication-line);
}
.onz-operations-core__chapter--reverse .onz-operations-core__copy { order: 2; }
.onz-operations-core__chapter--reverse .onz-operations-product { order: 1; }
.onz-operations-core__copy h2 {
    max-width: 620px;
    margin: 0;
    color: var(--onz-communication-ink);
    font-size: clamp(40px, 4.2vw, 62px);
    font-weight: 600;
    letter-spacing: -.055em;
    line-height: .98;
}
.onz-operations-core__copy > p {
    max-width: 590px;
    margin: 27px 0 31px;
    color: var(--onz-communication-muted);
    font-size: 18px;
    line-height: 1.62;
}
.onz-operations-core__copy ul {
    display: grid;
    padding: 23px 0 0;
    margin: 0;
    gap: 10px;
    border-top: 1px solid var(--onz-communication-line);
    list-style: none;
}
.onz-operations-core__copy li {
    position: relative;
    padding-left: 19px;
    color: var(--onz-communication-ink);
    font-size: 15px;
    font-weight: 600;
}
.onz-operations-core__copy li::before {
    position: absolute;
    top: .52em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--onz-communication-green);
    content: "";
}
.onz-operations-core__link { display: inline-flex; margin-top: 28px; gap: 9px; align-items: center; color: var(--onz-communication-ink); font-size: 15px; font-weight: 700; text-decoration: none; }
.onz-operations-core__link i { color: #986000; transition: transform 180ms ease; }
.onz-operations-core__link:hover { color: #8a5500; }
.onz-operations-core__link:hover i { transform: translateX(4px); }

.onz-operations-product {
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(23, 45, 60, .16);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 32px 70px rgba(23, 45, 60, .13);
}
.onz-operations-product__bar {
    display: flex;
    min-height: 48px;
    padding-inline: 18px;
    gap: 7px;
    align-items: center;
    border-bottom: 1px solid rgba(23, 45, 60, .1);
    background: #f8f9fa;
}
.onz-operations-product__bar > span { width: 8px; height: 8px; border-radius: 50%; background: #d4dadd; }
.onz-operations-product__bar > span:first-child { background: #f9a515; }
.onz-operations-product__bar small { margin-left: auto; color: #728189; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.onz-operations-product figcaption { padding: 15px 19px; color: #697981; border-top: 1px solid rgba(23, 45, 60, .1); font-size: 12px; font-weight: 600; }
.onz-operations-product__eyebrow { color: #8d610e; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }

.onz-operations-asset-map {
    display: grid;
    grid-template-columns: minmax(190px, .72fr) minmax(0, 1fr);
    min-height: 480px;
    padding: 30px;
    gap: 28px;
    background: var(--onz-operations-blue);
}
.onz-operations-asset-map__tree { padding: 17px; border-radius: 9px; background: rgba(255, 255, 255, .64); }
.onz-operations-asset-map__tree div { position: relative; display: flex; min-height: 58px; padding: 10px 11px 10px 28px; gap: 10px; align-items: center; color: #5c6c75; border-left: 1px solid rgba(23, 45, 60, .18); font-size: 12px; font-weight: 600; }
.onz-operations-asset-map__tree div::before { position: absolute; top: 50%; left: 0; width: 18px; height: 1px; background: rgba(23, 45, 60, .18); content: ""; }
.onz-operations-asset-map__tree div + div { margin-left: 13px; }
.onz-operations-asset-map__tree div + div + div { margin-left: 26px; }
.onz-operations-asset-map__tree div + div + div + div { margin-left: 39px; }
.onz-operations-asset-map__tree div + div + div + div + div { margin-left: 52px; }
.onz-operations-asset-map__tree div.is-root { padding-left: 10px; color: var(--onz-communication-ink); border-left: 0; }
.onz-operations-asset-map__tree div.is-root::before { display: none; }
.onz-operations-asset-map__tree div.is-active { color: var(--onz-communication-ink); border-radius: 7px; background: rgba(249, 165, 21, .24); }
.onz-operations-asset-map__tree i { color: #327b69; font-size: 17px; }
.onz-operations-asset-map__detail { padding: 29px; border-radius: 10px; background: #fff; }
.onz-operations-asset-map__detail > strong { display: block; margin: 16px 0 32px; color: var(--onz-communication-ink); font-size: 25px; font-weight: 600; letter-spacing: -.03em; }
.onz-operations-asset-map__detail > div { display: flex; min-height: 58px; align-items: center; justify-content: space-between; border-top: 1px solid rgba(23, 45, 60, .1); }
.onz-operations-asset-map__detail > div span { color: #718088; font-size: 12px; }
.onz-operations-asset-map__detail > div b { color: var(--onz-communication-ink); font-size: 12px; font-weight: 700; }

.onz-operations-maintenance { min-height: 480px; padding: 33px; background: var(--onz-operations-sand); }
.onz-operations-maintenance > header { display: flex; padding-bottom: 27px; align-items: flex-end; justify-content: space-between; border-bottom: 1px solid rgba(23, 45, 60, .15); }
.onz-operations-maintenance > header span { color: #8d610e; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.onz-operations-maintenance > header strong { color: var(--onz-communication-ink); font-size: 24px; font-weight: 600; }
.onz-operations-maintenance__row { display: grid; grid-template-columns: 28px 42px minmax(0, 1fr) auto; min-height: 108px; gap: 13px; align-items: center; border-bottom: 1px solid rgba(23, 45, 60, .13); }
.onz-operations-maintenance__row > span { color: #8a969b; font-size: 10px; }
.onz-operations-maintenance__row > i { display: grid; width: 38px; height: 38px; place-items: center; color: #0f5c49; border-radius: 50%; background: rgba(30, 201, 153, .18); font-size: 18px; }
.onz-operations-maintenance__row > strong { color: var(--onz-communication-ink); font-size: 15px; font-weight: 600; }
.onz-operations-maintenance__row > small { padding: 7px 9px; color: #78500a; border-radius: 20px; background: rgba(249, 165, 21, .18); font-size: 10px; font-weight: 700; }

.onz-operations-work-order { min-height: 480px; padding: 32px; background: var(--onz-operations-mint); }
.onz-operations-work-order > header { display: grid; grid-template-columns: auto 1fr auto; padding: 25px; gap: 16px; align-items: center; border-radius: 9px; background: #fff; }
.onz-operations-work-order > header span { color: #7c8a91; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.onz-operations-work-order > header strong { color: var(--onz-communication-ink); font-size: 16px; font-weight: 600; }
.onz-operations-work-order > header small { padding: 7px 10px; color: #0c644e; border-radius: 20px; background: rgba(30, 201, 153, .16); font-size: 10px; font-weight: 700; }
.onz-operations-work-order__flow { display: grid; grid-template-columns: repeat(5, 1fr); padding: 52px 2px 40px; }
.onz-operations-work-order__flow div { position: relative; text-align: center; }
.onz-operations-work-order__flow div::before { position: absolute; top: 15px; right: 50%; width: 100%; height: 1px; background: rgba(23, 45, 60, .2); content: ""; }
.onz-operations-work-order__flow div:first-child::before { display: none; }
.onz-operations-work-order__flow span { position: relative; z-index: 1; display: grid; width: 31px; height: 31px; margin: 0 auto 14px; place-items: center; color: #718087; border: 1px solid rgba(23, 45, 60, .2); border-radius: 50%; background: #fff; font-size: 9px; }
.onz-operations-work-order__flow div.is-complete span { color: #fff; border-color: #168a6d; background: #168a6d; }
.onz-operations-work-order__flow strong { color: #586970; font-size: 10px; font-weight: 700; }
.onz-operations-work-order > footer { display: flex; flex-wrap: wrap; padding-top: 22px; gap: 8px; border-top: 1px solid rgba(23, 45, 60, .13); }
.onz-operations-work-order > footer span { padding: 8px 10px; color: #53656d; border: 1px solid rgba(23, 45, 60, .14); border-radius: 20px; background: rgba(255, 255, 255, .58); font-size: 10px; font-weight: 700; }

.onz-operations-daily { padding-block: 128px 142px; scroll-margin-top: 140px; background: #f4f5f1; }
.onz-operations-daily__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--onz-communication-line); border-bottom: 1px solid var(--onz-communication-line); }
.onz-operations-daily__item { display: grid; grid-template-columns: 30px 48px 1fr; min-height: 390px; padding: 31px 26px 35px; gap: 13px; border-right: 1px solid var(--onz-communication-line); }
.onz-operations-daily__item:last-child { border-right: 0; }
.onz-operations-daily__item > span { color: #89969c; font-size: 10px; letter-spacing: .09em; }
.onz-operations-daily__item > i { display: grid; width: 42px; height: 42px; place-items: center; color: var(--onz-communication-deep); background: var(--onz-communication-accent); font-size: 20px; }
.onz-operations-daily__item > div { padding-top: 60px; }
.onz-operations-daily__item p { margin: 0 0 10px; color: #8d610e; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.onz-operations-daily__item h3 { margin: 0 0 16px; color: var(--onz-communication-ink); font-size: 32px; font-weight: 650; letter-spacing: -.045em; line-height: 1; }
.onz-operations-daily__item > div > strong { display: block; margin-bottom: 12px; color: var(--onz-communication-ink); font-size: 17px; font-weight: 600; line-height: 1.35; }
.onz-operations-daily__item small { display: block; color: var(--onz-communication-muted); font-size: 15px; line-height: 1.55; }
.onz-operations-daily__item a { display: inline-flex; margin-top: 25px; gap: 8px; align-items: center; color: var(--onz-communication-ink); font-size: 14px; font-weight: 700; text-decoration: none; }
.onz-operations-daily__item a i { color: #9a5c00; transition: transform 180ms ease; }
.onz-operations-daily__item a:hover i { transform: translateX(4px); }

.onz-operations-history { padding-block: 132px; color: #fff; background: #102936; }
.onz-operations-history__inner { display: grid; grid-template-columns: minmax(0, .8fr) minmax(500px, 1fr); gap: clamp(70px, 9vw, 125px); align-items: center; }
.onz-operations-history .onz-communication-kicker { color: var(--onz-communication-green); }
.onz-operations-history h2 { max-width: 660px; margin: 0; color: #fff; font-size: clamp(46px, 5vw, 72px); font-weight: 600; letter-spacing: -.058em; line-height: .96; }
.onz-operations-history__copy > p:not(.onz-communication-kicker) { max-width: 650px; margin: 28px 0 32px; color: rgba(255, 255, 255, .65); font-size: 18px; line-height: 1.65; }
.onz-operations-history__copy ul { display: grid; padding: 0; margin: 0; gap: 11px; list-style: none; }
.onz-operations-history__copy li { display: flex; gap: 11px; align-items: center; color: rgba(255, 255, 255, .84); font-size: 15px; font-weight: 600; }
.onz-operations-history__copy li i { color: var(--onz-communication-green); font-size: 20px; }
.onz-operations-history__questions { border-top: 1px solid rgba(255, 255, 255, .18); }
.onz-operations-history__questions div { display: grid; grid-template-columns: 40px 1fr; min-height: 94px; gap: 18px; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, .18); }
.onz-operations-history__questions span { color: rgba(255, 255, 255, .35); font-size: 10px; letter-spacing: .08em; }
.onz-operations-history__questions p { margin: 0; color: #fff; font-size: 17px; font-weight: 600; line-height: 1.35; }

@media (max-width: 1100px) {
    .onz-operations-core__inner { grid-template-columns: minmax(0, .78fr) minmax(470px, 1fr); gap: 50px; }
    .onz-operations-flow { grid-template-columns: repeat(5, minmax(185px, 1fr)); overflow-x: auto; }
}

@media (max-width: 900px) {
    .onz-operations-core__inner { grid-template-columns: 1fr; min-height: auto; }
    .onz-operations-core__chapter--reverse .onz-operations-core__copy,
    .onz-operations-core__chapter--reverse .onz-operations-product { order: initial; }
    .onz-operations-daily__list { grid-template-columns: 1fr; }
    .onz-operations-daily__item { min-height: auto; border-right: 0; border-bottom: 1px solid var(--onz-communication-line); }
    .onz-operations-daily__item:last-child { border-bottom: 0; }
    .onz-operations-daily__item > div { padding: 20px 0 10px; }
    .onz-operations-history__inner { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .onz-operations-flow { display: grid; grid-template-columns: 1fr; overflow: visible; }
    .onz-operations-flow li { min-height: auto; }
    .onz-operations-core__inner { padding-block: 78px; gap: 46px; }
    .onz-operations-core__copy h2 { font-size: clamp(38px, 10.5vw, 50px); }
    .onz-operations-core__copy > p { font-size: 17px; }
    .onz-operations-product__bar small { overflow: hidden; max-width: 190px; text-overflow: ellipsis; white-space: nowrap; }
    .onz-operations-asset-map { grid-template-columns: 1fr; min-height: auto; padding: 16px; }
    .onz-operations-asset-map__tree div { min-height: 48px; }
    .onz-operations-asset-map__detail { padding: 22px; }
    .onz-operations-maintenance,
    .onz-operations-work-order { min-height: auto; padding: 18px; }
    .onz-operations-maintenance > header { display: grid; gap: 9px; }
    .onz-operations-maintenance__row { grid-template-columns: 24px 38px 1fr; min-height: 98px; }
    .onz-operations-maintenance__row small { display: none; }
    .onz-operations-work-order > header { grid-template-columns: 1fr; }
    .onz-operations-work-order__flow { grid-template-columns: 1fr; padding: 28px 0; gap: 0; }
    .onz-operations-work-order__flow div { display: grid; grid-template-columns: 34px 1fr; min-height: 48px; align-items: center; text-align: left; }
    .onz-operations-work-order__flow div::before { top: -50%; right: auto; left: 15px; width: 1px; height: 100%; }
    .onz-operations-work-order__flow span { margin: 0; }
    .onz-operations-daily { padding-block: 90px 98px; }
    .onz-operations-daily__item { grid-template-columns: 24px 44px 1fr; padding-inline: 8px; }
    .onz-operations-history { padding-block: 92px; }
    .onz-operations-history h2 { font-size: clamp(40px, 11vw, 54px); }
    .onz-operations-history__questions p { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
    .onz-operations-daily__item a i { transition: none; }
}
