/* Scoped utilities: primary redaction guide only (imported from one page) */

.proof-section {
    padding: 12px 0 28px;
}

.proof-section .container {
    max-width: min(920px, 100%);
}

.proof-kicker {
    margin: 0 0 12px;
    font-size: 0.76rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted);
}

.proof-title {
    margin: 0 0 10px;
    font-family: "Instrument Serif", serif;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.proof-lede {
    margin: 0 0 18px;
    font-size: 0.92rem;
    line-height: 1.65;
    color: var(--muted);
    max-width: 46rem;
}

.proof-figure {
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    background: var(--panel);
}

.proof-figure img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.proof-caption {
    margin: 0;
    padding: 12px 14px 14px;
    font-size: 0.82rem;
    line-height: 1.55;
    color: var(--muted);
    border-top: 1px solid var(--border);
    background: rgba(234, 225, 221, 0.03);
}

.proof-examples {
    margin-top: 10px;
    font-size: 0.78rem;
    color: var(--muted);
    font-family: "JetBrains Mono", ui-monospace, monospace;
    line-height: 1.5;
}

.people-redact-grid {
    display: grid;
    gap: 14px;
    margin: 12px 0 8px;
}

@media (min-width: 720px) {
    .people-redact-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.people-redact-card {
    padding: 14px 14px 16px;
    border-radius: 14px;
    border: 1px solid var(--border);
    background: rgba(234, 225, 221, 0.03);
}

.people-redact-card h3 {
    margin: 0 0 8px;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.people-redact-card ul {
    margin: 0;
    padding-left: 1.1rem;
    font-size: 0.86rem;
    line-height: 1.55;
    color: var(--muted);
}

.method-intent-grid .card h3 {
    font-size: 0.95rem;
}

.workflow-steps {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: ws;
}

.workflow-steps > li {
    counter-increment: ws;
    position: relative;
    margin: 0 0 18px;
    padding: 14px 14px 16px 14px;
    border-radius: 14px;
    border: 1px solid var(--border);
    background: rgba(234, 225, 221, 0.04);
}

.workflow-steps > li::before {
    content: counter(ws);
    position: absolute;
    top: 14px;
    right: 14px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 700;
    border-radius: 8px;
    background: var(--accent-soft);
    color: var(--accent);
    border: 1px solid var(--accent-border);
}

.ws-label {
    display: block;
    margin: 0 0 6px;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 600;
}

.workflow-steps > li > p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.6;
}

.workflow-steps > li strong {
    color: #e8e4e0;
}

.ws-hint {
    display: block;
    margin-top: 8px;
    font-size: 0.8rem;
    color: var(--muted);
    font-family: "JetBrains Mono", ui-monospace, monospace;
}

.local-proof-panel {
    padding: 18px 18px 20px;
    border-radius: 16px;
    border: 1px solid var(--border);
    background: linear-gradient(145deg, rgba(201, 187, 255, 0.06), rgba(132, 220, 232, 0.04));
}

.local-proof-panel h2 {
    margin-top: 0 !important;
}

.local-proof-panel ul {
    margin: 0;
    padding-left: 1.15rem;
}

.local-proof-panel li {
    margin: 6px 0;
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--muted);
}

.cta-trust {
    margin: 0 0 14px;
    font-size: 0.88rem;
    line-height: 1.5;
    color: var(--muted);
    text-align: center;
}
