/* Ontologies page CSS - extracted from styles.css (page-scoped, loaded via page head freeform) */
/* --- interior hero --- */
.hero-product { padding-top: clamp(48px, 7vw, 92px); }
.hero-product .container { position: relative; z-index: 1; }
.hero-wash { position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(20,20,27,.05) 0 1px, transparent 1px 54px),
    radial-gradient(58% 50% at 50% -8%, rgba(241,90,34,.06), transparent 70%),
    radial-gradient(50% 40% at 88% 4%, rgba(59,111,246,.05), transparent 72%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 42%, transparent 94%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 42%, transparent 94%); }
.hero-wash::after { content: ""; position: absolute; inset: 0; opacity: 0; transition: opacity .45s ease;
  background: radial-gradient(280px circle at var(--mx,50%) var(--my,50%), rgba(255,255,255,.62), transparent 64%); }
.hero-product:hover .hero-wash::after { opacity: 1; }
.hero-product { display: flex; align-items: center; padding-top: clamp(60px, 8vw, 112px); padding-bottom: clamp(52px, 7vw, 96px); }
.hero-interior { display: flex; flex-direction: column; align-items: center; text-align: center; width: 100%; }
.hero-icon { width: 78px; height: 78px; display: grid; place-items: center; border: 1px solid var(--line); box-shadow: 0 16px 36px -22px rgba(21,21,27,.3); margin-bottom: 26px; transition: box-shadow .35s ease;
  background: radial-gradient(120% 120% at 30% 0%, rgba(241,90,34,.10), transparent 62%), var(--card); }
