.year-jump {
  position: sticky;
  top: var(--header-height);
  z-index: 5;
  display: flex;
  gap: 28px;
  padding: 16px 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
  background: rgba(241, 240, 235, 0.95);
  backdrop-filter: blur(10px);
}

.year-jump a {
  font-size: 12px;
  font-weight: 600;
}

.project-ledger {
  margin-top: 68px;
}

.project-year {
  display: grid;
  grid-template-columns: 190px 1fr;
  padding: 54px 0;
  border-top: 1px solid var(--ink);
  scroll-margin-top: 130px;
}

.project-year header {
  display: flex;
  flex-direction: column;
}

.project-year time {
  font-size: 39px;
  font-weight: 500;
}

.project-year header span {
  color: var(--gray);
  font-size: 9px;
}

.project-ledger-row {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 150px;
  gap: 28px;
  padding: 17px 0;
  align-items: baseline;
  border-bottom: 1px solid var(--line);
}

.project-ledger-row strong,
.project-ledger-row p,
.project-ledger-row span {
  margin: 0;
  font-size: 13px;
}

.project-ledger-row strong {
  font-weight: 600;
}

.project-ledger-row span {
  color: var(--gray);
  text-align: right;
}

.historical-projects {
  margin-top: 76px;
  border-top: 1px solid var(--ink);
  scroll-margin-top: 130px;
}

.historical-projects summary {
  display: grid;
  grid-template-columns: 190px 1fr auto;
  gap: 28px;
  padding: 28px 0;
  align-items: center;
  cursor: pointer;
  list-style: none;
}

.historical-projects summary::-webkit-details-marker {
  display: none;
}

.historical-projects summary span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
}

.historical-projects summary strong {
  font-size: 19px;
  font-weight: 500;
}

.historical-projects summary b {
  font-size: 24px;
  font-weight: 400;
  transition: transform 180ms ease;
}

.historical-projects[open] summary b {
  transform: rotate(45deg);
}

.historical-project-list {
  padding-bottom: 42px;
}

.project-ledger-row.is-historical {
  grid-template-columns: 70px 170px minmax(0, 1fr) 150px;
}

.project-ledger-row.is-historical time {
  color: var(--accent);
  font-size: 11px;
  font-weight: 600;
}

.data-note {
  margin: 38px 0 0;
  color: var(--gray);
  font-size: 11px;
}

.disclosure-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.disclosure-row:last-child {
  border-bottom: 1px solid var(--line);
}

.disclosure-row strong {
  font-size: 12px;
  text-transform: uppercase;
}

.disclosure-row p {
  max-width: 760px;
  margin: 0;
  color: var(--gray);
  font-size: 14px;
}

.visual-archive {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 86px 24px;
}

.archive-item {
  grid-column: span 5;
}

.archive-wide {
  grid-column: span 7;
}

.archive-offset {
  padding-top: 110px;
}

.archive-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.archive-item h3 {
  margin: 14px 0 4px;
  font-size: 26px;
  font-weight: 400;
}

.archive-item figcaption p {
  margin: 0;
  color: var(--gray);
  font-size: 12px;
}

.visual-archive > .status-notice {
  grid-column: 1 / -1;
}

.equipment-stats {
  margin-top: 0;
}

.machine-ledger {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 46px;
}

.machine-ledger > div {
  display: flex;
  padding: 14px 16px 14px 0;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}

.machine-ledger > div:nth-child(4n + 2),
.machine-ledger > div:nth-child(4n + 3),
.machine-ledger > div:nth-child(4n + 4) {
  padding-left: 16px;
}

.machine-ledger strong {
  color: var(--accent);
}

.equipment-detail-ledger,
.workforce-ledger {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
}

.equipment-detail-ledger > div,
.workforce-ledger > div {
  display: grid;
  grid-template-columns: 1fr auto;
  min-height: 132px;
  padding: 19px 22px 16px 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.equipment-detail-ledger > div:not(:nth-child(3n + 1)),
.workforce-ledger > div:not(:nth-child(3n + 1)) {
  padding-left: 22px;
}

.equipment-detail-ledger > div:nth-child(3n),
.workforce-ledger > div:nth-child(3n) {
  border-right: 0;
}

.equipment-detail-ledger strong,
.workforce-ledger span {
  font-size: 14px;
  font-weight: 600;
}

.equipment-detail-ledger span,
.workforce-ledger strong {
  color: var(--accent);
  font-size: 18px;
  font-weight: 600;
}

.equipment-detail-ledger p,
.workforce-ledger p {
  grid-column: 1 / -1;
  align-self: end;
  margin: 0;
  color: var(--gray);
  font-size: 11px;
}

.equipment-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 68px 24px;
}

