/* Color-guide components; the page shell inherits the shared article system. */
.color-matching-page figure.article-hero-media{margin:0}
.color-matching-page .hero-caption{margin:10px 0 0;color:rgba(255,255,255,.58);font-size:.75rem;line-height:1.5}
.color-matching-page .color-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:30px 0}
.color-matching-page .color-steps section{padding:22px;background:#fff;border:1px solid var(--bl);border-top:4px solid var(--gold);border-radius:8px}
.color-matching-page .color-steps span{display:block;margin-bottom:8px;color:var(--bc);font-size:.72rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.color-matching-page .color-steps h3{margin:0 0 8px;font-size:1.25rem}
.color-matching-page .color-steps p{margin:0;font-size:.87rem;line-height:1.65}
.color-matching-page .table-scroll{max-width:100%;overflow-x:auto}
.color-matching-page .table-scroll .decision-table{display:table;min-width:680px}
.color-matching-page .proof-ladder{display:grid;gap:10px;margin:30px 0}
.color-matching-page .proof-ladder div{display:grid;grid-template-columns:46px 1fr;gap:16px;align-items:start;padding:18px 20px;background:#fff;border:1px solid var(--bl);border-radius:8px}
.color-matching-page .proof-ladder strong{display:grid;place-items:center;width:38px;height:38px;color:#fff;background:var(--bc);border-radius:50%;font-size:.72rem}
.color-matching-page .proof-ladder span{color:#6b584a;font-size:.88rem;line-height:1.65}.color-matching-page .proof-ladder b{display:block;color:#3e2b21;font-family:Georgia,serif;font-size:1.08rem}
.color-matching-page .brief-box{margin:30px 0;padding:28px;background:#f5e9d8;border:1px solid var(--bl);border-radius:8px}
.color-matching-page .brief-box h3{margin-top:0}
.color-matching-page .source-note{margin-top:56px;padding-top:24px;border-top:1px solid var(--bl);font-size:.85rem}
.color-matching-page .source-note h2{margin-top:0;font-size:1.65rem}.color-matching-page .source-note li{margin-bottom:10px}
@media(max-width:700px){.color-matching-page .hero-caption{display:none}.color-matching-page .color-steps{grid-template-columns:1fr}.color-matching-page .table-scroll:focus-visible{outline:2px solid var(--bc);outline-offset:3px}}
