.v3-mobile-nav { display: none; }
.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--el-color-border-subtle);
  border-radius: var(--el-primitive-radius-xs);
  background: rgba(235, 203, 137, .035);
}
.language-switcher button {
  display: inline-grid;
  place-items: center;
  min-width: 30px;
  height: 28px;
  padding: 0 7px;
  border: 0;
  border-radius: calc(var(--el-primitive-radius-xs) - 2px);
  color: var(--el-color-text-secondary);
  background: transparent;
  font-family: var(--el-font-mono);
  font-size: 10px;
  letter-spacing: .04em;
  cursor: pointer;
  transition: color var(--el-motion-fast), background var(--el-motion-fast), box-shadow var(--el-motion-fast);
}
.language-switcher button:hover,
.language-switcher button:focus-visible {
  color: var(--el-color-accent-primary);
  outline: none;
}
.language-switcher button.is-active {
  color: var(--el-color-bg-page);
  background: var(--el-color-accent-primary);
  box-shadow: 0 8px 18px rgba(235, 203, 137, .16);
}
.section-head { grid-template-columns: minmax(0, .58fr) minmax(280px, .42fr); gap: 42px; }
.section-head > div { min-width: 0; }
.section-title { max-width: none; margin-top: 20px; }
.v3-about { padding-top: 92px; }
.v3-about-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 56px;
  padding: 44px;
  border: var(--el-panel-border);
  border-left: 2px solid var(--el-color-accent-primary);
  background: var(--el-panel-bg-layered);
  box-shadow: var(--el-panel-shadow);
  margin-top: 18px;
}
.v3-about-panel h3 { margin: 0 0 20px; font-family: var(--el-font-display); font-size: 42px; font-weight: 400; line-height: 1; }
.v3-about-panel p { margin: 0 0 16px; color: var(--el-color-text-secondary); line-height: 1.82; }
.v3-about-panel blockquote { align-self: end; margin: 0; color: var(--el-color-accent-primary); font-family: var(--el-font-display); font-size: clamp(28px, 3vw, 45px); font-weight: 400; line-height: 1.15; }

