/* About v3: editorial professional dossier without biological background canvas. */
.v3-scope .about-v3 {
  --about-cyan: #22d3ee;
  --about-mint: #34d399;
  --about-amber: #fbbf24;
  --about-violet: #a78bfa;
  --about-crimson: #f87171;
  --about-muted: #64748b;
  position: relative;
  overflow: clip;
}

.v3-scope .about-profile-hero {
  position: relative;
  min-height: min(760px, 100svh);
  display: grid;
  align-items: center;
  padding: 40px 24px 48px;
  isolation: isolate;
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
  background: linear-gradient(90deg, #08111f 0%, #0d1728 48%, #18243a 100%);
  color: #f8fafc;
  overflow: hidden;
}

.v3-scope .about-profile-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(270deg, rgba(167, 139, 250, 0.13) 0%, rgba(34, 211, 238, 0.08) 36%, rgba(52, 211, 153, 0.035) 68%, transparent 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 30%);
}

.v3-scope .about-profile-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 54%;
  height: 4px;
  background: linear-gradient(90deg, var(--about-mint), var(--about-cyan), var(--about-violet), var(--about-crimson), transparent);
}

.v3-scope .about-profile-hero__grid {
  width: min(1800px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(500px, 0.95fr);
  gap: 48px;
  align-items: center;
}

.v3-scope .about-v3__breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 22px;
  color: #94a3b8;
  font-family: "Fira Code", monospace;
  font-size: 0.72rem;
}

.v3-scope .about-profile-hero__copy > .about-v3__breadcrumb,
.v3-scope .about-profile-hero__copy > .about-v3__eyebrow {
  margin-left: 54px;
}

.v3-scope .about-v3__breadcrumb a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.v3-scope .about-v3__breadcrumb a:hover,
.v3-scope .about-v3__breadcrumb a:focus-visible {
  color: var(--about-cyan);
  outline: none;
}

.v3-scope .about-v3__eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin: 0 0 18px;
  color: var(--about-cyan);
  font-family: "Fira Code", monospace;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.v3-scope .about-v3__eyebrow b:first-of-type { color: var(--about-amber); }
.v3-scope .about-v3__eyebrow b:last-of-type { color: var(--about-violet); }

