/* ===== Agentic AI page — additions on top of agentic-operations.css ===== */

/* ---------- failure modes ---------- */
.aa-fails { margin-top: 46px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 64px; }
.aa-fail { padding: 24px 0 26px; border-bottom: 1px solid var(--b10); }
.aa-fail:nth-child(1), .aa-fail:nth-child(2) { border-top: 1px solid var(--b16); }
.aa-fail__n { font-size: 10.5px; font-weight: 800; letter-spacing: 0.14em; color: var(--t38); }
.aa-fail__t { margin: 10px 0 0; font-size: 18.5px; font-weight: 700; letter-spacing: -0.018em; line-height: 1.24; color: #fff; }
.aa-fail__p { margin: 10px 0 0; font-size: 14.5px; line-height: 1.6; color: var(--t64); text-wrap: pretty; }

/* ---------- matrix (reference architecture / pattern fit / stack) ---------- */
.aa-mx { margin-top: 48px; }
.aa-row { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.25fr) minmax(0, 1.25fr); gap: 34px; padding: 22px 0 24px; border-bottom: 1px solid var(--b10); align-items: start; transition: background .2s ease; }
.aa-row:hover { background: rgba(255, 255, 255, 0.022); }
.aa-row--h { padding: 0 0 13px; border-bottom: 1px solid var(--b16); }
.aa-row--h:hover { background: none; }
.aa-row--h span { font-size: 10.5px; font-weight: 800; letter-spacing: 0.14em; color: var(--t38); }
.aa-c1 { font-size: 17px; font-weight: 700; letter-spacing: -0.018em; line-height: 1.3; color: #fff; }
.aa-c { font-size: 14.5px; line-height: 1.6; color: var(--t64); text-wrap: pretty; }
.aa-c--key { color: var(--teal); font-weight: 700; font-size: 15.5px; letter-spacing: -0.012em; }
.aa-mx--2 .aa-row { grid-template-columns: minmax(0, 0.5fr) minmax(0, 1.5fr); }
.aa-mx--ask .aa-c1 { font-weight: 600; color: rgba(255, 255, 255, 0.82); font-size: 15.5px; letter-spacing: -0.01em; }
.aa-note { margin: 22px 0 0; font-size: 13.5px; line-height: 1.6; color: var(--t38); }
.aa-note a { color: var(--lilac); text-decoration: none; border-bottom: 1px solid rgba(190, 123, 255, 0.34); }
.aa-note a:hover { color: var(--teal); border-bottom-color: var(--teal); }

/* ---------- insights index ---------- */
.aa-arts { margin-top: 44px; border-top: 1px solid var(--b16); }
.aa-art { display: grid; grid-template-columns: 118px minmax(0, 1fr) 118px; gap: 28px; align-items: center; padding: 24px 0 26px; border-bottom: 1px solid var(--b10); text-decoration: none; color: inherit; transition: background .2s ease; }
.aa-art:hover { background: rgba(255, 255, 255, 0.022); }
.aa-art__k { font-size: 10.5px; font-weight: 800; letter-spacing: 0.14em; color: var(--t38); transition: color .2s ease; }
.aa-art:hover .aa-art__k { color: var(--teal); }
.aa-art__t { margin: 0; font-size: 19px; font-weight: 700; letter-spacing: -0.022em; line-height: 1.3; color: #fff; text-wrap: pretty; }
.aa-art__go { justify-self: end; font-size: 10.5px; font-weight: 800; letter-spacing: 0.14em; color: var(--lilac); white-space: nowrap; }

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .aa-fails { grid-template-columns: 1fr; gap: 0; }
  .aa-fail:nth-child(2) { border-top: none; }
  .aa-row { grid-template-columns: 1fr; gap: 10px; padding: 20px 0 22px; }
  .aa-mx--2 .aa-row { grid-template-columns: 1fr; }
  .aa-row--h { display: none; }
  .aa-art { grid-template-columns: 1fr; gap: 10px; }
  .aa-art__go { justify-self: start; }
}