.v3-strength-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: start; margin-top: 24px; }
.v3-strength-grid article { min-height: 320px; padding: 30px; border: var(--el-panel-border-subtle); border-top-color: rgba(255,255,255,.14); border-radius: var(--el-panel-radius); background: var(--el-panel-bg-layered); box-shadow: var(--el-panel-shadow); transition: transform var(--el-motion-panel), border-color var(--el-motion-panel), box-shadow var(--el-motion-panel); }
.v3-strength-grid article.is-emphasis { border-color: rgba(235,203,137,.4); box-shadow: var(--el-panel-shadow-hover); }
.v3-strength-grid article:hover { transform: translateY(-3px); border-color: rgba(235,203,137,.38); box-shadow: var(--el-panel-shadow-hover); }
.v3-strength-grid { width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; }
.v3-strength-grid article { position: relative; z-index: 1; }
.v3-strength-grid article:nth-child(1) { transform: translateY(18px); }
.v3-strength-grid article:nth-child(2) { z-index: 2; transform: translate(-10%, 0); }
.v3-strength-grid article:nth-child(3) { z-index: 3; transform: translate(-20%, -18px); }
.v3-strength-grid article:hover { z-index: 20; border-color: rgba(235,203,137,.48); box-shadow: var(--el-panel-shadow-hover); }
.v3-strength-grid article:nth-child(1):hover { transform: translateY(12px); }
.v3-strength-grid article:nth-child(2):hover { transform: translate(-10%, -6px); }
.v3-strength-grid article:nth-child(3):hover { transform: translate(-20%, -24px); }
.v3-strength-grid:has(article:hover) article.is-emphasis:not(:hover) {
  border-color: rgba(255,255,255,.075);
  border-top-color: rgba(255,255,255,.14);
  box-shadow: var(--el-panel-shadow);
}
.v3-strength-grid:has(article:hover) article:hover {
  border-color: rgba(235,203,137,.48);
  box-shadow: var(--el-panel-shadow-hover);
}
.v3-strength-grid span, .v3-why-stack > article > span, .v3-team-grid summary span, .v3-framework-grid summary span, .v3-strategy-heading span, .v3-method-grid article > span, .v3-vector-grid article > span, .v3-research-grid article > span, .v3-research-card-link > span:first-child, .v3-contact-entries strong {
  color: var(--el-color-accent-secondary); font-family: var(--el-font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
}
.v3-strength-grid h3 { margin: 48px 0 18px; color: var(--el-color-text-primary); font-family: var(--el-font-display); font-size: 31px; font-weight: 400; line-height: 1.08; }
.v3-strength-grid p { margin: 0; color: var(--el-color-text-secondary); line-height: 1.76; }

.v3-why-stack { position: relative; display: grid; gap: 0; padding-left: 0; }
.v3-why-stack > article { position: relative; display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 28px; padding: 34px 24px 34px 20px; border: 1px solid rgba(255,255,255,.045); border-top-color: var(--el-color-border-subtle); border-radius: 0 14px 14px 0; background: linear-gradient(110deg, rgba(255,255,255,.035), rgba(255,255,255,.012) 48%, rgba(235,203,137,.025)), radial-gradient(circle at 88% 50%, rgba(235,203,137,.055), transparent 40%); box-shadow: inset 0 1px 0 rgba(255,255,255,.035), inset 0 -1px 0 rgba(0,0,0,.28); transition: transform var(--el-motion-panel), border-color var(--el-motion-panel), background var(--el-motion-panel), box-shadow var(--el-motion-panel); }
.v3-why-stack > article:last-child { border-bottom: 1px solid var(--el-color-border-subtle); }
.v3-why-stack > article > span { align-self: start; width: max-content; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.v3-why-stack > article:hover { transform: translateY(-3px); border-color: rgba(235,203,137,.25); background: linear-gradient(110deg, rgba(255,255,255,.055), rgba(255,255,255,.018) 48%, rgba(235,203,137,.055)), radial-gradient(circle at 88% 50%, rgba(235,203,137,.10), transparent 40%); box-shadow: 0 18px 42px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.06), inset 0 -1px 0 rgba(0,0,0,.24); }
.v3-why-stack h3 { margin: 0 0 12px; color: var(--el-color-text-primary); font-family: var(--el-font-display); font-size: 34px; font-weight: 400; line-height: 1.05; }
.v3-why-stack p { margin: 0; color: var(--el-color-text-secondary); line-height: 1.8; }

.v3-team-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 56px; perspective: 1800px; }
.v3-team-member { position: relative; min-height: 560px; transform-style: preserve-3d; }
.v3-team-member:focus-visible { outline: 1px solid rgba(235,203,137,.7); outline-offset: 6px; }
.v3-team-card-inner { position: absolute; inset: 0; transform-style: preserve-3d; transition: transform 720ms cubic-bezier(.2,.72,.16,1); }
@media (prefers-reduced-motion: reduce) and (min-width: 901px) {
  .v3-team-card-inner { transition-duration: 720ms !important; }
}
.v3-team-member.is-flipped .v3-team-card-inner { transform: rotateY(180deg); }
.v3-team-face { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; padding: 30px 26px; overflow: hidden; border: var(--el-panel-border-subtle); border-radius: var(--el-panel-radius); backface-visibility: hidden; background: linear-gradient(132deg, rgba(14,21,28,.92), rgba(27,29,29,.82)); box-shadow: 0 20px 44px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.045); transition: border-color var(--el-motion-panel), box-shadow var(--el-motion-panel); }
.v3-team-face::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(130deg, rgba(255,255,255,.045), transparent 38%, rgba(235,203,137,.055)); opacity: .8; }
.v3-team-face > * { position: relative; z-index: 1; }
.v3-team-member:hover .v3-team-face, .v3-team-member.is-flipped .v3-team-face { border-color: rgba(235,203,137,.4); box-shadow: var(--el-panel-shadow-hover); }
.v3-team-face-back {
  --team-scroll-progress: 0%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 34px;
  transform: rotateY(180deg);
  background: linear-gradient(135deg, rgba(17,25,32,.98), rgba(37,36,32,.94));
  overscroll-behavior: contain;
  scrollbar-width: none;
}
.v3-team-face-back::-webkit-scrollbar { width: 0; height: 0; }
.v3-team-face-back::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 11px;
  bottom: 18px;
  z-index: 2;
  width: 2px;
  border-radius: 999px;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at 50% var(--team-scroll-progress), rgba(235,203,137,.96) 0 4px, rgba(235,203,137,.34) 5px, transparent 12px),
    linear-gradient(to bottom, transparent, rgba(235,203,137,.18) 12%, rgba(235,203,137,.34) 50%, rgba(235,203,137,.18) 88%, transparent);
  box-shadow: 0 0 18px rgba(235,203,137,.16);
  transition: opacity var(--el-motion-fast);
}
.v3-team-face-back.is-scrollable::after,
.v3-team-member.is-flipped .v3-team-face-back::after { opacity: .9; }
.v3-team-face span { color: var(--el-color-accent-secondary); font-family: var(--el-font-mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.v3-team-face h3 { margin: 0; color: var(--el-color-text-primary); font-family: var(--el-font-display); font-size: clamp(25px, 1.85vw, 32px); font-weight: 400; line-height: .98; }
.v3-team-face p { margin: 0; color: var(--el-color-text-secondary); font-size: 13px; line-height: 1.68; }
.v3-team-face-back p { font-size: 11.5px; line-height: 1.7; }
.v3-team-face-front > p { max-width: 620px; min-height: 66px; }
.v3-team-face ul { margin: 4px 0 0; padding-left: 1.05em; color: var(--el-color-text-secondary); font-size: 12px; line-height: 1.65; min-height: 100px; }
.v3-team-face li + li { margin-top: 2px; }
.v3-team-more { display: inline-flex; align-items: center; gap: 10px; margin-top: auto; padding: 0; border: 0; background: transparent; color: var(--el-color-accent-primary); font-size: 13px; font-weight: 700; cursor: default; }
.v3-team-more span { display: inline-grid; place-items: center; width: 22px; height: 22px; border: 1px solid rgba(235,203,137,.34); color: var(--el-color-accent-primary); font-family: var(--el-font-sans); font-size: 14px; letter-spacing: 0; transition: border-color var(--el-motion-fast), background var(--el-motion-fast); }
.v3-team-member:hover .v3-team-more span, .v3-team-member.is-flipped .v3-team-more span { border-color: rgba(235,203,137,.7); background: rgba(235,203,137,.09); }
.v3-team-face .team-disclaimer { margin-top: auto; padding-top: 12px; border-top: 1px solid rgba(235,203,137,.18); color: var(--el-color-accent-secondary); font-size: 10px; line-height: 1.55; }

.v3-belief-lede { max-width: 1280px; margin: 0 auto 40px; color: var(--el-color-accent-primary); text-align: center; font-family: var(--el-font-display); font-size: clamp(21px, 2vw, 31px); line-height: 1.32; }
.v3-belief-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.v3-belief-grid article { padding: 28px; border: var(--el-panel-border-subtle); border-radius: var(--el-panel-radius); background: var(--el-panel-bg-layered); transition: transform var(--el-motion-panel), border-color var(--el-motion-panel); }
.v3-belief-grid article:hover { transform: translateY(-3px); border-color: rgba(235,203,137,.3); }
.v3-belief-grid h3 { margin: 0 0 14px; color: var(--el-color-text-primary); font-family: var(--el-font-display); font-size: 29px; font-weight: 400; }
.v3-belief-grid p { margin: 0; color: var(--el-color-text-secondary); line-height: 1.75; }
.v3-belief-grid blockquote { margin: 24px 0 0; padding-top: 16px; border-top: 1px solid var(--el-color-border-subtle); color: var(--el-color-accent-secondary); font-size: 14px; line-height: 1.6; }

.v3-framework-definition { max-width: 1120px; margin: -12px auto 34px; color: var(--el-color-accent-primary); text-align: center; font-family: var(--el-font-display); font-size: clamp(21px, 2vw, 31px); line-height: 1.32; }
.v3-loop { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; padding: 20px; border: 1px solid var(--el-color-border-subtle); color: var(--el-color-text-primary); font-family: var(--el-font-mono); font-size: 12px; letter-spacing: .08em; }
.v3-loop i { color: var(--el-color-accent-primary); font-style: normal; font-size: 18px; }
.v3-framework-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.v3-framework-grid details { border: var(--el-panel-border-subtle); border-radius: var(--el-panel-radius); background: var(--el-panel-bg-layered); transition: border-color var(--el-motion-panel), box-shadow var(--el-motion-panel); }
.v3-framework-grid details:hover, .v3-framework-grid details[open] { border-color: rgba(235,203,137,.32); box-shadow: var(--el-panel-shadow-hover); }
.v3-framework-grid summary { display: grid; grid-template-columns: 42px 1fr; gap: 8px 14px; padding: 25px; cursor: pointer; list-style: none; }
.v3-framework-grid summary::-webkit-details-marker { display: none; }
.v3-framework-grid summary span { grid-row: span 2; padding-top: 4px; }
.v3-framework-grid summary strong { color: var(--el-color-text-primary); font-family: var(--el-font-display); font-size: 25px; font-weight: 400; line-height: 1.1; }
.v3-framework-grid summary small { color: var(--el-color-accent-secondary); font-family: var(--el-font-mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.v3-framework-grid details > p { margin: 0; padding: 0 25px 25px 81px; color: var(--el-color-text-secondary); line-height: 1.75; }
.v3-quadrant { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 0 25px 25px 81px; background: var(--el-color-border-subtle); }
.v3-quadrant b { padding: 14px; color: var(--el-color-accent-primary); background: rgba(13,17,21,.8); font-family: var(--el-font-mono); font-size: 11px; font-weight: 400; line-height: 1.6; }
.v3-quadrant small { color: var(--el-color-text-secondary); font-family: var(--el-font-body); font-size: 12px; }

.v3-strategy-heading { display: grid; grid-template-columns: 1fr auto auto; gap: 20px; align-items: baseline; margin: 30px 0 14px; padding-bottom: 12px; border-bottom: 1px solid var(--el-color-border-subtle); }
.v3-strategy-heading strong { color: var(--el-color-text-primary); font-family: var(--el-font-display); font-size: 27px; font-weight: 400; }
.v3-strategy-heading small { color: var(--el-color-text-secondary); }
.v3-method-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.v3-method-grid article, .v3-vector-grid article { position: relative; display: flex; flex-direction: column; min-height: 260px; padding: 28px; border: var(--el-panel-border-subtle); border-radius: var(--el-panel-radius); background: var(--el-panel-bg-layered); transition: transform var(--el-motion-panel), border-color var(--el-motion-panel), box-shadow var(--el-motion-panel); }
.v3-method-grid article:hover, .v3-vector-grid article:hover { transform: translateY(-3px); border-color: rgba(235,203,137,.3); box-shadow: var(--el-panel-shadow-hover); }
.v3-method-grid h3, .v3-vector-grid h3 { margin: 38px 0 13px; color: var(--el-color-text-primary); font-family: var(--el-font-display); font-size: 31px; font-weight: 400; line-height: 1.05; }
.v3-method-grid h3 small { display: block; margin-top: 8px; color: var(--el-color-accent-secondary); font-family: var(--el-font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.v3-method-grid p, .v3-vector-grid p { margin: 0; color: var(--el-color-text-secondary); line-height: 1.75; }
.v3-vector-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.v3-vector-grid article { min-height: 320px; }
.v3-vector-grid h3 {
  display: -webkit-box;
  min-height: 62px;
  overflow: hidden;
  padding-top: 4px;
  font-size: 24px;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.v3-vector-grid article:nth-child(2) h3 { font-size: 23px; }
.v3-vector-grid p { min-height: calc(16px * 1.75 * 3); }

.v3-research-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.v3-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 0; }
.v3-filters button { padding: 10px 14px; color: var(--el-color-text-secondary); border: 1px solid var(--el-color-border-subtle); background: transparent; cursor: pointer; font-family: var(--el-font-mono); font-size: 11px; }
.v3-filters button:hover, .v3-filters button.is-active { color: var(--el-color-bg-page); border-color: var(--el-color-accent-primary); background: var(--el-color-accent-primary); }
.research-all-link { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; min-height: 38px; padding: 8px 12px; color: var(--el-color-accent-primary); border: 1px solid rgba(235,203,137,.28); background: rgba(235,203,137,.035); font-family: var(--el-font-sans); font-size: 12px; font-weight: 700; text-decoration: none; transition: color var(--el-motion-fast), border-color var(--el-motion-fast), background var(--el-motion-fast); }
.research-all-link i { display: inline-grid; place-items: center; width: 20px; height: 20px; color: inherit; border: 1px solid rgba(235,203,137,.34); font-size: 11px; font-style: normal; line-height: 1; transition: transform var(--el-motion-fast), border-color var(--el-motion-fast); }
.research-all-link:hover,
.research-all-link:focus-visible { color: var(--el-color-accent-secondary); border-color: rgba(235,203,137,.64); background: rgba(235,203,137,.08); outline: none; }
.research-all-link:hover i,
.research-all-link:focus-visible i { transform: translate(1px, -1px); border-color: rgba(235,203,137,.7); }
.v3-research-carousel { position: relative; margin-bottom: 26px; }
.v3-research-carousel:has(.v3-research-grid[data-source="empty"]),
.v3-research-carousel:has(.v3-research-grid[data-source="pending"]) { display: none; }
.v3-research-viewport { overflow-x: auto; overflow-y: visible; scroll-behavior: smooth; scrollbar-width: none; padding-top: 12px; margin-top: -12px; }
.v3-research-viewport::-webkit-scrollbar { display: none; }
.v3-research-grid { --research-gap: 12px; --research-card-height: 260px; --research-featured-height: 532px; display: grid; grid-template-rows: repeat(2, var(--research-card-height)); grid-template-columns: clamp(364px, 28vw, 434px); grid-auto-columns: clamp(330px, 28vw, 430px); gap: var(--research-gap); align-items: start; width: max-content; min-width: 100%; }
.v3-research-grid.has-single-item { --research-card-height: 164px; --research-featured-height: 340px; }
.v3-research-grid.is-filtered { min-width: max-content; }
.v3-research-grid article { position: relative; display: flex; flex-direction: column; grid-column: var(--research-col, auto); grid-row: var(--research-row, auto); height: var(--research-card-height); min-height: var(--research-card-height); padding: 24px; overflow: hidden; border: var(--el-panel-border-subtle); border-radius: var(--el-panel-radius); background: var(--el-panel-bg-layered); transition: transform var(--el-motion-panel), border-color var(--el-motion-panel), box-shadow var(--el-motion-panel); }
.v3-research-grid article[hidden] { display: none; }
.v3-research-grid article:hover { transform: translateY(-3px); border-color: rgba(235,203,137,.3); box-shadow: var(--el-panel-shadow-hover); }
.v3-research-card-link { display: flex; flex-direction: column; width: 100%; height: 100%; color: inherit; text-decoration: none; }
.v3-research-card-link:focus-visible { outline: none; }
.v3-research-grid article.is-featured { grid-column: 1; grid-row: 1 / span 2; height: var(--research-featured-height); min-height: var(--research-featured-height); border-color: rgba(235,203,137,.36); }
.v3-research-grid.is-filtered article.is-featured { grid-column: 1; grid-row: 1 / span 2; height: var(--research-featured-height); min-height: var(--research-featured-height); }
.v3-research-grid:has(article:hover) article.is-featured:not(:hover),
.v3-research-grid:has(article:focus-within) article.is-featured:not(:focus-within) {
  border-color: rgba(255,255,255,.075);
  border-top-color: rgba(255,255,255,.14);
  box-shadow: none;
}
.v3-research-grid:has(article:hover) article:hover,
.v3-research-grid:has(article:focus-within) article:focus-within {
  border-color: rgba(235,203,137,.42);
  box-shadow: var(--el-panel-shadow-hover);
}
.v3-research-grid h3 { display: -webkit-box; min-height: 64px; margin: 22px 0 7px; padding-top: 4px; overflow: hidden; color: var(--el-color-text-primary); font-family: var(--el-font-display); font-size: 26px; font-weight: 400; line-height: 1.2; -webkit-line-clamp: 2; -webkit-box-orient: vertical; -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 30px), transparent 100%); mask-image: linear-gradient(90deg, #000 calc(100% - 30px), transparent 100%); }
.v3-research-grid article.is-featured h3 { min-height: 74px; padding-top: 4px; font-size: 29px; }
.v3-research-grid p { display: -webkit-box; min-height: 73px; max-height: 73px; margin: 0; overflow: hidden; color: var(--el-color-text-secondary); font-size: 14px; line-height: 1.72; -webkit-line-clamp: 3; -webkit-box-orient: vertical; -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 32px), transparent 100%); mask-image: linear-gradient(90deg, #000 calc(100% - 32px), transparent 100%); }
.v3-research-grid small { display: none; }
.v3-research-scroll { position: absolute; top: 50%; z-index: 3; display: inline-grid; place-items: center; width: 34px; height: 46px; border: 1px solid rgba(235,203,137,.38); color: var(--el-color-accent-primary); background: rgba(12,17,22,.72); box-shadow: 0 18px 40px rgba(0,0,0,.28); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); transform: translateY(-50%); cursor: pointer; font-family: var(--el-font-display); font-size: 28px; line-height: 1; transition: opacity var(--el-motion-fast), transform var(--el-motion-fast), border-color var(--el-motion-fast), background var(--el-motion-fast); }
.v3-research-scroll-prev { left: -17px; }
.v3-research-scroll-next { right: -17px; }
.v3-research-scroll:hover,
.v3-research-scroll:focus-visible { border-color: rgba(235,203,137,.74); background: rgba(235,203,137,.10); outline: none; }
.v3-research-scroll-prev:hover,
.v3-research-scroll-prev:focus-visible { transform: translate(-2px, -50%); }
.v3-research-scroll-next:hover,
.v3-research-scroll-next:focus-visible { transform: translate(2px, -50%); }
.v3-research-scroll:disabled { opacity: .28; pointer-events: none; }
.v3-research-carousel:not(.can-scroll) .v3-research-scroll { opacity: .22; }
.card-action-link { display: inline-flex; align-items: center; justify-content: flex-start; gap: 10px; width: max-content; max-width: 100%; padding: 0; border: 0; background: transparent; color: var(--el-color-accent-primary); font-family: var(--el-font-sans); font-size: 13px; font-weight: 700; letter-spacing: 0; cursor: pointer; transition: color var(--el-motion-fast); }
.v3-method-grid .card-action-link,
.v3-vector-grid .card-action-link { margin-top: auto; }
.v3-research-grid .card-action-link { margin-top: auto; margin-bottom: 16px; }
.v3-method-grid .card-action-link,
.v3-vector-grid .card-action-link { padding-top: 26px; }
.card-action-link i { display: inline-grid; place-items: center; width: 22px; height: 22px; border: 1px solid rgba(235,203,137,.34); color: var(--el-color-accent-primary); font-family: var(--el-font-sans); font-size: 12px; font-style: normal; line-height: 1; transition: transform var(--el-motion-fast), border-color var(--el-motion-fast), background var(--el-motion-fast); }
.v3-method-grid article:hover .card-action-link,
.v3-vector-grid article:hover .card-action-link,
.v3-research-grid article:hover .card-action-link,
.card-action-link:hover,
.card-action-link:focus-visible { color: var(--el-color-accent-secondary); outline: none; }
.v3-method-grid article:hover .card-action-link i,
.v3-vector-grid article:hover .card-action-link i,
.v3-research-grid article:hover .card-action-link i,
.card-action-link:hover i,
.card-action-link:focus-visible i { transform: translate(1px, -1px); border-color: rgba(235,203,137,.7); background: rgba(235,203,137,.09); }
.research-subscribe-strip { min-height: 252px; margin-top: 0; padding: 14px 24px; align-items: center; }
.research-subscribe-strip .conversion-copy { display: grid; flex: 1 1 340px; grid-template-columns: 1fr; grid-template-rows: auto; gap: 8px; max-width: 560px; }
.research-subscribe-strip .conversion-copy span,
.research-subscribe-strip .conversion-copy strong,
.research-subscribe-strip .conversion-copy p { grid-column: auto; grid-row: auto; white-space: normal; }
.research-subscribe-strip .conversion-copy p { max-width: 440px; }
.substack-embed-wrap { flex: 0 1 520px; width: min(100%, 520px); height: 150px; margin-left: auto; overflow: hidden; }
.substack-embed-wrap iframe { display: block; width: 100%; height: 150px; border: 0; background: transparent; }

@media (max-width: 1024px) {
  .research-subscribe-strip { display: grid; grid-template-columns: 1fr; gap: 18px; }
  .research-subscribe-strip .conversion-copy { max-width: 620px; }
  .substack-embed-wrap { justify-self: stretch; width: min(100%, 520px); margin-left: 0; }
}

@media (max-width: 680px) {
  .v3-research-toolbar { align-items: stretch; flex-direction: column; }
  .research-all-link { align-self: flex-start; }
  .research-subscribe-strip { padding: 22px 18px; }
  .substack-embed-wrap { width: 100%; }
}

.v3-contact-grid { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: 18px; }
.v3-contact-entries { padding: 26px; border: var(--el-panel-border-subtle); border-radius: var(--el-panel-radius); background: var(--el-panel-bg-layered); }
.v3-contact-entries h3 { margin: 0 0 18px; color: var(--el-color-text-primary); font-family: var(--el-font-display); font-size: 30px; font-weight: 400; }
.v3-contact-entries article { display: grid; gap: 9px; width: 100%; padding: 18px 0; color: inherit; border-top: 1px solid var(--el-color-border-subtle); }
.v3-contact-entries article span { color: var(--el-color-text-secondary); font-size: 13px; line-height: 1.65; }
.field-wide { grid-column: 1 / -1; }
.field-wide textarea { width: 100%; min-height: 100px; padding: 12px; color: var(--el-input-fg); border: var(--el-input-border); border-radius: var(--el-input-radius); background: var(--el-input-bg); resize: vertical; }
.contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status[data-state="success"] { color: var(--el-color-accent-primary); }
.form-status[data-state="error"] { color: #e7a29b; }
.v3-footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; align-items: start; }
.footer-brand-lockup { display: inline-flex; align-items: center; gap: 9px; }
.footer-brand-lockup img { width: 58px; height: 38px; object-fit: contain; object-position: left center; flex: 0 0 auto; }
.footer-brand-lockup > div { display: flex; flex-direction: column; justify-content: space-between; height: 38px; padding-top: 2px; padding-bottom: 1px; }
.v3-footer-grid strong { color: var(--el-color-text-primary); font-family: var(--el-font-display); font-size: var(--el-type-brand-size); font-weight: 400; line-height: 0.92; }
.v3-footer-grid p { margin: 0; color: var(--el-color-text-secondary); font-size: 12px; line-height: 1; }.footer-brand-lockup p { color: #fff; }.v3-footer-grid nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }.v3-footer-grid a { color: var(--el-color-text-secondary); text-decoration: none; }.v3-footer-grid a:hover { color: var(--el-color-accent-primary); }.v3-footer-grid > div:last-child { display: grid; gap: 10px; justify-items: end; text-align: right; }

.v3-framework-system { --capability-stage-height: 520px; min-height: 520px; align-items: start; }
.v3-framework-system .capability-rail { gap: 10px; }
.v3-framework-system .capability-tab { min-height: 96px; padding: 18px 24px; }
.v3-framework-system .capability-tab small { margin-top: 8px; }
.v3-framework-system .capability-detail-card,
.v3-framework-system .capability-detail-inner { min-height: 520px; height: 520px; }
.v3-framework-system .capability-detail-inner { align-content: start; padding: 52px 46px 38px; }
.v3-framework-system .capability-status-row { height: 34px; min-height: 34px; margin-bottom: 20px; }
.v3-framework-system .capability-detail-title { height: auto; min-height: 104px; margin-bottom: 12px; font-size: clamp(48px, 4.5vw, 68px); line-height: .95; }
.v3-framework-system .capability-detail-index { display: none; }
.btn::after { content: "→"; display: inline-grid; place-items: center; width: 18px; height: 18px; margin-left: 2px; font-size: .9em; line-height: 1; transition: transform var(--el-motion-fast); }
.btn:hover::after,
.btn:focus-visible::after { transform: translateX(2px); }
.btn[disabled]::after { transform: none; opacity: .45; }

.capability-detail-card[data-active="judgment"] .capability-detail-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(238px, 268px); gap: 0 32px; align-items: start; }
.capability-detail-card[data-active="judgment"] .capability-status-row,
.capability-detail-card[data-active="judgment"] .capability-detail-title,
.capability-detail-card[data-active="judgment"] .capability-core-brief,
.capability-detail-card[data-active="judgment"] .v3-judgment-text-group { grid-column: 1; }
.capability-detail-card[data-active="judgment"] .capability-detail-copy { height: auto !important; min-height: 0 !important; margin: 0 0 12px 0 !important; font-size: 13px; line-height: 1.62; color: var(--el-color-text-secondary); }
.capability-detail-card[data-active="judgment"] .v3-judgment-text-group { margin-top: 0; }
.capability-detail-copy .fw-emphasis { color: var(--el-color-accent-primary); font-weight: 700; text-shadow: 0 0 18px rgba(235,203,137,0.16); }

.v3-framework-system .capability-core-brief {
  max-width: 780px;
  min-height: calc(14px * 1.62 * 2);
  margin: 0 0 28px;
  color: var(--el-color-text-secondary);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.62;
}

.v3-framework-system .capability-detail-copy {
  max-width: 640px;
  height: calc(16px * 1.72 * 2);
  min-height: calc(16px * 1.72 * 2);
  margin: 0 0 22px;
  color: var(--el-color-text-secondary);
  font-size: 16px;
  line-height: 1.72;
}

.v3-quadrant-visual { width: 100%; }
.capability-detail-card[data-active="judgment"] .v3-quadrant-visual { grid-column: 2; grid-row: 1 / span 5; align-self: start; width: 100%; margin-top: 72px; }
.v3-quadrant-wheel { position: relative; width: 232px; height: 232px; margin: 0 auto 24px; padding: 8px; border-radius: 50%; background: radial-gradient(circle at center, rgba(235,203,137,0.06), transparent 70%); }
.v3-quadrant-wheel .wheel-axis-y { position: absolute; top: -9px; left: 50%; transform: translateX(-50%); color: var(--el-color-accent-secondary); font-family: var(--el-font-mono); font-size: 9px; letter-spacing: .08em; white-space: nowrap; }
.v3-quadrant-wheel .wheel-axis-y-bottom { position: absolute; bottom: -13px; left: 50%; transform: translateX(-50%); color: var(--el-color-accent-secondary); font-family: var(--el-font-mono); font-size: 9px; letter-spacing: .08em; white-space: nowrap; }
.v3-quadrant-wheel .wheel-axis-x { position: absolute; inset: 50% -9px auto -9px; display: flex; justify-content: space-between; transform: translateY(-50%); color: #ffffff; font-family: var(--el-font-sans); font-size: 10px; font-weight: 500; text-shadow: 0 1px 3px rgba(0,0,0,0.9); pointer-events: none; z-index: 2; }
.v3-quadrant-wheel .wheel-arc-wrap { position: absolute; inset: 0; pointer-events: none; }
.v3-quadrant-wheel .wheel-arc-svg { width: 100%; height: 100%; }
.v3-quadrant-wheel .wheel-cycle-dash { filter: drop-shadow(0 0 1.5px rgba(235,203,137,.18)); animation: wheel-cycle-dash-clockwise 2.8s linear infinite; }
@keyframes wheel-cycle-dash-clockwise {
  to { stroke-dashoffset: -14; }
}
@media (prefers-reduced-motion: reduce) {
  .v3-quadrant-wheel .wheel-cycle-dash {
    animation: none !important;
  }
}
.v3-quadrant-wheel .wheel-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 9px; width: 100%; height: 100%; position: relative; z-index: 1; }
.v3-quadrant-wheel .wheel-grid::before,
.v3-quadrant-wheel .wheel-grid::after { content: ""; position: absolute; background: rgba(235,203,137,0.18); pointer-events: none; }
.v3-quadrant-wheel .wheel-grid::before { left: 50%; top: 11px; bottom: 11px; width: 1px; transform: translateX(-50%); }
.v3-quadrant-wheel .wheel-grid::after { top: 50%; left: 11px; right: 11px; height: 1px; transform: translateY(-50%); }
.v3-quadrant-wheel .q-cell { display: flex; flex-direction: column; justify-content: center; align-items: center; justify-self: center; align-self: center; width: 86px; min-height: 58px; padding: 7px 8px; border-radius: 8px; text-align: center; backdrop-filter: blur(8px); transition: transform .2s ease; }
.v3-quadrant-wheel .q-cell:hover { transform: scale(1.04); }
.v3-quadrant-wheel .q-cell strong { font-size: 15px; font-weight: 700; line-height: 1; }
.v3-quadrant-wheel .q-cell small { max-width: 72px; margin-top: 4px; font-size: 7.5px; line-height: 1.18; opacity: .86; white-space: normal; letter-spacing: -0.02em; }
.v3-quadrant-wheel .q-lead { border: 1px solid rgba(74, 222, 128, 0.38); background: rgba(74, 222, 128, 0.08); color: #86efac; }
.v3-quadrant-wheel .q-improve { border: 1px solid rgba(167, 139, 250, 0.38); background: rgba(167, 139, 250, 0.08); color: #c4b5fd; }
.v3-quadrant-wheel .q-weaken { border: 1px solid rgba(251, 191, 36, 0.38); background: rgba(251, 191, 36, 0.08); color: #fde047; }
.v3-quadrant-wheel .q-lag { border: 1px solid rgba(248, 113, 113, 0.38); background: rgba(248, 113, 113, 0.08); color: #fca5a5; }
.v3-quadrant-matrix-pills { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; width: 100%; }
.v3-quadrant-matrix-pills .q-pill { display: grid; grid-template-columns: 10px 52px minmax(0, 1fr); align-items: center; min-height: 34px; padding: 4px 6px; border-radius: 4px; font-size: 8px; line-height: 1.18; text-align: left; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); color: var(--el-color-text-secondary); white-space: normal; }
.v3-quadrant-matrix-pills .q-pill-arrow { display: flex; align-items: center; justify-content: flex-start; width: 10px; color: var(--el-color-text-secondary); font-family: var(--el-font-sans); font-size: 9px; line-height: 1; }
.v3-quadrant-matrix-pills .q-pill b { display: block; color: var(--el-color-accent-primary); font-size: 8px; line-height: 1.15; white-space: nowrap; }
.v3-quadrant-matrix-pills .q-pill-note { display: block; min-width: 0; color: var(--el-color-text-secondary); font-size: 7.5px; line-height: 1.15; overflow-wrap: normal; }
.v3-framework-quote { display: none !important; margin: 8px 0 0 0; padding: 8px 12px; border-left: 2px solid var(--el-color-accent-primary); border-radius: 0 8px 8px 0; background: rgba(235,203,137,0.04); color: var(--el-color-accent-secondary); font-size: 11.5px; line-height: 1.55; font-style: normal; }
.capability-detail-card[data-active="judgment"] .v3-framework-quote { display: block !important; }

html[data-locale="en"] .capability-detail-card[data-active="judgment"] .capability-detail-title {
  height: 120px;
  min-height: 120px;
  margin-bottom: 10px;
  font-size: clamp(40px, 3.55vw, 52px);
  letter-spacing: -0.035em;
}
html[data-locale="en"] .capability-detail-card[data-active="judgment"] .capability-detail-title small {
  font-size: 0.43em;
  line-height: 1.05;
  letter-spacing: -0.03em;
}
html[data-locale="en"] .capability-detail-card[data-active="judgment"] .capability-core-brief {
  min-height: 0;
  margin-bottom: 16px;
  font-size: 12.5px;
  line-height: 1.45;
}
html[data-locale="en"] .capability-detail-card[data-active="judgment"] .v3-judgment-text-group {
  margin-top: 0;
}
html[data-locale="en"] .capability-detail-card[data-active="judgment"] .capability-detail-copy {
  margin-bottom: 10px !important;
  font-size: 11.5px;
  line-height: 1.42;
}
html[data-locale="en"] .capability-detail-card[data-active="judgment"] .v3-framework-quote {
  padding: 7px 10px;
  font-size: 9.8px;
  line-height: 1.32;
}
@media (max-width: 900px) {
  .capability-detail-card[data-active="judgment"] .capability-detail-inner { grid-template-columns: 1fr; }
  .capability-detail-card[data-active="judgment"] .capability-status-row,
  .capability-detail-card[data-active="judgment"] .capability-detail-title,
  .capability-detail-card[data-active="judgment"] .capability-core-brief,
  .capability-detail-card[data-active="judgment"] .v3-judgment-text-group,
  .capability-detail-card[data-active="judgment"] .v3-quadrant-visual { grid-column: auto; }
  .capability-detail-card[data-active="judgment"] .v3-judgment-text-group { margin-top: 0; }
  .capability-detail-card[data-active="judgment"] .v3-quadrant-visual { grid-row: auto; margin-top: 0; }
}

@media (max-width: 1180px) { .v3-team-grid { gap: 10px; }.v3-team-member { min-height: 590px; }.v3-team-face { padding: 28px 22px; }.v3-team-face h3 { font-size: 28px; }.v3-team-face p { font-size: 12px; line-height: 1.62; }.v3-team-face-back p { font-size: 11.5px; line-height: 1.65; }.v3-team-face ul { font-size: 11px; line-height: 1.58; }.v3-vector-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 900px) { .v3-strength-grid { width: 100%; grid-template-columns: 1fr; gap: 16px; }.v3-strength-grid article:nth-child(1), .v3-strength-grid article:nth-child(2), .v3-strength-grid article:nth-child(3) { transform: none; } }
@media (max-width: 900px) { .v3-team-grid { grid-template-columns: 1fr; gap: 14px; perspective: none; }.v3-team-member { min-height: 0; }.v3-team-card-inner { position: relative; transform: none !important; will-change: auto; }.v3-team-face { position: relative; inset: auto; border-radius: var(--el-panel-radius) var(--el-panel-radius) 0 0; backface-visibility: visible; }.v3-team-face-front > p { min-height: 0; }.v3-team-face ul { min-height: 0; }.v3-team-face-back { overflow: visible; padding-right: 24px; transform: none; border-top: 0; border-radius: 0 0 var(--el-panel-radius) var(--el-panel-radius); }.v3-team-face-back::after { display: none; }.v3-team-face-back > span, .v3-team-face-back h3 { display: none; }.v3-team-more { display: none; } }
@media (max-width: 767px) {
  .section-head { grid-template-columns: 1fr; gap: 18px; }
  .language-switcher { margin-left: auto; }
  .language-switcher button { min-width: 28px; height: 28px; padding: 0 6px; }
  .v3-about { padding-top: 78px; }
  .v3-about-panel { grid-template-columns: 1fr; gap: 28px; padding: 28px; }.v3-about-panel h3 { font-size: 36px; }.v3-about-panel blockquote { font-size: 32px; }
  .v3-strength-grid, .v3-belief-grid, .v3-framework-grid, .v3-method-grid, .v3-vector-grid, .v3-contact-grid { grid-template-columns: 1fr; }.v3-strength-grid { width: 100%; }.v3-strength-grid article:nth-child(1), .v3-strength-grid article:nth-child(2), .v3-strength-grid article:nth-child(3) { transform: none; }.v3-strength-grid article:hover, .v3-strength-grid article:nth-child(1):hover, .v3-strength-grid article:nth-child(2):hover, .v3-strength-grid article:nth-child(3):hover { transform: translateY(-3px); }
  .v3-why-stack { padding-left: 0; }.v3-why-stack > article { grid-template-columns: 1fr; gap: 12px; }.v3-why-stack h3 { font-size: 29px; }
  .v3-team-grid { margin-top: 34px; }.v3-team-face { padding: 24px; }.v3-loop { justify-content: flex-start; line-height: 1.7; }.v3-loop i { font-size: 15px; }
  .v3-quadrant { margin-left: 25px; }.v3-strategy-heading { grid-template-columns: 1fr; gap: 7px; }.v3-strategy-heading small { grid-column: auto; }.v3-framework-system, .v3-framework-system .capability-detail-card, .v3-framework-system .capability-detail-inner { height: auto; min-height: 0; }.v3-research-viewport { overflow: visible; }.v3-research-grid, .v3-research-grid.is-filtered { width: 100%; min-width: 0; grid-template-columns: 1fr; grid-template-rows: none; grid-auto-columns: auto; }.v3-research-grid article, .v3-research-grid article.is-featured { grid-column: auto !important; grid-row: auto !important; height: auto; min-height: var(--research-card-height); }.v3-research-scroll { display: none; }.v3-footer-grid { grid-template-columns: 1fr; }.v3-footer-grid > div:last-child { justify-items: start; text-align: left; }
  .v3-mobile-nav { position: fixed; inset: var(--el-nav-height) 0 auto; z-index: 19; display: grid; gap: 2px; padding: 14px 20px 20px; border-bottom: 1px solid rgba(235,203,137,.18); background: rgba(8,12,17,.96); transform: translateY(-110%); transition: transform var(--el-motion-panel); pointer-events: none; }
  .v3-mobile-nav.is-open { transform: translateY(0); pointer-events: auto; }.v3-mobile-nav a { padding: 15px 4px; border-bottom: 1px solid var(--el-color-border-subtle); color: var(--el-color-text-secondary); text-decoration: none; }.v3-mobile-nav a:hover { color: var(--el-color-accent-primary); }
}