.hero-icon:hover { box-shadow: 0 26px 54px -22px rgba(21,21,27,.42); }
.hi-svg { width: 46px; height: 46px; display: block; }
.hi-ln { fill: rgba(20,20,27,.03); stroke: #23232B; stroke-width: 1.4; }
.hi-acc { fill: rgba(241,90,34,.12); stroke: var(--accent); stroke-width: 1.7; }
.hi-dot { fill: #9A968B; }
.hi-adot { fill: var(--accent); }
.hi-c { stroke: #C9C5BA; stroke-width: 1.4; }
.hero-label { font-family: var(--font-mono); font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 22px; }
.hero-interior .display { max-width: 17ch; margin-left: auto; margin-right: auto; }
/* --- constellation --- */
.onto-stage { position: relative; width: 100%; height: clamp(320px, 40vw, 500px); margin-top: clamp(26px, 4vw, 52px); }
.onto-stage canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.onto-stage { cursor: grab; }
.onto-stage:active { cursor: grabbing; }
.hero.hero-product:has(+ .onto-constellation) { padding-bottom: clamp(10px, 1.4vw, 20px); }
.onto-constellation { padding-top: 0; padding-bottom: clamp(20px, 3vw, 40px); }
.onto-constellation .onto-stage { margin-top: 0; }
/* --- what-is split + t2o svg --- */
.ucx-eyebrow { font-family: var(--font-mono); font-size: 12px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--accent-ink); }
.onto-split { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(34px,5vw,80px); align-items: center; }
.onto-split.rev .onto-split-copy { order: 2; }
.onto-split-copy h2 { font-size: clamp(28px,3.4vw,42px); letter-spacing: -.02em; line-height: 1.06; margin: 12px 0 0; }
.onto-split-copy > p { margin-top: 16px; font-size: 16.5px; color: var(--ink-soft); line-height: 1.6; max-width: 48ch; }
.onto-points { list-style: none; margin: clamp(24px,3vw,32px) 0 0; padding: 0; display: grid; gap: 0; border-top: 1px solid var(--line); }
.onto-points li { display: grid; grid-template-columns: auto 1fr; gap: 16px; padding: 18px 2px; border-bottom: 1px solid var(--line); }
.onto-points .op-ic { width: 30px; height: 30px; display: grid; place-items: center; color: var(--accent); }
.onto-points .op-ic .iconify { font-size: 20px; }
.onto-points h4 { font-size: 15.5px; font-weight: 600; color: var(--ink); }
.onto-points p { margin-top: 3px; font-size: 14px; color: var(--ink-soft); line-height: 1.5; }

/* table → ontology visual */
.t2o-stage { position: relative; border: 1px solid var(--line-strong); background: radial-gradient(130% 110% at 60% 30%, #f4f4f1, #ececE8); overflow: hidden; padding: clamp(22px,3vw,38px); display: grid; place-items: center; min-height: clamp(300px,32vw,380px); }
.t2o { width: 100%; max-width: 480px; height: auto; }
.t2o-tbl { fill: #fff; stroke: var(--line-strong); stroke-width: 1.3; }
.t2o-tblhead { fill: var(--ink); }
.t2o-cell { fill: var(--ink-mute); opacity: .5; }
.t2o-link { stroke: var(--accent); stroke-width: 1.6; fill: none; stroke-dasharray: 5 6; }
.t2o-edge { stroke: var(--line-strong); stroke-width: 1.5; }
.t2o-node { fill: #fff; stroke: var(--ink); stroke-width: 1.7; }
.t2o-node-acc { fill: #fff; stroke: var(--accent); stroke-width: 1.9; }
.t2o-dot { fill: var(--accent); }
.t2o-cap { font-family: var(--font-mono); font-size: 9.5px; fill: var(--ink-mute); text-transform: uppercase; letter-spacing: .08em; }
@media (prefers-reduced-motion: no-preference) {
  .t2o-link { animation: t2oflow 1.4s linear infinite; }
  @keyframes t2oflow { to { stroke-dashoffset: -22; } }
  .t2o-pulse { transform-box: fill-box; transform-origin: center; animation: t2opulse 2.8s ease-in-out infinite; }
  @keyframes t2opulse { 0%,100% { opacity: .55; } 50% { opacity: 1; } }
}
/* --- authority --- */
.authx { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); margin-top: clamp(30px, 4vw, 46px); }
.authx-tile { position: relative; overflow: hidden; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--card); padding: clamp(20px, 2.4vw, 28px); }
.authx-copy { grid-column: span 2; grid-row: span 2; }
.authx-copy p { margin-top: 8px; font-size: 14px; line-height: 1.55; color: var(--ink-soft); }
.authx-std { grid-column: span 1; position: relative; display: flex; flex-direction: column; gap: 6px; justify-content: center; padding: clamp(16px, 1.8vw, 24px); padding-right: 34px; transition: background .15s ease; }
.authx-std:hover { background: var(--bg-2); }
.authx-std b { font-family: var(--font-mono); font-size: 14px; font-weight: 600; letter-spacing: .06em; color: var(--ink); }
.authx-std:hover b { color: var(--accent); }
.authx-std > span { font-size: 12.5px; line-height: 1.4; color: var(--ink-mute); }
.authx-std .std-arr { position: absolute; top: 12px; right: 12px; font-size: 14px; color: var(--ink-mute); transition: color .15s ease, transform .15s ease; }
.authx-std:hover .std-arr { color: var(--accent); transform: translate(1px, -1px); }
.authx-book { grid-column: span 2; grid-row: span 2; display: block; background: var(--ink); border-color: var(--ink); transition: transform .25s cubic-bezier(.3,1,.4,1), box-shadow .25s ease; }
.authx-book:hover { transform: translateY(-4px); box-shadow: 0 28px 54px -26px rgba(14, 26, 46, .5); }
.authx-book .authx-k { color: rgba(255, 255, 255, .55); }
.authx-book h3 { color: #fff; }
.authx-book p { color: rgba(255, 255, 255, .72); }
.authx-book p em { color: #fff; }
.authx-book .arr { color: var(--accent); }
.authx-stat { grid-column: span 2; }
.authx-names { grid-column: 1 / -1; display: flex; align-items: center; gap: clamp(18px, 3vw, 44px); flex-wrap: wrap; padding-top: 18px; padding-bottom: 18px; }
.authx-k { display: block; font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-mute); }
.authx-tile h3 { margin-top: 8px; font-family: var(--font-display); font-weight: 600; font-size: clamp(1.05rem, 1.4vw, 1.2rem); letter-spacing: -.015em; }
.authx-tile > p, .authx-book p { margin-top: 8px; font-size: 14px; line-height: 1.55; color: var(--ink-soft); max-width: 46ch; }
.authx-tile p em { font-style: italic; color: var(--ink); }
.authx-book.authx-tile p em { color: #fff; }
.authx-tile .authband-stds { margin-top: 18px; position: relative; }
.authx-motif { position: absolute; right: -14px; top: -8px; width: 44%; height: auto; pointer-events: none; }
.authx-n { font-family: var(--font-display); font-weight: 700; font-size: clamp(2rem, 3vw, 2.7rem); letter-spacing: -.03em; line-height: 1; color: var(--accent); }
.authx-stat p { margin-top: 10px; font-size: 13.5px; line-height: 1.5; color: var(--ink-soft); max-width: 24ch; }
.authx-book { display: flex; flex-direction: column; }
.authx-bookarr { position: absolute; top: 18px; right: 18px; color: rgba(255, 255, 255, .85); font-size: 18px; transition: transform .2s ease, color .2s ease; }
.authx-bookarr .iconify { font-size: 18px; }
.authx-book:hover .authx-bookarr { transform: translate(2px, -2px); color: #fff; }
.authx-book h3 { font-size: clamp(1.2rem, 1.7vw, 1.45rem); padding-right: 48px; }
.authx-book > p { color: rgba(255, 255, 255, .8); }
.authx-booklink { margin-top: auto; padding-top: 22px; font-size: 14px; font-weight: 600; color: var(--accent); }
.authx-booklink .arr { display: inline-block; transition: transform .2s ease; }
.authx-book:hover .authx-booklink .arr { transform: translateX(3px); }
@media (max-width: 860px) {
  .authx { grid-template-columns: 1fr 1fr; }
  .authx-copy, .authx-book { grid-column: 1 / -1; grid-row: auto; }
  .authx-stat { grid-column: span 1; }
  .authx-motif { display: none; }
}
/* --- made authoritative (mah) --- */
.mah-quote { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.45; letter-spacing: -.01em; color: var(--ink); margin: 0; }
.mah-attr { margin-top: 12px; font-size: 14px; color: var(--ink-mute); }
.mah-attr b { color: var(--ink); font-weight: 600; }
.mah-stage { position: relative; display: grid; grid-template-columns: 1.5fr .8fr; gap: clamp(16px, 2vw, 26px); margin-top: clamp(34px, 4vw, 52px); align-items: stretch; }
.mah-canvas { position: relative; border: 1px solid var(--line); background: var(--card);
  background-image: radial-gradient(rgba(14,26,46,.06) 1px, transparent 1px); background-size: 20px 20px; overflow: hidden; }
.mah-svg { width: 100%; height: auto; display: block; }
.mah-edge { stroke: var(--ink-mute); stroke-width: 1.5; stroke-dasharray: 5 6; transition: stroke .5s ease, stroke-dasharray .5s ease; opacity: .8; }
.mah-stage.is-solid .mah-edge { stroke: var(--accent); stroke-dasharray: 1 0; }
.mah-node rect { fill: #fff; stroke: var(--line-strong); stroke-width: 1.3; transition: stroke .3s ease, filter .3s ease; }
.mah-node text { fill: var(--ink); font-family: var(--font-display); font-weight: 600; font-size: 16px; }
.mah-node.hot rect { stroke: var(--accent); filter: drop-shadow(0 8px 18px rgba(241,90,34,.25)); }
.mah-dim rect { stroke: var(--line); } .mah-dim text { fill: var(--ink-mute); font-weight: 500; font-size: 14px; }
.mah-stage.is-solid .mah-node rect { stroke: var(--accent); }
.mah-pop, .mah-rel { opacity: 0; transition: opacity .4s ease; }
.mah-pop.show, .mah-rel.show { opacity: 1; }
.mah-pop rect { fill: #fff; stroke: var(--accent); stroke-width: 1.2; }
.mah-pop-h { fill: var(--accent-ink); font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .1em; }
.mah-pop-t { fill: var(--ink-soft); font-family: var(--font-body); font-size: 12.5px; }
.mah-rel rect { fill: #fff; stroke: var(--accent); stroke-width: 1.2; }
.mah-rel text { fill: var(--accent-ink); font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .04em; }
.mah-submit { position: absolute; right: 16px; bottom: 14px; padding: 9px 16px; border: 0; background: var(--accent); color: #fff; font: 600 13.5px var(--font-body); cursor: default; opacity: 0; transform: translateY(6px); transition: opacity .4s ease, transform .4s ease, box-shadow .2s ease; }
.mah-submit.show { opacity: 1; transform: none; }
.mah-submit.pressed { box-shadow: inset 0 0 0 40px rgba(0,0,0,.14); }
.mah-cursor { position: absolute; z-index: 5; left: 58%; top: 68%; opacity: 0; pointer-events: none; filter: drop-shadow(0 2px 6px rgba(14,26,46,.4)); transition: left .8s cubic-bezier(.4,.9,.3,1), top .8s cubic-bezier(.4,.9,.3,1), opacity .3s ease; }
.mah-cursor.show { opacity: 1; }
.mah-queue { border: 1px solid var(--line); background: var(--bg-2); padding: 16px; display: flex; flex-direction: column; gap: 9px; }
.mah-queue-h { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 4px; }
.mah-item { display: flex; align-items: center; justify-content: space-between; gap: 10px; background: #fff; border: 1px solid var(--line); padding: 10px 12px; opacity: 0; transform: translateX(14px); transition: opacity .4s ease, transform .4s ease, border-color .3s ease, background .3s ease; }
.mah-item.in { opacity: 1; transform: none; }
.mah-item.accepted { border-color: var(--accent); background: #fff; }
.mah-item.accepted .ok { background: var(--accent); color: #fff; border-color: var(--accent); }
.mah-item-t { font-size: 12.5px; color: var(--ink-soft); line-height: 1.35; }
.mah-item-t b { color: var(--ink); font-weight: 600; }
.mah-acts { display: flex; gap: 6px; flex: none; }
.mah-acts button { width: 26px; height: 26px; border: 1px solid var(--line-strong); background: #fff; color: var(--ink-mute); font-size: 12px; cursor: default; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.mah-approved { margin-top: auto; display: flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; color: var(--accent-ink); opacity: 0; transition: opacity .5s ease; }
.mah-approved.show { opacity: 1; }
.mah-approved .iconify { font-size: 15px; }
@media (max-width: 860px) { .mah-stage { grid-template-columns: 1fr; } .mah-cursor { display: none; } }
.mah-quotecard { position: relative; margin: clamp(30px, 4vw, 52px) 0 0; background: var(--ink); border-left: 4px solid var(--accent); padding: clamp(36px, 4.4vw, 64px) clamp(30px, 5vw, 72px); overflow: hidden; }
.mah-quotecard::before { content: "\201C"; position: absolute; top: 8px; left: 20px; font-family: var(--font-display); font-weight: 700; font-size: 110px; line-height: 1; color: rgba(241, 90, 34, .38); pointer-events: none; }
.mah-quotecard::after { content: ""; position: absolute; right: -60px; top: -60px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(closest-side, rgba(241, 90, 34, .16), transparent); pointer-events: none; }
.mah-quotecard blockquote { margin: 0; font-family: var(--font-display); font-weight: 500; font-size: clamp(1.3rem, 2.4vw, 1.9rem); line-height: 1.45; letter-spacing: -.02em; color: #fff; max-width: 42ch; }
.mah-quotecard figcaption { margin-top: 22px; font-family: var(--font-mono); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: rgba(255, 255, 255, .55); }
.mah-quotecard figcaption b { color: #fff; font-weight: 600; }
/* --- explore by domain (indt) --- */
.indt { margin-top: clamp(34px, 4.5vw, 56px); margin-left: calc(-1 * var(--pad)); margin-right: calc(-1 * var(--pad)); }
.indt-tabs { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding: 0 clamp(16px, 2vw, 34px); }
.indt-tab { background: none; border: 0; cursor: pointer; padding: 8px 16px; font-family: var(--font-display); font-weight: 500; font-size: clamp(.96rem, 1.45vw, 1.14rem); letter-spacing: -0.01em; color: var(--ink-mute); transition: color .2s ease; white-space: nowrap; }
.indt-tab:hover { color: var(--ink-soft); }
.indt-tab.is-active { color: var(--ink); font-weight: 600; }
.indt-ruler { position: relative; height: 34px; margin-top: 12px; cursor: pointer; }
.indt-notch { position: absolute; bottom: 8px; width: 1px; height: 11px; background: var(--line-strong); transform: translateX(-50%); transform-origin: 50% 100%; transition: transform .18s ease, background .18s ease; pointer-events: none; }
.indt-mark { position: absolute; bottom: 4px; left: 0; width: 2px; height: 19px; background: var(--accent); transform: translateX(-50%); transition: left .42s cubic-bezier(.4,0,.2,1); pointer-events: none; }
.indt-body { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; margin-top: clamp(28px, 3.6vw, 46px); border: 1px solid var(--line); }
.indt-text { display: flex; flex-direction: column; padding: clamp(28px, 4vw, 54px); }
.indt-panel { display: flex; flex-direction: column; justify-content: space-between; flex: 1; gap: 28px; }
.indt-panel[hidden] { display: none; }
.indt-panel p { font-size: clamp(1.06rem, 1.5vw, 1.22rem); line-height: 1.58; color: var(--ink-soft); max-width: 42ch; margin: 0; }
.indt-logos { display: flex; align-items: center; justify-content: flex-start; gap: 30px; flex-wrap: wrap; }
.indt-logos img { height: 32px; max-width: 130px; object-fit: contain; }
.indt-visual { position: relative; min-height: clamp(300px, 34vw, 420px); border-left: 1px solid var(--line); overflow: hidden; }
@media (max-width: 860px) {
  .indt-tabs { flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; gap: 22px; -webkit-overflow-scrolling: touch; }
  .indt-ruler { display: none; }
  .indt-body { grid-template-columns: 1fr; }
  .indt-visual { order: -1; min-height: 240px; border-left: 0; border-bottom: 1px solid var(--line); }
}
.indt-visual-soft { background: radial-gradient(130% 110% at 50% 32%, #f4f4f1 0%, #e9e9e5 100%); cursor: grab; }
.indt-visual-soft:active { cursor: grabbing; }
.indt-visual-soft canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
/* --- governed steps --- */
.onto-steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.onto-steps li { display: grid; grid-template-columns: auto 1fr; gap: clamp(18px,2.4vw,32px); align-items: baseline; padding: clamp(20px,2.4vw,28px) 2px; border-bottom: 1px solid var(--line); transition: padding-left .2s ease; }
.onto-steps li:hover { padding-left: 10px; }
.onto-steps .os-num { font-family: var(--font-mono); font-size: 13px; font-weight: 500; color: var(--accent-ink); }
.onto-steps h3 { font-size: clamp(1.15rem,1.7vw,1.4rem); letter-spacing: -.01em; }
.onto-steps p { margin-top: 6px; font-size: 15px; color: var(--ink-soft); line-height: 1.55; max-width: 52ch; }
@media (max-width: 860px) { .onto-split { grid-template-columns: 1fr; } .onto-split.rev .onto-split-copy { order: 0; } }

/* Ported from the ontologies page onto the industry template (Ingrid 0727): the
   same three governed-and-activated beats, but laid out three across in one row
   and written for the industry you're on. */
.onto-steps.onto-steps-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr));
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.onto-steps-3 li { display: block; border-bottom: 0; border-left: 1px solid var(--line);
  padding: clamp(24px,2.8vw,34px) clamp(20px,2.2vw,30px); }
.onto-steps-3 li:first-child { border-left: 0; padding-left: 0; }
.onto-steps-3 li:hover { padding-left: clamp(20px,2.2vw,30px); }
.onto-steps-3 li:first-child:hover { padding-left: 0; }
.onto-steps-3 .os-num { display: block; margin-bottom: 14px; }
.onto-steps-3 p { max-width: none; }
@media (max-width: 860px) {
  .onto-steps.onto-steps-3 { grid-template-columns: 1fr; border-bottom: 0; }
  .onto-steps-3 li { border-left: 0; border-bottom: 1px solid var(--line); padding-left: 0; padding-right: 0; }
  .onto-steps-3 li:hover { padding-left: 0; }
}
/* --- 300+ models accent icon --- */
.cap .c-ic-acc { background: var(--accent); }
