.wordmark {
  gap: 10px;
  align-items: center;
}

.wordmark-symbol {
  display: inline-flex;
  width: 28px;
  height: 33px;
  flex: 0 0 auto;
  align-items: center;
}

.wordmark-symbol img {
  width: 28px;
  height: auto;
  filter: drop-shadow(0 2px 9px rgba(0, 0, 0, 0.26));
  transition: filter 280ms ease;
}

.site-header.is-scrolled .wordmark-symbol img,
.site-header.menu-active .wordmark-symbol img {
  filter: drop-shadow(0 2px 5px rgba(23, 23, 20, 0.12));
}

.wordmark-name {
  display: inline-flex;
  width: 116px;
  flex: 0 0 auto;
  align-items: center;
}

.wordmark-name img {
  width: 100%;
  height: auto;
  opacity: 0.9;
  filter: brightness(0) saturate(100%) invert(95%) sepia(8%) saturate(176%) hue-rotate(342deg) brightness(104%) contrast(94%);
  transition: filter 280ms ease, opacity 280ms ease;
}

.site-header.is-scrolled .wordmark-name img,
.site-header.menu-active .wordmark-name img {
  opacity: 1;
  filter: none;
}

.company-facts-expanded {
  grid-template-columns: repeat(4, 1fr);
}

.company-facts-expanded div:nth-child(2) dd {
  font-size: 30px;
}

.company-facts-expanded div:nth-child(4) dd {
  font-size: 20px;
}

.profile-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 84px;
  align-items: start;
  margin-top: 190px;
}

.campus-visual picture {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #d4d7d6;
}

.campus-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.04);
}

.campus-visual figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 12px;
  border-top: 1px solid var(--ink);
  color: var(--gray);
  font-size: 10px;
}

.profile-sheet {
  padding-top: 28px;
  border-top: 1px solid var(--ink);
}

.profile-logo {
  width: 138px;
  margin: 0 0 46px auto;
}

.profile-kicker {
  margin-bottom: 38px;
  color: var(--gray);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.profile-details {
  margin-bottom: 0;
  border-top: 1px solid var(--line);
}

.profile-details div {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.profile-details dt {
  color: var(--gray);
  font-size: 11px;
}

.profile-details dd {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.65;
}

.history-block {
  margin-top: 220px;
}

.history-heading,
.track-record-heading,
.recognition-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 112px;
}

.history-heading > div,
.track-record-heading > div,
.recognition-heading > div {
  display: grid;
  grid-template-columns: 160px 1fr;
  padding-top: 14px;
  border-top: 1px solid var(--ink);
  color: var(--gray);
  font-size: 11px;
  text-transform: uppercase;
}

.history-heading p,
.track-record-heading p,
.recognition-heading p {
  margin-bottom: 0;
}

.history-heading h3,
.track-record-heading h3,
.recognition-heading h3 {
  margin: 0;
  font-size: 76px;
  font-weight: 400;
  line-height: 0.98;
  text-transform: uppercase;
}

.history-list {
  margin: 0 0 0 34%;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ink);
}

.history-list li {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  gap: 32px;
  min-height: 148px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.history-list time {
  color: var(--gray);
  font-size: 12px;
}

.history-list strong {
  font-size: 23px;
  font-weight: 500;
}

.history-list p {
  max-width: 620px;
  margin: 14px 0 0;
  color: var(--gray);
  font-size: 14px;
}

.facility-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 0 120px;
  border-top: 1px solid var(--ink);
}

.facility-facts div {
  display: flex;
  min-height: 118px;
  padding: 22px 24px 18px 0;
  flex-direction: column-reverse;
  justify-content: space-between;
  border-right: 1px solid var(--line);
}

.facility-facts div:not(:first-child) {
  padding-left: 24px;
}

.facility-facts div:last-child {
  border-right: 0;
}

.facility-facts dt {
  color: var(--gray);
  font-size: 11px;
}

.facility-facts dd {
  margin-bottom: 0;
  font-size: 34px;
  line-height: 1;
}

.manufacturing-visual img {
  filter: saturate(0.72) contrast(1.06);
}

.track-record {
  margin-top: 190px;
  padding-top: 80px;
  border-top: 1px solid var(--ink);
}

.record-table {
  border-top: 1px solid var(--ink);
}

.record-row {
  display: grid;
  grid-template-columns: 100px 190px minmax(0, 1fr) 130px;
  gap: 28px;
  align-items: center;
  min-height: 88px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.record-row strong,
.record-row p {
  margin: 0;
}

.record-row strong {
  font-weight: 500;
}

.record-row > span:first-child,
.record-row > span:last-child {
  color: var(--gray);
  font-size: 11px;
}

.record-head {
  min-height: 48px;
  color: var(--gray);
  font-size: 10px;
  text-transform: uppercase;
}

.record-note {
  margin: 26px 0 0;
  color: var(--gray);
  font-size: 11px;
}

.credential-summary {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-top: 52px;
  padding-top: 22px;
  border-top: 1px solid var(--ink);
}

.credential-summary p,
.credential-summary span {
  margin-bottom: 0;
  font-size: 12px;
}

.credential-summary span {
  max-width: 430px;
  color: var(--gray);
}

.recognition {
  margin-top: 190px;
  padding-top: 78px;
  border-top: 1px solid var(--ink);
}

.recognition-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 38px;
  align-items: start;
}

