/* Research-specific additions to the supplied homepage design. */
.site-header nav a[aria-current="page"] { color: var(--lime); }
.site-header nav .nav-cta { display: flex; }
.mode-number { opacity: 1; color: #a7b39b; }
.range-endpoints { color: #a7b39b; }
.hero-description { max-width: 410px; }
.hero-copy .hero-secondary { display: block; width: fit-content; margin-top: 18px; color: #c8d0c1; font-size: 11px; pointer-events: auto; }
.hero-secondary span { color: var(--lime); margin-left: 10px; }
.section-heading > p { max-width: 410px; }
.research-context { border-left: 2px solid var(--lime); padding: 14px 20px; background: #d8fa7705; margin-bottom: 36px; max-width: 800px; font-size: 13px; }
.lab-caption a { color: var(--lime); text-decoration: underline; text-underline-offset: 5px; }
.architecture { padding-top: 85px; padding-bottom: 95px; border-top: 1px solid var(--line); background: linear-gradient(180deg, #131c17, var(--bg)); }
.architecture-flow { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid #34402f; margin: 36px 0; }
.architecture-flow > div { padding: 23px 18px; border-right: 1px solid #34402f; }
.architecture-flow > div:last-child { border-right: 0; }
.architecture-flow .mono { color: var(--lime); }
.architecture-flow h3 { font-size: 14px; line-height: 1.4; margin: 12px 0 8px; }
.architecture-flow p { font-size: 11px; line-height: 1.8; }
.infographic { margin: 0; border: 1px solid var(--line); padding: 12px; background: #070c10; }
.infographic a { display: block; }
.infographic img { display: block; width: 100%; height: auto; }
.infographic figcaption { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 17px 10px 7px; font-size: 11px; color: #a3aaa6; }
.infographic figcaption a { color: var(--lime); flex-shrink: 0; padding: 8px 0; }
.concept-context { display: grid; grid-template-columns: 1fr 1.5fr; gap: 50px; margin-top: 32px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.concept-context h3 { font-family: var(--display); font-size: 32px; font-weight: 600; line-height: 1.15; }
.concept-context p { font-size: 12px; line-height: 1.9; }
.validation { padding-top: 80px; padding-bottom: 80px; }
.gate-roadmap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.gate-step { padding: 26px; border: 1px solid var(--line); background: var(--panel); }
.gate-step > .mono { color: var(--lime); }
.gate-step h3 { font-family: var(--display); font-size: 35px; font-weight: 600; margin: 15px 0; }
.gate-step p { font-size: 12px; line-height: 1.9; }
.gate-step .gate-state { margin: 24px 0 0; padding-top: 15px; border-top: 1px solid var(--line); color: #dac494; font-size: 10px; }
.snapshot-note { font-size: 11px; margin: 20px 0 0; }
.source-note { color: #949e96; font-size: 11px; margin: 24px 0 0; }
.source-note code { font-size: 10px; overflow-wrap: anywhere; }
.button, .text-link, .hero-secondary, .card-footer { touch-action: manipulation; }
.site-footer .footer-copyright { max-width: 260px; }
@media (min-width: 1001px) { .site-header nav { gap: 28px; } .site-header nav .nav-cta { margin-left: 10px; } }
@media (max-width: 1000px) { .architecture-flow { grid-template-columns: repeat(3, 1fr); } .architecture-flow > div:nth-child(3) { border-right: 0; } .architecture-flow > div:nth-child(-n+3) { border-bottom: 1px solid #34402f; } }
@media (max-width: 700px) {
  .architecture, .validation { padding-block: 60px; }
  .architecture-flow { grid-template-columns: repeat(2, 1fr); }
  .architecture-flow > div { border-right: 1px solid #34402f; border-bottom: 1px solid #34402f; }
  .architecture-flow > div:nth-child(3) { border-right: 1px solid #34402f; }
  .architecture-flow > div:nth-child(even) { border-right: 0; }
  .architecture-flow > div:nth-last-child(-n+2) { border-bottom: 0; }
  .infographic figcaption { display: block; padding-inline: 3px; }
  .concept-context { grid-template-columns: 1fr; gap: 16px; }
  .gate-roadmap { grid-template-columns: 1fr; gap: 12px; }
  .hero-copy .hero-secondary { font-size: 10px; }
  .section-status { max-width: 150px; text-align: right; }
}
@media (max-width: 600px) {
  .closing h2 { font-size: 15vw; }
  body:not(.has-js) .menu-toggle { display: none; }
}