.equipment-grid figure {
  grid-column: span 4;
}

.equipment-grid figure:first-child,
.equipment-grid figure:last-child {
  grid-column: span 8;
}

.equipment-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.evidence-split {
  display: grid;
  grid-template-columns: minmax(330px, 0.75fr) minmax(0, 1.25fr);
  gap: 9%;
  align-items: center;
}

.document-figure {
  width: min(100%, 470px);
  padding: 34px;
  background: #fff;
}

.document-figure img {
  width: 100%;
}

.document-figure figcaption {
  margin-top: 16px;
  color: var(--gray);
  font-size: 10px;
}

.evidence-split .intro-lead {
  margin-bottom: 24px;
}

.mini-ledger {
  margin-top: 46px;
}

.cert-ledger {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0;
}

.cert-ledger article {
  border-bottom: 1px solid var(--line);
}

.document-grid,
.award-document-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 70px 32px;
}

.document-grid figure,
.award-document-grid figure {
  min-width: 0;
}

.document-grid picture,
.award-document-grid picture {
  display: flex;
  min-height: 520px;
  padding: 26px;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.document-grid img,
.award-document-grid img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
}

.award-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
}

.award-timeline article {
  min-height: 170px;
  padding: 22px 24px 18px 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.award-timeline article:not(:nth-child(3n + 1)) {
  padding-left: 24px;
}

.award-timeline article:nth-child(3n) {
  border-right: 0;
}

.award-timeline time {
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
}

.award-timeline h3 {
  margin: 34px 0 8px;
  font-size: 17px;
  font-weight: 500;
}

.award-timeline p {
  margin: 0;
  color: var(--gray);
  font-size: 12px;
}

.award-document-grid figcaption span {
  display: block;
  margin-top: 14px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 600;
}

.award-document-grid figcaption strong {
  display: block;
  margin-top: 8px;
  font-size: 17px;
}

.award-document-grid figcaption p {
  margin: 3px 0 0;
  color: var(--gray);
  font-size: 12px;
}

.news-feature {
  display: grid;
  grid-template-columns: 190px 1fr;
  padding: 46px 0;
  border-top: 1px solid var(--line);
}

.news-feature:last-child {
  border-bottom: 1px solid var(--line);
}

.news-feature time {
  color: var(--gray);
  font-size: 12px;
}

.news-feature > div > span {
  color: var(--accent);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.news-feature h3 {
  margin: 12px 0 16px;
  font-size: 28px;
  font-weight: 400;
}

.news-feature p {
  max-width: 780px;
  margin-bottom: 22px;
  color: var(--gray);
  font-size: 14px;
}

.notice-ledger {
  border-top: 1px solid var(--ink);
}

.notice-ledger article {
  display: grid;
  grid-template-columns: minmax(340px, 0.8fr) minmax(0, 1.2fr);
  gap: 7%;
  padding: 46px 0;
  border-bottom: 1px solid var(--line);
}

.notice-ledger header {
  display: grid;
  grid-template-columns: 70px 1fr;
}

.notice-ledger header > span,
.notice-ledger time {
  color: var(--gray);
  font-size: 10px;
}

.notice-ledger h3 {
  grid-column: 1 / -1;
  margin: 28px 0 0;
  font-size: 23px;
  font-weight: 500;
}

.notice-ledger article > div p {
  margin: 0 0 15px;
  color: var(--gray);
  font-size: 14px;
}

.catalog-download {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 90px;
  align-items: end;
}

.catalog-download h2 {
  margin: 24px 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

.catalog-download p {
  max-width: 630px;
  margin: 0;
  color: var(--gray);
  font-size: 14px;
}

.catalog-download-link {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 18px;
  min-height: 150px;
  padding: 28px;
  align-items: end;
  background: var(--ink);
  color: var(--light);
}

.catalog-download-link span {
  align-self: start;
  color: rgba(245, 244, 239, 0.6);
  font-size: 10px;
}

.catalog-download-link strong {
  font-size: 17px;
  font-weight: 500;
}

.catalog-download-link b {
  font-size: 24px;
  font-weight: 400;
}

.catalog-index {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ink);
  list-style: none;
}

.catalog-index li {
  min-height: 150px;
  padding: 20px 24px 18px 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.catalog-index li:not(:nth-child(3n + 1)) {
  padding-left: 24px;
}

.catalog-index li:nth-child(3n) {
  border-right: 0;
}

.catalog-index h3 {
  margin: 30px 0 4px;
  font-size: 19px;
  font-weight: 500;
}

.catalog-index p {
  margin: 0;
  color: var(--gray);
  font-size: 12px;
}

.catalog-product-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.catalog-product-flow img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.catalog-product-flow article > span {
  display: block;
  margin-top: 17px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 600;
}

.catalog-product-flow h3 {
  margin: 8px 0 4px;
  font-size: 24px;
  font-weight: 400;
}

.catalog-product-flow p {
  margin: 0;
  color: var(--gray);
  font-size: 12px;
}

.resource-ledger {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
}

.resource-ledger a {
  display: grid;
  grid-template-columns: 112px 1fr auto;
  gap: 18px;
  min-height: 132px;
  padding: 21px 24px 18px 0;
  align-items: end;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.resource-ledger a:nth-child(even) {
  padding-left: 24px;
  border-right: 0;
}

.resource-ledger span {
  align-self: start;
  color: var(--gray);
  font-size: 10px;
  font-weight: 600;
}

.resource-ledger strong {
  font-size: 18px;
  font-weight: 500;
}

.resource-ledger p {
  grid-column: 2;
  margin: -12px 0 0;
  color: var(--gray);
  font-size: 12px;
}

.resource-ledger b {
  font-weight: 400;
}

.related-section {
  padding: 112px 0 120px;
  background: #deddd7;
}

.related-section header {
  display: flex;
  margin-bottom: 54px;
  align-items: baseline;
  justify-content: space-between;
}

.related-section header span {
  color: #55544f;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.related-section h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 400;
}

.related-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
}

.related-links a {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  min-height: 120px;
  padding: 22px 22px 18px 0;
  align-items: end;
  border-right: 1px solid rgba(23, 23, 20, 0.18);
}

.related-links a:not(:first-child) {
  padding-left: 22px;
}

.related-links a:last-child {
  border-right: 0;
}

.related-links span {
  align-self: start;
  color: #55544f;
  font-size: 10px;
}

.related-links strong {
  font-size: 20px;
  font-weight: 500;
}

.related-links b {
  font-size: 17px;
  font-weight: 400;
  transition: transform 180ms ease;
}

.related-links a:hover b {
  transform: translate(3px, -3px);
}

.subpage-contact {
  padding: 130px 0;
  background: var(--dark-panel);
  color: var(--light);
}

.subpage-contact .shell > span {
  color: rgba(245, 244, 239, 0.58);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.subpage-contact h2 {
  max-width: 820px;
  margin: 44px 0 78px;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.25;
}

.subpage-contact .shell > p {
  max-width: 720px;
  margin: -52px 0 64px;
  color: rgba(245, 244, 239, 0.64);
  font-size: 13px;
}

.subpage-contact .shell > div {
  display: flex;
  gap: 52px;
}

.subpage-contact a {
  display: inline-flex;
  gap: 20px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(245, 244, 239, 0.65);
  font-size: 14px;
}

.subpage-contact a b {
  font-weight: 400;
}

.subpage .site-footer {
  padding: 50px 0 26px;
  background: #131311;
  color: var(--light);
}

.subpage .footer-main,
.subpage .footer-meta {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.subpage .footer-main {
  padding-bottom: 43px;
}

.subpage .footer-wordmark {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-self: start;
  font-size: 14px;
  font-weight: 600;
}

.subpage .footer-wordmark img {
  width: 25px;
  filter: brightness(0) invert(1);
}

.subpage .footer-main p,
.subpage .footer-top,
.subpage .footer-meta p {
  margin: 0;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
}

.subpage .footer-top {
  justify-self: end;
}

.subpage .footer-meta {
  padding-top: 18px;
  border-top: 1px solid rgba(245, 244, 239, 0.18);
  color: rgba(245, 244, 239, 0.56);
}

.subpage .footer-meta p:last-child {
  grid-column: 3;
  text-align: right;
}

