/* Wave 1 / W1-08: FabOps product-line page ------------------------------ */
.onyx-fabops-page .onyx-page__title { max-width: 24ch; }
.onyx-fabops-page .onyx-page__sub { max-width: 76ch; }
.onyx-fabops-page .onyx-h2 { max-width: 28ch; }
.onyx-fabops-page .onyx-eyebrow--dark { color: #0d7569; font-weight: 700; }
.onyx-fabops-page .onyx-answer-text { max-width: 78ch; }

.fabops-h3 {
    margin: clamp(30px, 3.6vw, 42px) 0 16px;
    color: var(--lt-ink);
    font-size: clamp(17px, 1.5vw, 20px);
    line-height: 1.35;
}
.fabops-h4 {
    margin: 26px 0 12px;
    color: var(--lt-ink);
    font-family: var(--onyx-font-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

/* Hero ------------------------------------------------------------------ */
.fabops-hero { position: relative; padding-bottom: clamp(54px, 7vw, 92px); }
.fabops-hero__qualifier {
    max-width: 78ch;
    margin: clamp(26px, 3vw, 36px) 0 0;
    color: rgba(232, 237, 245, 0.82);
    font-size: 14.5px;
    line-height: 1.65;
}
.fabops-proof {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1px;
    max-width: 1180px;
    margin: clamp(30px, 4vw, 44px) 0 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.13);
    list-style: none;
}
.fabops-proof li {
    min-width: 0;
    padding: 19px 20px;
    background: rgba(15, 22, 37, 0.88);
    color: #e8edf5;
    font-size: 13px;
    line-height: 1.55;
}

/* Shared list treatments ------------------------------------------------ */
.fabops-problem__list,
.fabops-outputs,
.fabops-native__list,
.fabops-guardrail__list,
.fabops-moat__list,
.fabops-validation__list,
.fabops-check-list,
.fabops-exclude-list,
.fabops-card__fields {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.fabops-problem__list li,
.fabops-outputs li,
.fabops-native__list li,
.fabops-guardrail__list li,
.fabops-moat__list li,
.fabops-validation__list li,
.fabops-check-list li,
.fabops-exclude-list li,
.fabops-card__fields li {
    position: relative;
    min-width: 0;
    margin: 0;
    padding-left: 26px;
    color: var(--lt-body);
    font-size: 14.5px;
    line-height: 1.6;
}
.fabops-problem__list li::before,
.fabops-outputs li::before,
.fabops-native__list li::before,
.fabops-guardrail__list li::before,
.fabops-moat__list li::before,
.fabops-validation__list li::before,
.fabops-check-list li::before,
.fabops-exclude-list li::before,
.fabops-card__fields li::before {
    position: absolute;
    top: 0.08em;
    left: 0;
    color: var(--lt-accent);
    font-family: var(--onyx-font-mono);
    font-weight: 800;
}
.fabops-check-list li::before { content: '✓'; }
.fabops-exclude-list li::before { content: '—'; color: #8c6305; }
.fabops-problem__list li::before,
.fabops-outputs li::before,
.fabops-native__list li::before,
.fabops-guardrail__list li::before,
.fabops-moat__list li::before,
.fabops-validation__list li::before,
.fabops-card__fields li::before { content: '•'; }

.fabops-problem__list,
.fabops-outputs,
.fabops-native__list,
.fabops-guardrail__list,
.fabops-moat__list,
.fabops-validation__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 34px;
    max-width: 1060px;
    margin-top: 26px;
}
.fabops-problem__close,
.fabops-guardrail__close,
.fabops-moat__close,
.fabops-verify__close {
    max-width: 76ch;
    margin: clamp(26px, 3vw, 34px) 0 0;
    color: var(--lt-ink);
    font-size: 15.5px;
    font-weight: 600;
    line-height: 1.65;
}

/* Callout --------------------------------------------------------------- */
.fabops-callout {
    max-width: 860px;
    margin: clamp(30px, 3.6vw, 40px) 0 0;
    padding: clamp(24px, 3vw, 32px);
    border: 1px solid var(--lt-card-bd);
    border-left: 3px solid var(--lt-accent);
    border-radius: 14px;
    background: #fff;
}
.fabops-callout .fabops-h3 { margin-top: 0; }
.fabops-callout p { margin: 0; color: var(--lt-body); font-size: 14.5px; line-height: 1.65; }
.fabops-callout--position { border-left-color: var(--onyx-gold); background: var(--onyx-fog); }

/* Accountability close -------------------------------------------------- */
.fabops-close__lead { margin: 26px 0 14px; color: var(--lt-ink); font-weight: 600; }
.fabops-close__steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 34px;
    max-width: 1060px;
    margin: 0;
    padding: 0;
    counter-reset: fabops-step;
    list-style: none;
}
.fabops-close__steps li {
    position: relative;
    min-width: 0;
    padding-left: 40px;
    color: var(--lt-body);
    font-size: 14.5px;
    line-height: 1.6;
    counter-increment: fabops-step;
}
.fabops-close__steps li::before {
    content: counter(fabops-step);
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 999px;
    background: var(--lt-accent);
    color: #fff;
    font-family: var(--onyx-font-mono);
    font-size: 12px;
    font-weight: 800;
}

/* Enterprise vs Operate, fit, trust panels ------------------------------ */
.fabops-boundary__grid,
.fabops-fit__grid,
.fabops-trust__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 34px;
}
.fabops-boundary__panel,
.fabops-fit__panel,
.fabops-trust__panel {
    min-width: 0;
    padding: clamp(27px, 3.6vw, 42px);
    border: 1px solid var(--lt-card-bd);
    border-top: 3px solid var(--lt-accent);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--lt-card-sh);
}
.fabops-boundary__panel .fabops-h3,
.fabops-fit__panel .fabops-h3 { margin-top: 0; }
.fabops-boundary__panel--operate { border-top-color: var(--onyx-teal); }
.fabops-fit__panel--defer,
.fabops-trust__panel--target { border-top-color: var(--onyx-gold); background: var(--onyx-fog); }
.fabops-boundary__role {
    margin: 0 0 6px;
    color: var(--lt-body);
    font-size: 14px;
    font-style: italic;
    line-height: 1.55;
}
.fabops-boundary__commercial {
    max-width: 76ch;
    margin: clamp(26px, 3vw, 34px) 0 0;
    color: var(--lt-body);
    font-size: 14.5px;
    line-height: 1.65;
}
.fabops-trust__label {
    margin: 0 0 12px;
    color: var(--lt-accent);
    font-family: var(--onyx-font-mono);
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.fabops-trust__panel--target .fabops-trust__label { color: #8c6305; }
.fabops-trust__panel p:not(.fabops-trust__label) { margin: 0; color: var(--lt-body); font-size: 14.5px; line-height: 1.65; }
.fabops-trust__learning {
    max-width: 78ch;
    margin: clamp(26px, 3vw, 34px) 0 0;
    color: var(--lt-body);
    font-size: 14.5px;
    line-height: 1.65;
}

/* Value states + verification card --------------------------------------- */
.fabops-states {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}
.fabops-states li {
    display: grid;
    min-width: 0;
    align-content: start;
    gap: 10px;
    padding: 24px 22px;
    border: 1px solid var(--lt-card-bd);
    border-radius: 12px;
    background: #fff;
}
.fabops-states__name {
    color: var(--lt-accent);
    font-family: var(--onyx-font-mono);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}
.fabops-states__desc { color: var(--lt-body); font-size: 14px; line-height: 1.55; }
.fabops-card {
    max-width: 1060px;
    margin: clamp(30px, 3.6vw, 40px) 0 0;
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid var(--lt-card-bd);
    border-radius: 16px;
    background: var(--onyx-fog);
}
.fabops-card .fabops-h3 { margin-top: 0; }
.fabops-card__fields { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px 30px; }

/* Responsive ------------------------------------------------------------ */
@media (max-width: 1024px) {
    .fabops-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .fabops-states { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .fabops-card__fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 780px) {
    .fabops-proof,
    .fabops-states,
    .fabops-card__fields,
    .fabops-boundary__grid,
    .fabops-fit__grid,
    .fabops-trust__grid,
    .fabops-close__steps,
    .fabops-problem__list,
    .fabops-outputs,
    .fabops-native__list,
    .fabops-guardrail__list,
    .fabops-moat__list,
    .fabops-validation__list {
        grid-template-columns: minmax(0, 1fr);
    }
}