.v3-scope .about-profile-hero h1 {
  max-width: 12ch;
  margin: 0;
  color: #f8fafc;
  font-family: "Space Grotesk", sans-serif;
  font-size: 4.1rem;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.v3-scope .about-profile-hero h1 span { display: block; }

.v3-scope .about-profile-hero h1 span:last-child {
  color: transparent;
  background: linear-gradient(90deg, #34d399 0%, #22d3ee 48%, #a78bfa 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.v3-scope .about-profile-hero__role {
  margin: 24px 0 0;
  color: var(--about-cyan);
  font-family: "Fira Code", monospace;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.6;
  text-transform: uppercase;
}

.v3-scope .about-profile-hero__summary {
  max-width: 68ch;
  margin: 24px 0 0;
  color: #cbd5e1;
  font-size: 1.05rem;
  line-height: 1.78;
}

html[data-v2-theme="dark"] .v3-scope .about-profile-hero__summary,
html[data-v2-theme="dim"] .v3-scope .about-profile-hero__summary { color: #cbd5e1; }

.v3-scope .about-profile-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.v3-scope .about-profile-hero__actions a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 17px;
  border: 1px solid rgba(148, 163, 184, 0.36);
  border-radius: 6px;
  color: #e2e8f0;
  background: rgba(15, 23, 42, 0.66);
  font-size: 0.73rem;
  font-weight: 800;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.v3-scope .about-profile-hero__actions a:first-child {
  color: #07111f;
  border-color: transparent;
  background: linear-gradient(90deg, var(--about-cyan), var(--about-mint));
}

.v3-scope .about-profile-hero__actions a:hover,
.v3-scope .about-profile-hero__actions a:focus-visible {
  transform: translateY(-2px);
  border-color: var(--about-cyan);
  outline: none;
}

.v3-scope .about-profile-hero__status {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.v3-scope .about-profile-hero__status span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 6px;
  background: rgba(15, 23, 42, 0.58);
  color: #e2e8f0;
  font-size: 0.72rem;
  font-weight: 750;
}

.v3-scope .about-profile-hero__status i { color: var(--about-cyan); }
.v3-scope .about-profile-hero__status span:nth-child(2) i { color: var(--about-mint); }
.v3-scope .about-profile-hero__status span:nth-child(3) i { color: var(--about-violet); }

.v3-scope .about-profile-hero__portrait {
  width: min(100%, 600px);
  margin: 0 0 0 auto;
  min-width: 0;
  position: relative;
}

.v3-scope .about-profile-hero__image {
  position: relative;
  min-height: 0;
  display: grid;
  place-items: end center;
  padding: 54px 12px 0;
  border: 1px solid rgba(148, 163, 184, 0.32);
  border-radius: 8px 8px 0 0;
  background:
    linear-gradient(165deg, rgba(34, 211, 238, 0.13), transparent 38%),
    rgba(15, 23, 42, 0.72);
  box-shadow:
    0 30px 70px -36px rgba(2, 6, 23, 0.94),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.v3-scope .about-profile-hero__image::before {
  content: "PROFESSIONAL PROFILE / ACCRA";
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  color: #94a3b8;
  font-family: "Fira Code", monospace;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.v3-scope .about-profile-hero__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center bottom;
  filter: saturate(1.04) contrast(1.02) drop-shadow(0 28px 44px rgba(2, 6, 23, 0.42));
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), filter 0.5s ease;
}

.v3-scope .about-profile-hero__portrait:hover .about-profile-hero__image img {
  transform: translateY(-4px) scale(1.012);
  filter: saturate(1.08) contrast(1.03) drop-shadow(0 34px 52px rgba(2, 6, 23, 0.52));
}

.v3-scope .about-profile-hero__ruler { display: none; }

.v3-scope .about-profile-hero__portrait figcaption {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 68px;
  padding: 14px 16px;
  border: 1px solid rgba(148, 163, 184, 0.32);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  color: #94a3b8;
  background: rgba(15, 23, 42, 0.88);
  font-family: "Fira Code", monospace;
  font-size: 0.68rem;
  line-height: 1.45;
}

.v3-scope .about-profile-hero__portrait figcaption b {
  color: #f8fafc;
  text-align: right;
}

.v3-scope .about-v3__section {
  position: relative;
  padding: 104px 24px;
  border-bottom: 1px solid var(--border-color);
}

.v3-scope .about-v3__inner {
  width: min(1800px, 100%);
  margin: 0 auto;
}

.v3-scope .about-v3__section-header {
  position: relative;
  max-width: 1040px;
  margin-bottom: 48px;
  padding-left: 74px;
}

.v3-scope .about-v3__section-header > p {
  margin: 0 0 10px;
  color: var(--about-cyan);
  font-family: "Fira Code", monospace;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.v3-scope .about-v3__section-header h2 {
  margin: 0;
  color: var(--text-main);
  font-family: "Space Grotesk", sans-serif;
  font-size: 3.25rem;
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.v3-scope .about-v3__section-header > span:not(.about-v3__ghost) {
  display: block;
  max-width: 72ch;
  margin-top: 16px;
  color: var(--about-muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

.v3-scope .about-v3__ghost {
  position: absolute;
  top: -44px;
  left: 0;
  color: rgba(148, 163, 184, 0.13);
  font-family: "Space Grotesk", sans-serif;
  font-size: 8rem;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.v3-scope .about-identity {
  overflow: hidden;
  background:
    linear-gradient(270deg, rgba(167, 139, 250, 0.1) 0%, rgba(34, 211, 238, 0.055) 38%, rgba(52, 211, 153, 0.035) 68%, transparent 100%),
    var(--bg-canvas);
}

.v3-scope .about-identity__header {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.7fr);
  gap: 64px;
  align-items: end;
  margin: 0 0 52px;
  padding-left: 74px;
}

.v3-scope .about-identity__header > div > p {
  margin: 0 0 10px;
  color: var(--about-mint);
  font-family: "Fira Code", monospace;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.v3-scope .about-identity__header h2 {
  max-width: 18ch;
  margin: 0;
  color: var(--text-main);
  font-family: "Space Grotesk", sans-serif;
  font-size: 3.35rem;
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: 0;
}

.v3-scope .about-identity__header > p {
  margin: 0;
  padding: 0 0 6px 24px;
  border-left: 3px solid var(--about-cyan);
  color: var(--about-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.v3-scope .about-identity__pathway {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) minmax(270px, 0.72fr);
  min-height: 400px;
  border-block: 1px solid rgba(148, 163, 184, 0.28);
}

.v3-scope .about-identity__tabs {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  border-right: 1px solid rgba(148, 163, 184, 0.26);
}

.v3-scope .about-identity__tab {
  position: relative;
  display: grid;
  grid-template-columns: 34px 28px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 92px;
  padding: 18px 20px;
  border: 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
  background: transparent;
  color: var(--about-muted);
  text-align: left;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease;
}

.v3-scope .about-identity__tab:last-child { border-bottom: 0; }

.v3-scope .about-identity__tab::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 3px;
  background: var(--identity-colour);
  transform: scaleY(0.35);
  opacity: 0.45;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.v3-scope .about-identity__tab span {
  color: var(--identity-colour);
  font-family: "Fira Code", monospace;
  font-size: 0.66rem;
  font-weight: 900;
}

.v3-scope .about-identity__tab i { color: var(--identity-colour); }

.v3-scope .about-identity__tab strong {
  color: inherit;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.9rem;
}

.v3-scope .about-identity__tab:hover,
.v3-scope .about-identity__tab:focus-visible,
.v3-scope .about-identity__tab.is-active {
  color: var(--text-main);
  background: color-mix(in srgb, var(--identity-colour) 9%, transparent);
  outline: none;
}

.v3-scope .about-identity__tab:focus-visible {
  box-shadow: inset 0 0 0 2px var(--identity-colour);
}

.v3-scope .about-identity__tab.is-active::before {
  transform: scaleY(1);
  opacity: 1;
}

.v3-scope .about-identity__inspector {
  position: relative;
  min-width: 0;
  padding: 42px 48px;
  color: #e2e8f0;
  background: #0b1120;
  overflow: hidden;
}

.v3-scope .about-identity__inspector > p:first-of-type {
  margin: 0 0 18px;
  color: var(--identity-colour);
  font-family: "Fira Code", monospace;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.v3-scope .about-identity__inspector-title {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.v3-scope .about-identity__inspector-title span {
  color: color-mix(in srgb, var(--identity-colour) 28%, #ffffff);
  font-family: "Space Grotesk", sans-serif;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 0.8;
  opacity: 0.34;
}

.v3-scope .about-identity__inspector h3 {
  margin: 0;
  color: #f8fafc;
  font-family: "Space Grotesk", sans-serif;
  font-size: 2rem;
  font-weight: 850;
  line-height: 1.08;
}

.v3-scope .about-identity__inspector > p[data-identity-copy] {
  max-width: 60ch;
  margin: 30px 0 0;
  color: #cbd5e1;
  font-size: 1rem;
  line-height: 1.72;
}

.v3-scope .about-identity__output {
  margin-top: 36px;
  padding: 20px 0 0;
  border-top: 1px solid rgba(148, 163, 184, 0.24);
}

.v3-scope .about-identity__output span {
  color: var(--identity-colour);
  font-family: "Fira Code", monospace;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v3-scope .about-identity__output p {
  margin: 9px 0 0;
  color: #e2e8f0;
  font-size: 0.9rem;
  line-height: 1.6;
}

.v3-scope .about-identity__inspector.is-switching {
  animation: about-inspector-in 0.34s ease both;
}

.v3-scope .about-identity__signal {
  position: absolute;
  top: 30px;
  right: 32px;
  display: flex;
  gap: 6px;
}

.v3-scope .about-identity__signal i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--identity-colour);
  animation: aboutIdentityPulse 2.4s ease-in-out infinite;
}

.v3-scope .about-identity__signal i:nth-child(2) { animation-delay: 0.16s; opacity: 0.85; }
.v3-scope .about-identity__signal i:nth-child(3) { animation-delay: 0.32s; opacity: 0.7; }
.v3-scope .about-identity__signal i:nth-child(4) { animation-delay: 0.48s; opacity: 0.55; }
.v3-scope .about-identity__signal i:nth-child(5) { animation-delay: 0.64s; opacity: 0.4; }

@keyframes aboutIdentityPulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

.v3-scope .about-identity__context {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px;
  border-left: 1px solid rgba(148, 163, 184, 0.26);
  background: color-mix(in srgb, var(--card-bg) 58%, transparent);
}

.v3-scope .about-identity__context > p {
  margin: 0 0 16px;
  color: var(--about-violet);
  font-family: "Fira Code", monospace;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.v3-scope .about-identity__context blockquote {
  margin: 0;
  color: var(--text-main);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.1rem;
  font-weight: 650;
  line-height: 1.55;
}

.v3-scope .about-identity__languages {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  font-family: "Fira Code", monospace;
  font-size: 0.66rem;
}

.v3-scope .about-identity__languages span {
  width: 100%;
  color: var(--about-muted);
  text-transform: uppercase;
}

.v3-scope .about-identity__languages b {
  padding: 6px 9px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 5px;
  color: var(--text-main);
}

.v3-scope .about-identity__vision {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(148, 163, 184, 0.25);
}

.v3-scope .about-identity__vision span {
  color: var(--about-crimson);
  font-family: "Fira Code", monospace;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v3-scope .about-identity__vision p {
  max-width: 100ch;
  margin: 0;
  color: var(--about-muted);
  font-size: 0.94rem;
  line-height: 1.72;
}

.v3-scope .about-matrix {
  color: #e2e8f0;
  background: #0b1120;
}

.v3-scope .about-matrix .about-v3__section-header h2 { color: #f8fafc; }
.v3-scope .about-matrix .about-v3__section-header > span:not(.about-v3__ghost) { color: #94a3b8; }

.v3-scope .about-matrix__workspace {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  min-height: 620px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(2, 6, 23, 0.5);
}

.v3-scope .about-matrix__tabs {
  display: grid;
  grid-template-rows: repeat(5, minmax(0, 1fr));
  border-right: 1px solid rgba(148, 163, 184, 0.2);
}

.v3-scope .about-matrix__tab {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 4px 13px;
  min-height: 112px;
  padding: 18px 22px;
  border: 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  background: transparent;
  color: #cbd5e1;
  text-align: left;
  cursor: pointer;
}

.v3-scope .about-matrix__tab:last-child { border-bottom: 0; }

.v3-scope .about-matrix__tab > span {
  grid-row: 1 / 3;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: var(--domain-colour);
  background: color-mix(in srgb, var(--domain-colour) 15%, transparent);
  font-family: "Fira Code", monospace;
  font-size: 0.72rem;
  font-weight: 900;
}

.v3-scope .about-matrix__tab strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.98rem;
  font-weight: 750;
  line-height: 1.3;
}

.v3-scope .about-matrix__tab small {
  color: #64748b;
  font-family: "Fira Code", monospace;
  font-size: 0.61rem;
  text-transform: uppercase;
}

.v3-scope .about-matrix__tab i {
  grid-column: 3;
  grid-row: 1 / 3;
  color: #475569;
}

.v3-scope .about-matrix__tab:hover,
.v3-scope .about-matrix__tab:focus-visible,
.v3-scope .about-matrix__tab.is-active {
  background: color-mix(in srgb, var(--domain-colour) 9%, rgba(15, 23, 42, 0.7));
  color: #f8fafc;
  outline: none;
}

.v3-scope .about-matrix__tab.is-active::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--domain-colour);
}

.v3-scope .about-matrix__tab.is-active i { color: var(--domain-colour); }

.v3-scope .about-matrix__inspector {
  --domain-colour: var(--about-cyan);
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 52px;
  background:
    radial-gradient(600px circle at 100% 0%, color-mix(in srgb, var(--domain-colour) 13%, transparent), transparent 60%);
}

.v3-scope .about-matrix__inspector.is-switching {
  animation: about-inspector-in 0.36s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes about-inspector-in {
  from { opacity: 0.55; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

.v3-scope .about-matrix__inspector > header {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.v3-scope .about-matrix__inspector > header > span {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--domain-colour) 50%, transparent);
  border-radius: 8px;
  color: var(--domain-colour);
  background: color-mix(in srgb, var(--domain-colour) 10%, transparent);
  font-family: "Fira Code", monospace;
  font-size: 1.1rem;
  font-weight: 900;
}

.v3-scope .about-matrix__inspector header p,
.v3-scope .about-matrix__evidence p {
  margin: 0;
  color: var(--domain-colour);
  font-family: "Fira Code", monospace;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v3-scope .about-matrix__inspector h3 {
  margin: 5px 0 0;
  color: #f8fafc;
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.35rem;
  font-weight: 850;
  line-height: 1.08;
}

.v3-scope .about-matrix__remit {
  max-width: 68ch;
  margin: 34px 0 0;
  color: #cbd5e1;
  font-size: 1rem;
  line-height: 1.7;
}

.v3-scope .about-matrix__methods {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.v3-scope .about-matrix__methods span {
  padding: 8px 10px;
  border: 1px solid color-mix(in srgb, var(--domain-colour) 38%, rgba(148, 163, 184, 0.2));
  border-radius: 5px;
  color: #e2e8f0;
  font-family: "Fira Code", monospace;
  font-size: 0.7rem;
}

.v3-scope .about-matrix__evidence {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: auto;
  padding-top: 38px;
}

.v3-scope .about-matrix__evidence section {
  min-height: 156px;
  padding: 20px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 7px;
  background: rgba(15, 23, 42, 0.56);
}

.v3-scope .about-matrix__evidence section > span {
  display: block;
  margin-top: 10px;
  color: #cbd5e1;
  font-size: 0.82rem;
  line-height: 1.6;
}

.v3-scope .about-matrix__signal {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
  margin-top: 28px;
}

.v3-scope .about-matrix__signal i {
  height: 3px;
  border-radius: 2px;
  opacity: 0.48;
}

.v3-scope .about-matrix__signal i:nth-child(1) { background: var(--about-cyan); }
.v3-scope .about-matrix__signal i:nth-child(2) { background: var(--about-mint); }
.v3-scope .about-matrix__signal i:nth-child(3) { background: var(--about-violet); }
.v3-scope .about-matrix__signal i:nth-child(4) { background: var(--about-amber); }
.v3-scope .about-matrix__signal i:nth-child(5) { background: var(--about-crimson); }

.v3-scope .about-verification {
  background:
    linear-gradient(270deg, rgba(251, 191, 36, 0.07), transparent 34%, rgba(52, 211, 153, 0.045)),
    var(--bg-canvas);
}

.v3-scope .about-verification__summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 46px;
  border-block: 1px solid rgba(148, 163, 184, 0.28);
}

.v3-scope .about-verification__summary span {
  min-height: 88px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 18px 24px;
  border-right: 1px solid rgba(148, 163, 184, 0.26);
  color: var(--about-muted);
  font-family: "Fira Code", monospace;
  font-size: 0.7rem;
}

.v3-scope .about-verification__summary span:last-child { border-right: 0; }

.v3-scope .about-verification__summary strong {
  color: var(--text-main);
  font-family: "Space Grotesk", sans-serif;
  font-size: 2rem;
  font-weight: 900;
}

.v3-scope .about-verification__summary span:nth-child(1) strong { color: var(--about-cyan); }
.v3-scope .about-verification__summary span:nth-child(2) strong { color: var(--about-mint); }
.v3-scope .about-verification__summary span:nth-child(3) strong { color: var(--about-amber); }

.v3-scope .about-verification__groups {
  display: grid;
}

.v3-scope .about-verification__group {
  --verify-colour: var(--about-cyan);
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr);
  gap: 34px;
  padding: 34px 0;
  border-top: 1px solid rgba(148, 163, 184, 0.28);
}

.v3-scope .about-verification__group--membership { --verify-colour: var(--about-mint); }
.v3-scope .about-verification__group--pending { --verify-colour: var(--about-amber); }

.v3-scope .about-verification__group > header {
  padding: 6px 20px 0 0;
}

.v3-scope .about-verification__group > header p,
.v3-scope .about-identifiers > header p {
  margin: 0 0 9px;
  color: var(--verify-colour, var(--about-violet));
  font-family: "Fira Code", monospace;
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.v3-scope .about-verification__group > header h3,
.v3-scope .about-identifiers > header h3 {
  margin: 0;
  color: var(--text-main);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.35rem;
  font-weight: 850;
  line-height: 1.2;
}

.v3-scope .about-verification__group > header span {
  display: block;
  margin-top: 11px;
  color: var(--about-muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.v3-scope .about-verification__group > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.v3-scope .about-verification__group--membership > div {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.v3-scope .about-verification__entry {
  min-height: 182px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 7px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--verify-colour) 8%, transparent), transparent 46%),
    color-mix(in srgb, var(--card-bg) 66%, transparent);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.v3-scope .about-verification__entry:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--verify-colour) 54%, rgba(148, 163, 184, 0.28));
}

.v3-scope .about-verification__state {
  align-self: flex-start;
  padding: 5px 7px;
  border-radius: 4px;
  color: var(--verify-colour);
  background: color-mix(in srgb, var(--verify-colour) 11%, transparent);
  font-family: "Fira Code", monospace;
  font-size: 0.57rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v3-scope .about-verification__entry > p {
  margin: 18px 0 7px;
  color: var(--verify-colour);
  font-family: "Fira Code", monospace;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
}

.v3-scope .about-verification__entry h4 {
  margin: 0;
  color: var(--text-main);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.35;
}

.v3-scope .about-verification__entry strong {
  margin-top: 9px;
  color: var(--about-muted);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.45;
}

.v3-scope .about-verification__entry code {
  margin-top: auto;
  padding-top: 18px;
  color: var(--text-main);
  font-family: "Fira Code", monospace;
  font-size: 0.68rem;
  font-weight: 800;
}

.v3-scope .about-identifiers {
  --verify-colour: var(--about-violet);
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr);
  gap: 34px;
  margin-top: 12px;
  padding-top: 34px;
  border-top: 1px solid rgba(148, 163, 184, 0.26);
}

.v3-scope .about-identifiers > div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.v3-scope .about-identifiers a {
  min-height: 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: center;
  gap: 5px 8px;
  padding: 11px 13px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 6px;
  color: var(--text-main);
}

.v3-scope .about-identifiers a span {
  font-size: 0.72rem;
  font-weight: 800;
}

.v3-scope .about-identifiers a code {
  grid-column: 1;
  overflow: hidden;
  color: var(--about-muted);
  font-family: "Fira Code", monospace;
  font-size: 0.59rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v3-scope .about-identifiers a i {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  color: #94a3b8;
}

.v3-scope .about-identifiers a:hover,
.v3-scope .about-identifiers a:focus-visible {
  border-color: var(--about-violet);
  background: rgba(167, 139, 250, 0.06);
  outline: none;
}

.v3-scope .about-education {
  background:
    linear-gradient(90deg, rgba(248, 113, 113, 0.045), transparent 34%, rgba(167, 139, 250, 0.06)),
    color-mix(in srgb, var(--bg-canvas) 94%, #94a3b8 6%);
}

.v3-scope .about-education__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.v3-scope .about-education__record {
  --education-colour: var(--about-cyan);
  position: relative;
  min-height: 316px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--education-colour) 8%, transparent), transparent 48%),
    color-mix(in srgb, var(--card-bg) 72%, transparent);
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.v3-scope .about-education__record:nth-child(2) { --education-colour: var(--about-mint); }
.v3-scope .about-education__record:nth-child(3) { --education-colour: var(--about-amber); }
.v3-scope .about-education__record:nth-child(4) { --education-colour: var(--about-violet); }

.v3-scope .about-education__record::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--education-colour);
}

.v3-scope .about-education__record:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--education-colour) 56%, rgba(148, 163, 184, 0.3));
}

.v3-scope .about-education__record.is-current {
  border-color: color-mix(in srgb, var(--about-violet) 58%, rgba(148, 163, 184, 0.3));
}

.v3-scope .about-education__record header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.v3-scope .about-education__record header span {
  color: color-mix(in srgb, var(--education-colour) 32%, rgba(148, 163, 184, 0.42));
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
}

.v3-scope .about-education__record header p {
  margin: 0;
  color: var(--education-colour);
  font-family: "Fira Code", monospace;
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v3-scope .about-education__record.is-current header p { color: var(--about-violet); }

.v3-scope .about-education__record h3 {
  margin: 22px 0 0;
  color: var(--text-main);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.35rem;
  font-weight: 850;
  line-height: 1.3;
}

.v3-scope .about-education__record > strong {
  margin-top: 10px;
  color: var(--about-muted);
  font-size: 0.9rem;
}

.v3-scope .about-education__record > p {
  max-width: 72ch;
  margin: 20px 0 0;
  color: var(--about-muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.v3-scope .about-education__record > footer {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: auto;
  padding-top: 22px;
}

.v3-scope .about-education__record > footer span {
  padding: 6px 8px;
  border-radius: 4px;
  background: color-mix(in srgb, var(--education-colour) 9%, rgba(148, 163, 184, 0.08));
  color: var(--about-muted);
  font-family: "Fira Code", monospace;
  font-size: 0.64rem;
}

.v3-scope .about-record {
  background:
    linear-gradient(270deg, rgba(34, 211, 238, 0.055), transparent 42%),
    var(--bg-canvas);
}

.v3-scope .about-record__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.v3-scope .about-record__filters button {
  min-height: 44px;
  padding: 9px 14px;
  border: 1px solid rgba(148, 163, 184, 0.32);
  border-radius: 6px;
  background: transparent;
  color: var(--about-muted);
  font-family: "Fira Code", monospace;
  font-size: 0.66rem;
  font-weight: 800;
  cursor: pointer;
}

.v3-scope .about-record__filters button:hover,
.v3-scope .about-record__filters button:focus-visible,
.v3-scope .about-record__filters button.is-active {
  border-color: var(--about-cyan);
  background: rgba(34, 211, 238, 0.1);
  color: var(--text-main);
  outline: none;
}

.v3-scope .about-record__list {
  border-top: 1px solid rgba(148, 163, 184, 0.3);
}

.v3-scope .about-record__item {
  --record-colour: var(--about-cyan);
  border-bottom: 1px solid rgba(148, 163, 184, 0.3);
  transition: background 0.2s ease;
}

.v3-scope .about-record__item[data-record-category="field"] { --record-colour: var(--about-mint); }
.v3-scope .about-record__item:has(> button[aria-expanded="true"]) {
  background: color-mix(in srgb, var(--record-colour) 6%, transparent);
}

.v3-scope .about-record__item[hidden] { display: none; }

.v3-scope .about-record__item > button {
  width: 100%;
  min-height: 96px;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 44px;
  gap: 24px;
  align-items: center;
  padding: 18px 8px;
  border: 0;
  background: transparent;
  color: var(--text-main);
  text-align: left;
  cursor: pointer;
}

.v3-scope .about-record__meta {
  display: grid;
  gap: 6px;
}

.v3-scope .about-record__meta b {
  color: var(--record-colour);
  font-family: "Fira Code", monospace;
  font-size: 0.68rem;
  font-weight: 800;
}

.v3-scope .about-record__meta small {
  color: var(--about-muted);
  font-family: "Fira Code", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v3-scope .about-record__item > button > strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.08rem;
  font-weight: 750;
  line-height: 1.4;
}

.v3-scope .about-record__item > button > i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  justify-self: end;
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 6px;
  color: var(--about-muted);
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.v3-scope .about-record__item > button:hover > i,
.v3-scope .about-record__item > button:focus-visible > i,
.v3-scope .about-record__item > button[aria-expanded="true"] > i {
  color: var(--record-colour);
  border-color: var(--record-colour);
}

.v3-scope .about-record__item > button:focus-visible {
  outline: 2px solid var(--record-colour);
  outline-offset: -2px;
}

.v3-scope .about-record__item > button[aria-expanded="true"] > i { transform: rotate(45deg); }

.v3-scope .about-record__detail {
  padding: 0 76px 26px 252px;
  border-left: 3px solid var(--record-colour);
}

.v3-scope .about-record__detail p {
  max-width: 84ch;
  margin: 0;
  color: var(--about-muted);
  font-size: 0.88rem;
  line-height: 1.72;
}

@media (max-width: 1100px) {
  .v3-scope .about-profile-hero__grid { grid-template-columns: 1fr 420px; gap: 36px; }
  .v3-scope .about-profile-hero h1 { font-size: 3.8rem; }
  .v3-scope .about-identity__header { grid-template-columns: 1fr; gap: 24px; }
  .v3-scope .about-identity__header > p { max-width: 76ch; }
  .v3-scope .about-identity__pathway { grid-template-columns: 210px minmax(0, 1fr); }
  .v3-scope .about-identity__context {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    border-top: 1px solid rgba(148, 163, 184, 0.26);
    border-left: 0;
  }
  .v3-scope .about-identity__context > p { grid-column: 1 / -1; margin-bottom: 0; }
  .v3-scope .about-verification__group--membership > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v3-scope .about-identifiers > div { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .v3-scope .about-profile-hero { min-height: 0; padding: 96px 24px 64px; }
  .v3-scope .about-profile-hero__grid { grid-template-columns: 1fr; }
  .v3-scope .about-profile-hero h1 { max-width: 15ch; font-size: 3.25rem; }
  .v3-scope .about-profile-hero__portrait { width: min(100%, 620px); margin-inline: auto; }
  .v3-scope .about-v3__section { padding: 80px 24px; }
  .v3-scope .about-identity__header { margin-bottom: 38px; padding-left: 54px; }
  .v3-scope .about-identity__header h2 { font-size: 2.8rem; }
  .v3-scope .about-identity__pathway { grid-template-columns: 1fr; }
  .v3-scope .about-identity__tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.26);
  }
  .v3-scope .about-identity__tab {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 96px;
    padding: 14px 8px;
    border-right: 1px solid rgba(148, 163, 184, 0.22);
    border-bottom: 0;
    text-align: center;
  }
  .v3-scope .about-identity__tab:last-child { border-right: 0; }
  .v3-scope .about-identity__tab::before {
    inset: auto 18% 0;
    width: auto;
    height: 3px;
    transform: scaleX(0.35);
  }
  .v3-scope .about-identity__tab.is-active::before { transform: scaleX(1); }
  .v3-scope .about-identity__context { grid-column: auto; }
  .v3-scope .about-matrix__workspace { grid-template-columns: 1fr; }
  .v3-scope .about-matrix__tabs {
    grid-template-columns: repeat(5, minmax(150px, 1fr));
    grid-template-rows: auto;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  }
  .v3-scope .about-matrix__tab {
    min-height: 108px;
    border-right: 1px solid rgba(148, 163, 184, 0.18);
    border-bottom: 0;
  }
  .v3-scope .about-matrix__tab small { display: none; }
  .v3-scope .about-matrix__inspector { min-height: 560px; }
  .v3-scope .about-verification__group,
  .v3-scope .about-identifiers { grid-template-columns: 1fr; gap: 22px; }
  .v3-scope .about-verification__group > header,
  .v3-scope .about-identifiers > header { max-width: 620px; }
  .v3-scope .about-identifiers > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .v3-scope .about-profile-hero { padding: 132px 18px 56px; }
  .v3-scope .about-v3__breadcrumb { margin-bottom: 20px; }
  .v3-scope .about-profile-hero__copy > .about-v3__breadcrumb,
  .v3-scope .about-profile-hero__copy > .about-v3__eyebrow { margin-left: 36px; }
  .v3-scope .about-v3__eyebrow { font-size: 0.65rem; letter-spacing: 0.08em; }
  .v3-scope .about-profile-hero h1 { font-size: 2.55rem; line-height: 1.02; }
  .v3-scope .about-profile-hero__role { font-size: 0.7rem; }
  .v3-scope .about-profile-hero__summary { font-size: 0.96rem; line-height: 1.68; }
  .v3-scope .about-profile-hero__status { display: grid; }
  .v3-scope .about-profile-hero__status span { width: 100%; }
  .v3-scope .about-profile-hero__image { min-height: 0; padding: 48px 6px 0; }
  .v3-scope .about-profile-hero__image img { width: 100%; height: auto; }
  .v3-scope .about-profile-hero__portrait figcaption { grid-template-columns: 1fr; gap: 6px; }
  .v3-scope .about-profile-hero__portrait figcaption b { text-align: left; }
  .v3-scope .about-v3__section { padding: 70px 18px; }
  .v3-scope .about-v3__section-header { margin-bottom: 36px; padding-left: 38px; }
  .v3-scope .about-v3__section-header h2 { font-size: 2.25rem; line-height: 1.08; }
  .v3-scope .about-v3__ghost { top: -20px; font-size: 5.4rem; }
  .v3-scope .about-identity__header { padding-left: 38px; }
  .v3-scope .about-identity__header h2 { font-size: 2.28rem; }
  .v3-scope .about-identity__header > p { padding-left: 16px; font-size: 0.92rem; }
  .v3-scope .about-identity__tab strong { font-size: 0.74rem; }
  .v3-scope .about-identity__inspector { padding: 34px 22px; }
  .v3-scope .about-identity__inspector-title span { font-size: 3.5rem; }
  .v3-scope .about-identity__inspector h3 { font-size: 1.65rem; }
  .v3-scope .about-identity__context {
    display: block;
    padding: 28px 22px;
  }
  .v3-scope .about-identity__vision { grid-template-columns: 1fr; gap: 12px; }
  .v3-scope .about-matrix__inspector { min-height: 0; padding: 28px 20px; }
  .v3-scope .about-matrix__inspector > header { grid-template-columns: 52px minmax(0, 1fr); }
  .v3-scope .about-matrix__inspector > header > span { width: 52px; height: 52px; }
  .v3-scope .about-matrix__inspector h3 { font-size: 1.7rem; }
  .v3-scope .about-matrix__evidence { grid-template-columns: 1fr; margin-top: 28px; padding-top: 0; }
  .v3-scope .about-verification__summary,
  .v3-scope .about-verification__group > div,
  .v3-scope .about-verification__group--membership > div,
  .v3-scope .about-identifiers > div,
  .v3-scope .about-education__grid { grid-template-columns: 1fr; }
  .v3-scope .about-verification__summary span {
    min-height: 70px;
    border-right: 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.22);
  }
  .v3-scope .about-verification__summary span:last-child { border-bottom: 0; }
  .v3-scope .about-verification__group { padding: 28px 0; }
  .v3-scope .about-verification__entry { min-height: 176px; }
  .v3-scope .about-education__record { min-height: 300px; padding: 22px; }
  .v3-scope .about-record__item > button {
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 8px 14px;
    padding: 18px 4px;
  }
  .v3-scope .about-record__meta,
  .v3-scope .about-record__item > button > strong { grid-column: 1; }
  .v3-scope .about-record__item > button > i { grid-column: 2; grid-row: 1 / 3; }
  .v3-scope .about-record__detail { padding: 0 52px 22px 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .v3-scope .about-identity__signal i { animation: none; }
  .v3-scope .about-identity__inspector.is-switching { animation: none; }
  .v3-scope .about-matrix__tab,
  .v3-scope .about-record__item > button > i,
  .v3-scope .about-verification__entry,
  .v3-scope .about-education__record { transition: none; }
  .v3-scope .about-verification__entry:hover,
  .v3-scope .about-education__record:hover { transform: none; }
  .v3-scope .about-matrix__inspector.is-switching { animation: none; }
}

/* Home 01 coherence layer for About 03-04. The spectral surface,
   evidence rail and interactive selection states intentionally
   echo the Home identity instrument while preserving About-specific data. */
.v3-scope .about-home-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.72fr);
  gap: 24px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(34, 211, 238, 0.09), transparent 30%, transparent 68%, rgba(167, 139, 250, 0.1)),
    color-mix(in srgb, var(--card-bg) 74%, transparent);
  box-shadow: 0 22px 50px -38px rgba(15, 23, 42, 0.46);
}

html[data-v2-theme="dark"] .v3-scope .about-home-panel,
html[data-v2-theme="dim"] .v3-scope .about-home-panel {
  background:
    linear-gradient(120deg, rgba(34, 211, 238, 0.1), transparent 30%, transparent 68%, rgba(167, 139, 250, 0.1)),
    rgba(15, 23, 42, 0.74);
}

.v3-scope .about-verification__meta {
  min-height: 28px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.v3-scope .about-verification__meta > p {
  margin: 4px 0 0;
  color: var(--verify-colour);
  font-family: "Fira Code", monospace;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
}

.v3-scope .about-verification__meta > span:not(.about-verification__state) {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--about-muted);
  font-family: "Fira Code", monospace;
  font-size: 0.57rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: right;
}

.v3-scope .about-verification__meta > span i {
  color: var(--verify-colour);
}

.v3-scope .about-verification__meta + h4 {
  margin-top: 14px;
}

.v3-scope .about-verification__archive-link {
  min-height: 46px;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) 16px;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
  padding: 10px 12px;
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 6px;
  color: var(--text-main);
  background: color-mix(in srgb, var(--about-amber) 7%, transparent);
  font-size: 0.7rem;
  font-weight: 800;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.v3-scope .about-verification__archive-link i {
  color: var(--about-amber);
}

.v3-scope .about-verification__archive-link:hover,
.v3-scope .about-verification__archive-link:focus-visible {
  border-color: var(--about-amber);
  background: color-mix(in srgb, var(--about-amber) 13%, transparent);
  transform: translateY(-1px);
}

.v3-scope .about-home-panel::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--about-cyan), var(--about-mint), var(--about-amber), var(--about-violet), var(--about-crimson));
}

.v3-scope .about-home-panel > * {
  position: relative;
  z-index: 1;
}

.v3-scope .about-home-panel .home-identity-rail {
  border-radius: 8px;
}

.v3-scope .about-home-panel .home-identity-rail::after {
  display: none;
}

.v3-scope .about-home-panel__eyebrow {
  margin: 0 0 18px;
  color: var(--about-cyan);
  font-family: "Fira Code", monospace;
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1.5;
  text-transform: uppercase;
}

.v3-scope .about-verification__rail,
.v3-scope .about-education__inspector {
  align-self: start;
  min-width: 0;
  padding: 28px;
}

.v3-scope .about-verification__rail > h3,
.v3-scope .about-education__inspector > h3 {
  margin: 0;
  color: var(--text-main);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.75rem;
  font-weight: 850;
  line-height: 1.2;
}

.v3-scope .about-verification__rail > p:not(.about-home-panel__eyebrow),
.v3-scope .about-education__inspector > p:not(.about-home-panel__eyebrow) {
  margin: 16px 0 0;
  color: var(--about-muted);
  font-size: 0.86rem;
  line-height: 1.7;
}

.v3-scope .about-verification__rail .about-verification__summary {
  grid-template-columns: 1fr;
  margin: 24px 0;
  border: 0;
}

.v3-scope .about-verification__rail .about-verification__summary span {
  min-height: 54px;
  padding: 10px 0;
  border-right: 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.24);
}

.v3-scope .about-verification__rail .about-verification__summary strong {
  min-width: 34px;
  font-size: 1.45rem;
}

.v3-scope .about-home-panel__controls {
  display: grid;
  gap: 8px;
}

.v3-scope .about-home-panel__controls button {
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 6px;
  color: var(--about-muted);
  background: color-mix(in srgb, var(--card-bg) 58%, transparent);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.v3-scope .about-home-panel__controls button:hover {
  color: var(--text-main);
  border-color: var(--about-cyan);
  transform: translateX(4px);
}

.v3-scope .about-home-panel__controls button:focus-visible {
  outline: 3px solid var(--about-amber);
  outline-offset: 2px;
}

.v3-scope .about-home-panel__controls button.is-active {
  color: #071018;
  border-color: var(--about-mint);
  background: var(--about-mint);
}

.v3-scope .about-verification__content {
  min-width: 0;
}

.v3-scope .about-verification__content [data-verify-group][hidden] {
  display: none;
}

.v3-scope .about-verification__workspace .about-verification__group,
.v3-scope .about-verification__workspace .about-identifiers {
  grid-template-columns: minmax(190px, 0.3fr) minmax(0, 1fr);
  gap: 24px;
  padding: 26px 0;
}

.v3-scope .about-verification__workspace .about-verification__group:first-child {
  border-top: 0;
}

.v3-scope .about-verification__workspace .about-identifiers {
  margin-top: 0;
}

.v3-scope .about-verification__entry.home-journey-card {
  min-height: 178px;
  border-radius: 7px;
}

.v3-scope .about-education__workspace {
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.6fr);
  align-items: stretch;
}

.v3-scope .about-education__inspector {
  position: sticky;
  top: 32px;
  min-height: 100%;
  border-left: 3px solid var(--education-colour);
  transition: border-color 220ms ease;
}

.v3-scope .about-education__inspector-number {
  display: block;
  margin: 34px 0 14px;
  color: color-mix(in srgb, var(--education-colour) 36%, rgba(148, 163, 184, 0.36));
  font-family: "Space Grotesk", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 0.8;
}

.v3-scope .about-education__inspector > strong {
  display: block;
  margin-top: 12px;
  color: var(--education-colour);
  font-size: 0.82rem;
  line-height: 1.5;
}

.v3-scope .about-education__inspector footer {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 24px;
}

.v3-scope .about-education__inspector footer span {
  padding: 6px 8px;
  border-radius: 4px;
  color: var(--about-muted);
  background: color-mix(in srgb, var(--education-colour) 10%, transparent);
  font-family: "Fira Code", monospace;
  font-size: 0.64rem;
}

.v3-scope .about-education__grid {
  align-content: start;
}

.v3-scope button.about-education__record {
  width: 100%;
  min-height: 218px;
  padding: 22px;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.v3-scope button.about-education__record > p,
.v3-scope button.about-education__record > footer {
  display: none;
}

.v3-scope button.about-education__record > h3 {
  margin-top: 18px;
  font-size: 1.1rem;
}

.v3-scope button.about-education__record > strong {
  padding-right: 30px;
  font-size: 0.78rem;
  line-height: 1.5;
}

.v3-scope button.about-education__record > i {
  position: absolute;
  right: 22px;
  bottom: 22px;
  color: var(--education-colour);
  transition: transform 180ms ease;
}

.v3-scope button.about-education__record:hover > i,
.v3-scope button.about-education__record.is-active > i {
  transform: translateX(4px);
}

.v3-scope button.about-education__record.is-active {
  border-color: var(--education-colour);
  box-shadow: 0 16px 34px -26px color-mix(in srgb, var(--education-colour) 70%, rgba(15, 23, 42, 0.5));
}

.v3-scope button.about-education__record:focus-visible {
  outline: 3px solid var(--education-colour);
  outline-offset: 3px;
}

.v3-scope .about-education__inspector.is-switching > * {
  animation: about-education-switch 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes about-education-switch {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  .v3-scope .about-home-panel,
  .v3-scope .about-education__workspace {
    grid-template-columns: 1fr;
  }

  .v3-scope .about-education__inspector {
    position: static;
    min-height: 360px;
  }
}

/* About keeps its own composition while following the shared editorial cadence. */
.v3-scope .about-v3__section-header > p {
  margin: 0 0 14px;
  font-size: var(--section-kicker-size, 0.75rem);
  line-height: 1.5;
  letter-spacing: 0;
}

.v3-scope .about-v3__section-header h2 {
  font-size: var(--section-title-size, 3rem);
  font-weight: 800;
  line-height: 1.08;
}

.v3-scope .about-v3__section-header > span:not(.about-v3__ghost) {
  max-width: 72ch;
  margin-top: 18px;
  font-size: var(--section-caption-size, 1rem);
  line-height: 1.7;
}

.v3-scope .about-identity__header > div > p {
  margin: 0 0 14px;
  font-size: var(--section-kicker-size, 0.75rem);
  line-height: 1.5;
  letter-spacing: 0;
}

.v3-scope .about-identity__header h2 {
  font-size: var(--section-title-size, 3rem);
  font-weight: 800;
  line-height: 1.08;
}

.v3-scope .about-identity__header > p {
  font-size: var(--section-caption-size, 1rem);
  line-height: 1.7;
}

@media (max-width: 720px) {
  .v3-scope .about-v3__section-header h2,
  .v3-scope .about-identity__header h2 {
    font-size: var(--section-title-size, 2.25rem);
  }
}

@media (max-width: 680px) {
  .v3-scope .about-home-panel {
    gap: 18px;
    padding: 12px;
  }

  .v3-scope .about-verification__rail,
  .v3-scope .about-education__inspector {
    padding: 22px;
  }

  .v3-scope .about-verification__workspace .about-verification__group,
  .v3-scope .about-verification__workspace .about-identifiers {
    grid-template-columns: 1fr;
  }

  .v3-scope .about-verification__workspace .about-verification__group--membership > div,
  .v3-scope .about-verification__workspace .about-identifiers > div,
  .v3-scope .about-education__grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v3-scope .about-home-panel__controls button,
  .v3-scope .about-education__inspector,
  .v3-scope button.about-education__record > i {
    transition: none;
  }

  .v3-scope .about-education__inspector.is-switching > * {
    animation: none;
  }
}