.recognition-gallery figure:nth-child(even) {
  margin-top: 90px;
}

.recognition-gallery picture {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #f8f8f6;
}

.recognition-gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.recognition-gallery figcaption {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 6px 16px;
  padding-top: 17px;
  border-top: 1px solid var(--ink);
}

.recognition-gallery figcaption span {
  grid-row: 1 / 3;
  color: var(--gray);
  font-size: 10px;
}

.recognition-gallery figcaption strong {
  font-size: 15px;
  font-weight: 500;
}

.recognition-gallery figcaption p {
  margin-bottom: 0;
  color: var(--gray);
  font-size: 11px;
}

.contact-meta {
  grid-template-columns: repeat(4, 1fr);
}

.footer-wordmark {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.footer-wordmark .footer-wordmark-symbol {
  width: 29px;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer-wordmark .footer-wordmark-name {
  width: 120px;
  height: auto;
  filter: brightness(0) invert(1);
}

@media (max-width: 1100px) {
  .profile-feature {
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    gap: 52px;
  }

  .history-heading h3,
  .track-record-heading h3,
  .recognition-heading h3 {
    font-size: 64px;
  }

  .recognition-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 70px 38px;
  }

  .recognition-gallery figure:nth-child(even) {
    margin-top: 70px;
  }

  .contact-meta {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  .company-facts-expanded {
    grid-template-columns: repeat(2, 1fr);
  }

  .company-facts-expanded div:nth-child(3) {
    padding-left: 0;
  }

  .profile-feature {
    grid-template-columns: minmax(0, 1fr);
    gap: 78px;
    margin-top: 150px;
  }

  .campus-visual {
    width: 82%;
  }

  .profile-sheet {
    width: 74%;
    margin-left: auto;
  }

  .history-heading,
  .track-record-heading,
  .recognition-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 58px;
  }

  .history-heading h3,
  .track-record-heading h3,
  .recognition-heading h3 {
    margin-left: 26%;
  }

  .history-list {
    margin-left: 20%;
  }

  .facility-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .facility-facts div:nth-child(2) {
    border-right: 0;
  }

  .facility-facts div:nth-child(3) {
    padding-left: 0;
    border-top: 1px solid var(--line);
  }

  .facility-facts div:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .record-row {
    grid-template-columns: 72px 150px minmax(0, 1fr) 100px;
    gap: 18px;
  }

  .credential-summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
}

@media (max-width: 560px) {
  .wordmark {
    gap: 8px;
  }

  .wordmark-symbol,
  .wordmark-symbol img {
    width: 24px;
  }

  .wordmark-symbol {
    height: 29px;
  }

  .wordmark-name {
    width: 99px;
  }

  .company-facts-expanded {
    grid-template-columns: minmax(0, 1fr);
  }

  .company-facts-expanded div:nth-child(3) {
    padding-left: 0;
  }

  .company-facts-expanded div:nth-child(2) dd,
  .company-facts-expanded div:nth-child(4) dd {
    font-size: 24px;
  }

  .profile-feature {
    gap: 64px;
    margin-top: 110px;
  }

  .campus-visual,
  .profile-sheet {
    width: 100%;
    margin-left: 0;
  }

  .profile-logo {
    width: 110px;
    margin-bottom: 38px;
  }

  .profile-details div {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 16px;
  }

  .profile-details a,
  .contact-meta a {
    display: inline-block;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .history-block {
    margin-top: 140px;
  }

  .history-heading,
  .track-record-heading,
  .recognition-heading {
    margin-bottom: 72px;
  }

  .history-heading > div,
  .track-record-heading > div,
  .recognition-heading > div {
    grid-template-columns: 1fr auto;
  }

  .history-heading h3,
  .track-record-heading h3,
  .recognition-heading h3 {
    margin-left: 0;
    font-size: 46px;
  }

  .history-list {
    margin-left: 0;
  }

  .history-list li {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 16px;
    min-height: 0;
  }

  .history-list strong {
    font-size: 19px;
  }

  .history-list p {
    font-size: 13px;
  }

  .facility-facts {
    margin-bottom: 74px;
  }

  .facility-facts div {
    min-height: 98px;
    padding-right: 14px;
  }

  .facility-facts div:not(:first-child) {
    padding-left: 14px;
  }

  .facility-facts div:nth-child(3) {
    padding-left: 0;
  }

  .facility-facts dd {
    font-size: 30px;
  }

  .track-record {
    margin-top: 130px;
    padding-top: 64px;
  }

  .record-head {
    display: none;
  }

  .record-row {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 6px 14px;
    min-height: 112px;
    padding: 18px 0;
  }

  .record-row > p,
  .record-row > span:last-child {
    grid-column: 2;
  }

  .record-row > span:last-child {
    margin-top: 4px;
  }

  .recognition {
    margin-top: 130px;
    padding-top: 64px;
  }

  .recognition-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 58px 18px;
  }

  .recognition-gallery figure:nth-child(even) {
    margin-top: 44px;
  }

  .recognition-gallery figcaption {
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
  }

  .recognition-gallery figcaption span {
    grid-row: auto;
  }

  .recognition-gallery figcaption strong {
    font-size: 13px;
  }

  .recognition-gallery figcaption p {
    font-size: 10px;
  }

  .contact-meta {
    grid-template-columns: minmax(0, 1fr);
  }
}
