/* Landing study 04: the partner portfolio's type system, an abstract optical
   study, and the interactive scan frontier. */
:root {
  color-scheme: light;
  --paper: #f6f7f4; --paper-bright: #fdfefb; --ink: #192320;
  --muted: #5e6964; --line: #d9dfd8; --canvas: #141b1f;
  --canvas-raised: #1d252a; --canvas-ink: #f2f5f5;
  --canvas-muted: #97a7ad; --canvas-line: #303d43; --selection: #dbc5a5;
  --interface: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 15px/1.65 var(--interface); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 2px solid #3a7274; outline-offset: 5px; }
p, h1, h2, h3 { margin: 0; }
.page-width { width: min(1312px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: absolute; top: -80px; left: 24px; z-index: 10; padding: 12px 16px; background: var(--paper-bright); }
.skip-link:focus { top: 10px; }
.site-header { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.wordmark { display: inline-block; font-size: 28px; font-weight: 550; letter-spacing: -.06em; line-height: 1; }
.brand-stop { color: #68796d; }
.primary-nav { display: flex; align-items: center; gap: 33px; margin-left: auto; }
.primary-nav a { font-size: 12px; color: #445049; padding: 14px 0; }
.primary-nav a:hover, .quiet-link:hover { color: #71866b; }
.engine-link { display: flex; align-items: center; justify-content: center; gap: 24px; font-size: 12px; font-weight: 500; border: 1px solid #bac5bd; border-radius: 5px; padding: 11px 16px; margin-left: 18px; }
.engine-link:hover { background: #e7ece5; }
.engine-link span, .text-link span { font-size: 17px; }
.eyebrow { font-size: 10px; font-weight: 550; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); line-height: 1.6; }
.hero { position: relative; isolation: isolate; min-height: 740px; display: flex; flex-direction: column; justify-content: space-between; background: #eeefed; overflow: hidden; }
.hero-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 58%; z-index: -2; }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #f1f2ef70, transparent 70%); pointer-events: none; }
.hero-content { padding-block: 79px 160px; }
.hero .eyebrow { color: #415249; margin-bottom: 29px; }
.hero h1 { font-size: clamp(46px, 4.8vw, 70px); line-height: 1.09; letter-spacing: -.058em; font-weight: 450; max-width: 850px; }
.hero-description { max-width: 530px; font-size: 16px; line-height: 1.75; margin-top: 27px; color: #394b40; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 30px; padding: 14px 19px; background: #243e30; color: #f4f7f2; border: 1px solid #243e30; border-radius: 5px; font-size: 12px; font-weight: 500; line-height: 1.5; }
.primary-button:hover { background: #35533f; border-color: #35533f; }
.primary-button span { font-size: 17px; }
.quiet-link { font-size: 12px; display: inline-flex; align-items: center; gap: 18px; }
.hero-caption { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #5e6964; font-size: 10px; padding-block: 28px; }
.hero-caption span:last-child { font-size: 9px; }
.company-intro { display: grid; grid-template-columns: 1fr 1.6fr; gap: 88px; padding-block: 100px; }
.company-intro > .eyebrow { max-width: 230px; padding-top: 10px; }
h2 { font-size: clamp(28px, 3vw, 40px); font-weight: 450; letter-spacing: -.045em; line-height: 1.2; }
.company-intro h2 { font-size: clamp(32px, 3.3vw, 45px); }
.company-intro > div > p { max-width: 600px; font-size: 16px; line-height: 1.8; margin-top: 24px; color: var(--muted); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 45px; margin-bottom: 44px; }
.section-heading .eyebrow { margin-bottom: 16px; }
.section-heading > p { color: var(--muted); font-size: 13px; max-width: 350px; line-height: 1.8; }
.text-link { display: inline-flex; align-items: center; gap: 20px; font-size: 11px; font-weight: 500; padding-bottom: 5px; border-bottom: 1px solid #adbab0; line-height: 1.6; }
.text-link:hover { color: #3c6446; border-color: #3c6446; }
.opportunities-section { border-top: 1px solid var(--line); padding-block: 62px 78px; }
.opportunity-story { display: grid; grid-template-columns: .65fr 1.2fr 1.4fr; gap: 50px; border-top: 1px solid var(--line); padding: 40px 0 42px; }
.story-category { padding-top: 5px; }
.story-number { font-size: 11px; color: #7b8a7d; font-variant-numeric: tabular-nums; }
.story-category p { font-size: 11px; max-width: 135px; line-height: 1.7; margin-top: 12px; color: #4d6153; }
.story-proposition h3 { font-size: 28px; font-weight: 450; line-height: 1.22; letter-spacing: -.045em; max-width: 365px; }
.story-proposition > p { font-size: 13px; color: var(--muted); line-height: 1.8; margin-top: 17px; max-width: 325px; }
.story-evidence > p { font-size: 14px; line-height: 1.8; color: #4d5c52; }
.story-evidence > .story-context { font-size: 11px; color: #748175; margin-top: 19px; }
.story-evidence details { margin-top: 21px; border-top: 1px solid var(--line); }
.story-evidence summary { list-style: none; cursor: pointer; font-size: 11px; font-weight: 500; display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 13px 0; }
.story-evidence summary::-webkit-details-marker { display: none; }
.story-evidence summary span { font-size: 18px; color: #6b7b6d; transition: transform .15s; }
.story-evidence details[open] summary span { transform: rotate(45deg); }
.story-evidence details > div { border-left: 2px solid #b4c1b2; padding: 1px 0 4px 17px; margin-top: 8px; }
.story-evidence details > div > p { font-size: 12px; color: var(--muted); line-height: 1.9; }
.story-evidence details .text-link { margin-top: 20px; font-size: 10px; }
.stories-footer { display: flex; justify-content: space-between; align-items: baseline; gap: 30px; border-top: 1px solid var(--line); padding-top: 22px; }
.stories-footer p { font-size: 11px; color: #6d776e; }
.stories-footer .text-link { flex-shrink: 0; }
.stories-unavailable { padding-block: 30px; }
.approach-section { padding-block: 79px 33px; background: #e9ede7; }
.approach-section .section-heading { margin-bottom: 46px; }
.approach-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 35px; }
.approach-steps li { border-top: 1px solid #bec8be; padding-top: 20px; }
.step-number { font-size: 10px; color: #6c7c6b; }
.approach-steps h3 { font-size: 17px; line-height: 1.35; letter-spacing: -.025em; font-weight: 500; margin-top: 28px; }
.approach-steps p { color: #5e6a5e; font-size: 12px; margin-top: 14px; line-height: 1.8; max-width: 255px; }
.approach-note { font-size: 10px; color: #677568; border-top: 1px solid #cdd5cb; padding-top: 21px; margin-top: 47px; }
.atlas-section { padding-top: 92px; }
.atlas-frame { border: 1px solid #26383f; border-radius: 10px; background: var(--canvas); color: var(--canvas-ink); overflow: hidden; box-shadow: 0 3px 4px #253d4510, 0 24px 55px -29px #172d354a; }
.atlas-toolbar { min-height: 64px; display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; gap: 20px; border-bottom: 1px solid var(--canvas-line); background: linear-gradient(110deg, #233038 0%, #1d272c 48%, #1b252b 100%); }
.atlas-title-group { display: flex; align-items: center; gap: 12px; }
.atlas-symbol { display: flex; align-items: flex-end; gap: 3px; height: 16px; width: 18px; }
.atlas-symbol i { display: block; width: 3px; height: 13px; background: #a8bdc4; }
.atlas-symbol i:nth-child(2) { height: 8px; }
.atlas-symbol i:nth-child(3) { height: 16px; }
.atlas-title-group h2 { font-size: 12px; font-weight: 550; letter-spacing: -.015em; }
.toolbar-separator { width: 1px; height: 15px; background: #47575d; margin: 0 1px 0 7px; }
.taxonomy-label { font-size: 10px; color: #b1c1c6; }
.atlas-scope { font-size: 10px; color: #adbbc1; white-space: nowrap; font-variant-numeric: tabular-nums; }
.atlas-scope strong { font-weight: 550; color: #e3ebed; }
.atlas-scope > span { margin-inline: 10px; color: #607780; }
.atlas-layout { display: grid; grid-template-columns: minmax(0, 1fr) 295px; }
.atlas-main { min-width: 0; padding: 27px 24px 16px; }
.matrix-intro { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 10px; color: #d1dce0; margin-bottom: 23px; }
.matrix-intro span:last-child { color: #98abb2; font-size: 9px; }
.matrix-scroll { overflow-x: auto; scrollbar-width: thin; scrollbar-color: #425760 #162026; padding-bottom: 9px; }
.taxonomy-matrix { min-width: var(--matrix-min-width, 744px); }
.matrix-axis, .matrix-row { display: grid; grid-template-columns: 232px repeat(var(--column-count, 51), minmax(10px, 1fr)); }
.matrix-axis { min-height: 27px; align-items: start; }
.matrix-axis > span:first-child { font-size: 8px; letter-spacing: .035em; color: #849ba5; padding: 0 10px; }
.axis-tick { font-size: 7px; color: #9db0b8; font-variant-numeric: tabular-nums; text-align: center; }
.matrix-row { min-height: 32px; border-radius: 3px; border-top: 1px solid #2a394025; transition: background .15s; }
.matrix-row:hover { background: #223039; }
.matrix-row.is-selected { background: #313b3e; }
.matrix-label { width: 100%; border: 0; border-radius: 3px 0 0 3px; background: transparent; color: #9eafb7; text-align: left; display: flex; align-items: center; gap: 13px; padding: 5px 8px 5px 10px; min-width: 0; line-height: 1.45; }
.row-index { font-size: 8px; color: #67808c; font-variant-numeric: tabular-nums; flex-shrink: 0; }
.row-name { font-size: 9px; }
.matrix-label:hover { color: #eff4f5; }
.is-selected .matrix-label { color: #efe5d6; box-shadow: inset 2px 0 var(--selection); }
.is-selected .row-index { color: #b7a893; }
.matrix-label:focus-visible { outline-offset: -2px; }
.matrix-cell { display: flex; align-items: center; justify-content: center; }
.matrix-cell i { width: 3px; height: 3px; background: #30444e; border-radius: 1px; transition: background .15s, height .15s; }
.matrix-cell.is-member i { width: 4px; height: 12px; background: #8ba7b3; border-radius: 1px; }
.is-selected .matrix-cell.is-member i { height: 15px; background: var(--selection); box-shadow: 0 0 10px #d3b99112; }
.matrix-cell:hover { background: #6e889825; }
.matrix-cell:hover i { background: #eaf4f8; }
.matrix-legend { border-top: 1px solid #2c3b42; margin-top: 7px; padding-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #9aafb8; font-size: 8px; min-height: 33px; }
.matrix-legend > span:first-child { display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.legend-mark { width: 4px; height: 10px; background: #91aeba; border-radius: 1px; }
#matrix-inspection { text-align: right; }
.atlas-detail { background: #19232a; border-left: 1px solid #35454d; padding: 25px 23px 17px; display: flex; flex-direction: column; min-width: 0; }
.detail-eyebrow { font-size: 8px; color: #9fb4bd; letter-spacing: .055em; text-transform: uppercase; margin-bottom: 16px; }
.detail-eyebrow span { color: var(--selection); margin-right: 9px; font-variant-numeric: tabular-nums; }
.atlas-detail h3 { font-size: 22px; font-weight: 450; line-height: 1.25; letter-spacing: -.035em; color: #f0f2ef; min-height: 55px; }
.detail-description { margin-top: 11px; color: #9fafb7; font-size: 10px; line-height: 1.65; }
.detail-tabs { display: flex; border-bottom: 1px solid #3b4c55; margin-top: 22px; gap: 13px; }
.detail-tabs button { background: transparent; border: 0; border-bottom: 1px solid transparent; color: #a4b4bb; font-size: 9px; padding: 0 0 10px; margin-bottom: -1px; white-space: nowrap; display: flex; gap: 4px; align-items: center; }
.detail-tabs button span { font-size: 7px; color: #8ca2ad; font-variant-numeric: tabular-nums; }
.detail-tabs button[aria-selected="true"] { color: #efe2cd; border-bottom-color: var(--selection); }
.detail-tabs button[aria-selected="true"] span { color: #b9ab95; }
#entity-panel { height: 216px; overflow-y: auto; scrollbar-width: thin; scrollbar-color: #425760 transparent; margin-block: 4px 15px; }
.entity-list { list-style: none; padding: 0; margin: 0; }
.entity-list li { display: flex; gap: 16px; align-items: baseline; padding: 8px 1px; border-bottom: 1px solid #2c3c453f; font-size: 10px; line-height: 1.5; color: #d1dde1; }
.entity-number { font-size: 7px; color: #75909d; font-variant-numeric: tabular-nums; min-width: 11px; }
.detail-workspace { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #b6c8cf; font-size: 8px; line-height: 1.6; margin-top: auto; border-top: 1px solid #35474f; padding-top: 14px; }
.detail-workspace span { font-size: 14px; color: #bfcccd; }
.detail-workspace:hover { color: #fff; }
.atlas-caption { display: flex; gap: 22px; align-items: baseline; padding: 16px 25px; border-top: 1px solid #334249; background: #182126; }
.caption-number { font-size: 8px; white-space: nowrap; color: #a5bbc4; letter-spacing: .075em; }
.atlas-caption p { font-size: 9px; line-height: 1.7; color: #9bafb7; max-width: 690px; }
.caption-origin { margin-left: auto; color: #8a9ea7; font-size: 8px; white-space: nowrap; }
.atlas-empty, .no-script-note { padding: 24px; font-size: 12px; line-height: 1.7; }

.publication { display: grid; grid-template-columns: 1.25fr .85fr .85fr 1.2fr; gap: 30px; align-items: center; padding: 34px 0 42px; border-bottom: 1px solid var(--line); }
.publication-intro .eyebrow { font-size: 9px; margin-bottom: 9px; }
.publication-intro > p:last-child { font-size: 12px; color: #52635a; line-height: 1.7; }
.publication-stat { display: flex; align-items: center; gap: 16px; padding-left: 24px; border-left: 1px solid #d0dadd; min-height: 71px; }
.publication-stat strong { font-size: 45px; font-weight: 400; letter-spacing: -.07em; line-height: 1; font-variant-numeric: tabular-nums; }
.publication-stat > span { font-size: 11px; line-height: 1.7; color: var(--muted); }
.publication-note > p { font-size: 10px; line-height: 1.8; color: var(--muted); }
.publication-note .text-link { font-size: 10px; margin-top: 10px; gap: 10px; }
.publication-unavailable { grid-column: 2/-1; padding-left: 28px; border-left: 1px solid var(--line); font-size: 12px; color: var(--muted); }
.publication-unavailable .text-link { margin-top: 12px; }
.value-section { display: grid; grid-template-columns: 1.35fr 1fr; gap: 80px; padding-block: 100px 108px; }
.value-section .eyebrow { margin-bottom: 25px; }
.value-section h2 { font-size: 48px; font-weight: 450; letter-spacing: -.045em; line-height: 1.15; }
.value-context { max-width: 440px; padding-top: 4px; }
.value-context > p { font-size: 16px; color: #435a48; line-height: 1.8; }
.value-context > .value-secondary { margin-top: 21px; font-size: 13px; line-height: 1.85; color: var(--muted); }
.value-context .primary-button { margin-top: 30px; }
.site-footer { border-top: 1px solid var(--line); min-height: 115px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-wordmark { font-size: 24px; }
.site-footer p { font-size: 10px; color: #718073; }
.site-footer > div { display: flex; gap: 25px; font-size: 10px; color: #536556; }
@media (min-width: 1550px) { .hero { min-height: 820px; } .hero-content { padding-top: 105px; } }
@media (max-width: 1190px) {
  .page-width { width: calc(100% - 72px); }
  .primary-nav { gap: 22px; }
  .hero { min-height: 690px; }
  .hero-content { padding-top: 65px; }
  .hero-description { max-width: 470px; font-size: 15px; }
  .company-intro { gap: 45px; }
  .opportunity-story { grid-template-columns: .6fr 1.2fr 1.45fr; gap: 29px; }
  .story-proposition h3 { font-size: 25px; }
  .atlas-layout { grid-template-columns: minmax(0, 1fr) 270px; }
  .atlas-main, .atlas-detail { padding-inline: 18px; }
  .matrix-axis, .matrix-row { grid-template-columns: 220px repeat(var(--column-count, 51), minmax(10px, 1fr)); }
  .taxonomy-matrix { min-width: calc(var(--matrix-min-width, 744px) - 12px); }
  .caption-origin { display: none; }
  .publication { gap: 20px; }
  .publication-stat { padding-left: 17px; gap: 12px; }
}
@media (max-width: 900px) {
  .site-header { gap: 23px; }
  .primary-nav { gap: 18px; }
  .primary-nav a { font-size: 11px; }
  .engine-link { margin-left: 0; font-size: 11px; gap: 13px; }
  .hero { min-height: 700px; }
  .hero-art { object-position: 58% 50%; }
  .hero::before { background: linear-gradient(100deg, #eff1ed9e, #eff1ed00 80%); }
  .hero h1 { font-size: 52px; }
  .hero-description { max-width: 450px; }
  .hero-actions { gap: 23px; }
  .company-intro { grid-template-columns: 1fr 1.75fr; gap: 33px; padding-block: 68px; }
  .company-intro > div > p { font-size: 14px; }
  .section-heading { gap: 25px; }
  .section-heading > p { max-width: 235px; font-size: 12px; }
  .opportunities-section { padding-block: 52px; }
  .opportunity-story { grid-template-columns: 1fr 1.2fr; column-gap: 40px; row-gap: 16px; }
  .story-category { grid-column: 1/-1; display: flex; align-items: center; gap: 13px; padding: 0; }
  .story-category p { max-width: none; margin-top: 0; }
  .story-evidence > p { font-size: 13px; }
  .stories-footer { align-items: start; }
  .approach-steps { grid-template-columns: repeat(2, 1fr); gap: 37px; }
  .approach-steps h3 { margin-top: 18px; }
  .approach-steps p { max-width: none; }
  .atlas-layout { grid-template-columns: 1fr; }
  .atlas-main { padding: 23px 22px 17px; }
  .atlas-detail { display: grid; grid-template-columns: 1fr 1.1fr; column-gap: 28px; border-left: 0; border-top: 1px solid #35454d; padding: 24px; }
  .detail-eyebrow { grid-column: 1; margin-bottom: 13px; }
  .atlas-detail h3 { grid-column: 1; grid-row: 2; min-height: 0; max-width: 240px; font-size: 24px; }
  .detail-description { grid-column: 1; grid-row: 3; max-width: 235px; margin-top: 12px; }
  .detail-tabs { grid-column: 2; grid-row: 1/3; align-self: start; margin-top: 0; gap: 19px; }
  #entity-panel { grid-column: 2; grid-row: 2/5; height: 154px; margin-top: 25px; margin-bottom: 0; }
  .detail-workspace { grid-column: 1; grid-row: 4; align-self: end; margin-top: 23px; max-width: 250px; }
  .publication { grid-template-columns: 1.15fr 1fr 1fr; }
  .publication-note { grid-column: 1/-1; padding-top: 15px; border-top: 1px solid var(--line); }
  .publication-note > p { max-width: 520px; }
  .value-section { gap: 40px; padding-block: 75px; }
  .value-section h2 { font-size: 44px; }
  .value-context > p { font-size: 14px; }
}
@media (max-width: 640px) {
  .page-width { width: calc(100% - 40px); }
  .site-header { min-height: 106px; flex-wrap: wrap; gap: 0; padding-block: 17px 12px; }
  .wordmark { font-size: 25px; }
  .engine-link { font-size: 10px; padding: 9px 12px; gap: 20px; }
  .primary-nav { order: 3; width: 100%; margin-top: 13px; gap: 26px; }
  .primary-nav a { font-size: 10px; padding: 5px 0; }
  .hero { min-height: 710px; }
  .hero-art { object-position: 60% bottom; }
  .hero::before { background: linear-gradient(180deg, #edf0edee 0%, #edf0edc9 44%, #edf0ed00 78%); }
  .hero-content { padding-block: 44px 200px; }
  .hero .eyebrow { font-size: 8px; letter-spacing: .09em; margin-bottom: 22px; }
  .hero h1 { font-size: clamp(36px, 9.4vw, 54px); line-height: 1.12; }
  .hero-description { font-size: 14px; margin-top: 23px; max-width: 400px; line-height: 1.85; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; margin-top: 25px; }
  .primary-button { font-size: 11px; padding: 13px 17px; }
  .quiet-link { font-size: 11px; }
  .hero-caption { align-items: flex-start; flex-direction: column; gap: 5px; padding-bottom: 22px; font-size: 9px; }
  .hero-caption span:last-child { font-size: 8px; }
  .company-intro { grid-template-columns: 1fr; gap: 23px; padding-block: 55px; }
  .company-intro > .eyebrow { max-width: none; padding: 0; font-size: 8px; }
  .company-intro h2 { font-size: 32px; }
  .company-intro > div > p { font-size: 14px; margin-top: 19px; }
  .section-heading { display: block; margin-bottom: 31px; }
  .section-heading .eyebrow { font-size: 9px; margin-bottom: 14px; }
  .section-heading h2 { font-size: 30px; }
  .section-heading > p { max-width: none; margin-top: 18px; }
  .section-heading > p br { display: none; }
  .section-heading > .text-link { margin-top: 22px; }
  .opportunities-section { padding-block: 45px; }
  .opportunity-story { grid-template-columns: 1fr; gap: 21px; padding-block: 29px 32px; }
  .story-category { grid-column: auto; }
  .story-proposition h3 { font-size: 29px; max-width: 340px; }
  .story-proposition > p { max-width: none; margin-top: 13px; font-size: 13px; }
  .story-evidence > p { font-size: 13px; }
  .story-evidence > .story-context { font-size: 10px; }
  .stories-footer { display: block; }
  .stories-footer .text-link { margin-top: 20px; }
  .approach-section { padding-block: 47px 25px; }
  .approach-steps { gap: 26px 22px; }
  .approach-steps h3 { font-size: 16px; }
  .approach-steps p { font-size: 11px; }
  .step-number { font-size: 9px; }
  .approach-note { font-size: 10px; margin-top: 30px; }
  .atlas-section { padding-top: 52px; }
  .atlas-frame { border-radius: 7px; }
  .atlas-toolbar { padding: 16px; align-items: flex-start; flex-direction: column; gap: 13px; }
  .atlas-title-group { gap: 9px; }
  .taxonomy-label { font-size: 8px; }
  .toolbar-separator { margin-left: 2px; }
  .atlas-scope { font-size: 9px; margin-left: 27px; }
  .atlas-main { padding: 20px 14px 15px; }
  .matrix-intro { margin-bottom: 17px; font-size: 9px; }
  .matrix-intro span:last-child { font-size: 8px; }
  .matrix-scroll { border-right: 1px solid #425861; }
  .matrix-label { position: sticky; left: 0; z-index: 1; background: #141b1f; border-right: 1px solid #3b505a; }
  .is-selected .matrix-label { background: #313b3e; }
  .matrix-row:hover .matrix-label { background: #223039; }
  .matrix-axis > span:first-child { position: sticky; left: 0; background: #141b1f; z-index: 1; }
  .matrix-axis, .matrix-row { grid-template-columns: 197px repeat(var(--column-count, 51), minmax(10px, 1fr)); }
  .taxonomy-matrix { min-width: calc(var(--matrix-min-width, 744px) - 35px); }
  .matrix-row { min-height: 33px; }
  .row-name { font-size: 8px; }
  .row-index { font-size: 7px; }
  .matrix-label { gap: 9px; padding-left: 8px; }
  .matrix-legend { display: block; font-size: 8px; }
  #matrix-inspection { display: block; text-align: left; margin-top: 10px; color: #819ca9; }
  .atlas-detail { display: flex; padding: 23px 21px; }
  .atlas-detail h3 { max-width: 100%; min-height: 0; font-size: 25px; }
  .detail-description { max-width: 270px; font-size: 10px; }
  .detail-tabs { margin-top: 21px; gap: 24px; }
  .detail-tabs button { font-size: 10px; }
  #entity-panel { height: 185px; width: 100%; margin-top: 5px; }
  .entity-list li { font-size: 11px; padding-block: 8px; }
  .detail-workspace { max-width: none; width: 100%; font-size: 9px; }
  .atlas-caption { gap: 13px; padding: 16px; }
  .atlas-caption p { font-size: 8px; }
  .caption-number { font-size: 7px; }
  .publication { padding-block: 27px 31px; grid-template-columns: 1fr 1fr; gap: 25px 16px; }
  .publication-intro, .publication-note, .publication-unavailable { grid-column: 1/-1; }
  .publication-stat { padding-left: 14px; }
  .publication-stat strong { font-size: 42px; }
  .publication-stat > span { font-size: 10px; }
  .publication-unavailable { padding-left: 0; border: 0; }
  .value-section { display: block; padding-block: 55px 64px; }
  .value-section h2 { font-size: 45px; }
  .value-context { margin-top: 29px; }
  .value-context > p { font-size: 14px; }
  .value-context > .value-secondary { font-size: 12px; }
  .site-footer { padding-block: 25px; flex-wrap: wrap; gap: 20px; }
  .footer-wordmark { font-size: 23px; }
  .site-footer p { font-size: 9px; }
  .site-footer > div { width: 100%; font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
