:root {
  --accent: #8a3430;
  --soft-gray: #deddd7;
  --dark-panel: #20201d;
}

.subpage {
  background: var(--paper);
}

.subpage .site-header.is-scrolled,
.subpage .site-header.menu-active {
  border-bottom: 1px solid rgba(23, 23, 20, 0.08);
}

.hero-light .site-header {
  color: var(--ink);
}

.nav-group.is-current > .nav-group-link::after,
.nav-direct[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.subhero {
  position: relative;
  height: min(700px, 80vh);
  min-height: 620px;
  overflow: hidden;
  background: var(--ink);
  color: var(--light);
}

.subhero-picture,
.subhero-picture img,
.subhero-shade,
.subhero-object {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.subhero-picture img {
  object-fit: cover;
  object-position: center;
}

.subhero-shade {
  background: rgba(13, 13, 11, 0.52);
}

.subhero-content {
  position: relative;
  z-index: 2;
  display: grid;
  height: 100%;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  grid-template-rows: auto 1fr auto;
  gap: 32px 80px;
  padding-top: 108px;
  padding-bottom: 54px;
}

.breadcrumbs {
  display: flex;
  grid-column: 1 / -1;
  gap: 10px;
  align-items: center;
  align-self: start;
  color: rgba(245, 244, 239, 0.7);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.breadcrumbs strong {
  color: var(--light);
  font-weight: 600;
}

.subhero-title {
  align-self: end;
}

.subhero-index,
.subhero-english {
  display: block;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.subhero-index {
  margin-bottom: 34px;
  color: rgba(245, 244, 239, 0.64);
}

.subhero-english {
  margin-bottom: 12px;
}

.subhero h1 {
  margin: 0;
  font-size: 72px;
  font-weight: 400;
  line-height: 1.08;
}

.subhero-copy {
  align-self: end;
  padding-bottom: 9px;
  border-top: 1px solid rgba(245, 244, 239, 0.45);
}

.subhero-copy strong {
  display: block;
  padding-top: 18px;
  font-size: 18px;
  font-weight: 500;
}

.subhero-copy p {
  max-width: 390px;
  margin: 16px 0 0;
  color: rgba(245, 244, 239, 0.76);
  font-size: 14px;
  line-height: 1.8;
}

.subhero-identity,
.subhero-document {
  background: #e5e3dc;
  color: var(--ink);
}

.subhero-object {
  display: flex;
  padding: 114px max(6vw, 64px) 52px 54%;
  align-items: flex-end;
  justify-content: center;
}

.subhero-object::before {
  position: absolute;
  inset: 0 50% 0 auto;
  width: 1px;
  background: rgba(23, 23, 20, 0.12);
  content: "";
}

.subhero-object picture {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.subhero-object img {
  width: auto;
  max-width: 100%;
  max-height: 90%;
  object-fit: contain;
}

.subhero-identity .subhero-object img {
  max-height: 68%;
}

.subhero-document .subhero-object img {
  box-shadow: 0 24px 60px rgba(23, 23, 20, 0.18);
}

.hero-light .breadcrumbs,
.hero-light .subhero-index,
.hero-light .subhero-copy p {
  color: rgba(23, 23, 20, 0.58);
}

.hero-light .breadcrumbs strong {
  color: var(--ink);
}

.hero-light .subhero-copy {
  border-top-color: rgba(23, 23, 20, 0.24);
}

.hero-light .subhero-title {
  grid-column: 1;
  grid-row: 2;
}

.hero-light .subhero-copy {
  grid-column: 1;
  grid-row: 3;
  width: min(100%, 430px);
}

.detail-main {
  padding-top: 20px;
  padding-bottom: 156px;
}

.detail-section {
  padding: 128px 0;
  border-bottom: 1px solid var(--line);
}

.detail-main > .detail-section:first-child {
  padding-top: 96px;
}

.detail-section:last-child {
  border-bottom: 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(120px, 0.34fr) minmax(0, 1fr);
  margin-bottom: 84px;
}

.section-heading > span {
  padding-top: 12px;
  color: var(--gray);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.section-heading h2 {
  max-width: 870px;
  margin: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.22;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.66fr) minmax(320px, 0.34fr);
  gap: 80px;
  padding-left: 34%;
}

.intro-lead {
  margin: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.55;
}

.body-copy {
  color: var(--gray);
  font-size: 15px;
  line-height: 1.9;
}

.body-copy p:last-child {
  margin-bottom: 0;
}

.detail-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 94px 0 0;
  padding: 0;
  border-top: 1px solid var(--ink);
}

.detail-stats div {
  min-height: 142px;
  padding: 20px 20px 16px 0;
  border-right: 1px solid var(--line);
}

.detail-stats div:not(:first-child) {
  padding-left: 20px;
}

.detail-stats div:last-child {
  border-right: 0;
}

.detail-stats dt,
.profile-ledger dt,
.location-ledger dt,
.mini-ledger dt {
  color: var(--gray);
  font-size: 11px;
}

.detail-stats dd {
  margin: 37px 0 0;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.2;
}

.company-profile-band {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 70px;
  align-items: end;
}

.wide-evidence img {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
}

.wide-evidence figcaption,
.archive-item figcaption > span,
.document-grid figcaption,
.equipment-grid figcaption,
.location-visuals figcaption {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
  color: var(--gray);
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
}

.profile-ledger header {
  padding-bottom: 36px;
  border-bottom: 1px solid var(--ink);
}

.profile-ledger header span,
.location-ledger > span,
.status-notice > span,
.catalog-download > div > span {
  color: var(--gray);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.profile-ledger h2 {
  margin: 12px 0 0;
  font-size: 42px;
  font-weight: 400;
}

.profile-ledger dl,
.location-ledger dl,
.mini-ledger {
  margin: 0;
}

.profile-ledger dl > div,
.location-ledger dl > div,
.mini-ledger > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.profile-ledger dd,
.location-ledger dd,
.mini-ledger dd {
  margin: 0;
  font-size: 13px;
}

.org-structure {
  position: relative;
}

.org-chief {
  width: 220px;
  margin: 0 auto 64px;
  padding: 25px 24px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  text-align: center;
}

.org-chief span,
.org-units article > span,
.role-list article > span,
.cert-ledger article > span {
  display: block;
  margin-bottom: 22px;
  color: var(--gray);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.org-chief strong {
  font-size: 20px;
  font-weight: 500;
}

.org-units {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
}

.org-units article,
.role-list article,
.cert-ledger article {
  min-height: 190px;
  padding: 22px 24px 20px 0;
  border-right: 1px solid var(--line);
}

.org-units article:not(:first-child),
.role-list article:not(:first-child),
.cert-ledger article:not(:first-child) {
  padding-left: 24px;
}

.org-units article:last-child,
.role-list article:last-child,
.cert-ledger article:nth-child(4n) {
  border-right: 0;
}

.org-units h3,
.role-list h3,
.cert-ledger h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 500;
}

.org-units p,
.role-list p,
.cert-ledger p {
  margin: 0;
  color: var(--gray);
  font-size: 13px;
}

.full-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.full-timeline li {
  display: grid;
  grid-template-columns: 34% 1fr;
  min-height: 160px;
  padding: 34px 0;
  border-top: 1px solid var(--line);
}

.full-timeline li:last-child {
  border-bottom: 1px solid var(--line);
}

.full-timeline time {
  color: var(--accent);
  font-size: 31px;
  font-weight: 500;
}

.full-timeline h3 {
  margin: 0 0 10px;
  font-size: 25px;
  font-weight: 500;
}

.full-timeline p {
  max-width: 670px;
  margin: 0;
  color: var(--gray);
  font-size: 14px;
}

.ci-showcase {
  display: grid;
  grid-template-columns: 1fr 310px;
  gap: 80px;
  min-height: 570px;
  padding: 64px 9%;
  align-items: center;
  background: #fff;
}

.ci-showcase img {
  max-height: 390px;
  margin: auto;
  object-fit: contain;
}

.ci-showcase p {
  margin: 0;
  color: var(--gray);
  font-size: 14px;
}

.ci-usage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ci-usage-grid figure {
  display: grid;
  min-height: 430px;
  padding: 54px;
  place-items: center;
}

.ci-usage-grid img {
  width: 136px;
}

.ci-usage-grid figcaption {
  align-self: end;
  justify-self: start;
  font-size: 11px;
}

.ci-light {
  background: #fff;
}

.ci-dark {
  background: var(--dark-panel);
  color: var(--light);
}

.ci-dark img {
  filter: brightness(0) invert(1);
}

.usage-rules,
.role-list,
.cert-ledger {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 62px;
  border-top: 1px solid var(--ink);
}

.usage-rules article {
  min-height: 170px;
  padding: 20px 22px 16px 0;
  border-right: 1px solid var(--line);
}

.usage-rules article:not(:first-child) {
  padding-left: 22px;
}

.usage-rules article:last-child {
  border-right: 0;
}

.usage-rules span,
.number-process span,
.catalog-index span {
  color: var(--gray);
  font-size: 10px;
  font-weight: 600;
}

.usage-rules h3 {
  margin: 38px 0 8px;
  font-size: 18px;
  font-weight: 500;
}

.usage-rules p {
  margin: 0;
  color: var(--gray);
  font-size: 13px;
}

.color-ledger {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
}

.color-ledger > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 18px 18px 16px 0;
  border-right: 1px solid var(--line);
}

.color-ledger > div:not(:first-child) {
  padding-left: 18px;
}

.color-ledger > div:last-child {
  border-right: 0;
}

.color-ledger span {
  grid-column: 1 / -1;
  width: 100%;
  height: 92px;
  margin-bottom: 9px;
  border: 1px solid rgba(23, 23, 20, 0.12);
}

.color-ledger .color-core span { background: #2d2117; }
.color-ledger .color-walnut span { background: #5b402b; }
.color-ledger .color-gray span { background: #91887e; }
.color-ledger .color-paper span { background: #f1f0eb; }

.color-ledger strong,
.color-ledger code {
  font-size: 11px;
  font-weight: 500;
}

.color-ledger code {
  color: var(--gray);
  font-family: inherit;
}

.download-row {
  display: flex;
  margin-top: 70px;
  padding-top: 24px;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid var(--line);
}

.download-row p {
  margin: 0;
  color: var(--gray);
  font-size: 13px;
}

.download-row > div,
.map-links {
  display: flex;
  gap: 26px;
}

.detail-link {
  display: inline-flex;
  gap: 12px;
  padding-bottom: 4px;
  align-items: center;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 600;
}

.role-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0;
}

.number-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ink);
  list-style: none;
}

.number-process li {
  min-height: 164px;
  padding: 20px 20px 16px 0;
  border-right: 1px solid var(--line);
}

.number-process li:not(:first-child) {
  padding-left: 20px;
}

.number-process li:last-child {
  border-right: 0;
}

.number-process strong {
  display: block;
  margin-top: 38px;
  font-size: 17px;
  font-weight: 500;
}

.number-process p {
  margin: 6px 0 0;
  color: var(--gray);
  font-size: 12px;
}

.status-notice {
  display: grid;
  grid-template-columns: 160px minmax(260px, 1fr) minmax(280px, 0.7fr) auto;
  gap: 30px;
  margin-top: 80px;
  padding: 34px 0;
  align-items: start;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.status-notice h3,
.status-notice p {
  margin: 0;
}

.status-notice h3 {
  font-size: 20px;
  font-weight: 500;
}

.status-notice p {
  color: var(--gray);
  font-size: 13px;
}

.location-section {
  display: grid;
  grid-template-columns: minmax(350px, 0.76fr) minmax(0, 1.24fr);
  gap: 86px;
  align-items: start;
}

.location-ledger h2 {
  margin: 24px 0 58px;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.35;
}

.map-links {
  margin-top: 36px;
}

.location-visuals {
  display: grid;
  gap: 34px;
}

.location-visuals figure:nth-child(2) {
  width: 64%;
  margin-left: auto;
}

.location-visuals img {
  width: 100%;
  max-height: 550px;
  object-fit: cover;
}

