/* Shared template for the five primary navigation landing pages. */
.site-shell .section-index {
  --section-rule: #c4cfcb;
  min-height: 80vh;
  padding: 140px max(5vw, calc((100vw - 1280px) / 2)) 88px;
  background: var(--paper);
  color: var(--carbon);
}
.site-shell .section-page-heading {
  margin: 0 0 40px;
  padding: 0 0 32px;
  border-bottom: 1px solid var(--section-rule);
}
.site-shell .section-page-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: #53655f;
  font-size: 14px;
  line-height: 1.75;
}
.site-shell .section-page-breadcrumb a {
  color: var(--signal-dark);
}
.site-shell .section-page-intro {
  min-height: 76px;
}
.site-shell .section-page-intro h1 {
  margin: 0;
  font-size: clamp(32px, 3.4vw, 52px);
  font-weight: 550;
  line-height: 1.45;
  letter-spacing: normal;
}
.site-shell
  .section-index
  :is(.catalog-search, .journal-tools label, .catalog-layout aside h2) {
  font-size: 15px;
  line-height: 1.75;
}
.site-shell .section-index :is(.catalog-search input, .journal-tools input) {
  min-height: 48px;
  padding: 12px 16px;
  border: 1px solid var(--section-rule);
  border-radius: 0;
  background: white;
  font-size: 16px;
}
.site-shell .section-index .journal-tools {
  align-items: end;
  border-top: 0;
  padding-top: 0;
  margin-bottom: 24px;
}
.site-shell .section-index .journal-grid,
.site-shell .section-index .video-catalog .process-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 24px;
  overflow: visible;
}
.site-shell .section-index .journal-card,
.site-shell .section-index .journal-card:first-child {
  display: flex;
  flex-direction: column;
  grid-row: auto;
  gap: 0;
  padding: 16px;
  border: 1px solid var(--section-rule);
}
.site-shell .section-index .journal-card-copy {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.site-shell .section-index .journal-image,
.site-shell .section-index .journal-card:first-child .journal-image,
.site-shell .section-index .catalog-card > div {
  height: auto;
  aspect-ratio: 4 / 3;
}
.site-shell .section-index .catalog-card {
  padding: 16px;
  border-color: var(--section-rule);
}
.site-shell .section-index .journal-card-copy :is(h2, h3) {
  margin: 8px 0 16px;
  font-size: 22px;
  font-weight: 550;
  line-height: 1.55;
}
.site-shell .section-index .journal-read {
  margin-top: auto;
  padding-top: 20px;
}
.site-shell .section-index .journal-meta {
  font-size: 14px;
  margin: 20px 0 8px;
}
.site-shell .section-index .video-catalog,
.site-shell .section-index .model-section,
.site-shell .section-index .about {
  padding: 0;
  background: transparent;
  color: inherit;
}
.site-shell .section-index .video-track-controls {
  padding: 0;
  margin: 0 0 24px;
  min-height: 28px;
  font-size: 14px;
  color: #53655f;
}
.site-shell .section-index .process-card {
  display: flex;
  flex-direction: column;
  aspect-ratio: auto;
  min-width: 0;
  padding: 16px;
  overflow: visible;
  background: transparent;
  border: 1px solid var(--section-rule);
}
.site-shell .section-index .process-card::after {
  content: none;
}
.site-shell .section-index .process-card-trigger {
  height: auto;
  aspect-ratio: 4 / 3;
  flex-shrink: 0;
}
.site-shell .section-index .process-card-info p {
  color: #53655f;
  font-size: 14px;
  margin: 20px 0 8px;
}
.site-shell .section-index .process-card-info h2 {
  font-size: 22px;
  line-height: 1.55;
  margin: 8px 0 16px;
}
.site-shell .section-index .process-card-info button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: start;
  cursor: pointer;
}
.site-shell .section-index .video-detail-link {
  color: var(--signal-dark);
  margin-top: auto;
  padding-top: 20px;
}
.site-shell .section-index .model-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 0 24px;
}
.site-shell .section-index .model-heading .eyebrow {
  display: none;
}
.site-shell .section-index .model-heading h2 {
  margin: 0;
  font-size: 26px;
}
.site-shell .section-index .model-stage {
  max-width: 960px;
  margin-inline: auto;
}
.site-shell .section-index .model-toolbar {
  max-width: 960px;
  margin: 24px auto 0;
}
.site-shell .section-index .about .section-heading {
  margin: 0 0 32px;
  gap: 32px;
}
.site-shell .section-index .about .section-heading h2 {
  font-size: 28px;
}
.site-shell .section-index .about-image {
  height: clamp(260px, 38vw, 520px);
  clip-path: none;
}
.site-shell .section-index .honors {
  margin-top: 64px;
  padding: 40px 0 0;
  background: transparent;
  color: inherit;
  border-top: 1px solid var(--section-rule);
}
.site-shell .section-index .honors-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 24px 48px;
  margin-bottom: 32px;
}
.site-shell .section-index .honors-heading > .section-code {
  grid-column: 1 / -1;
  margin: 0;
}
.site-shell .section-index .honors-heading h2 {
  font-size: 28px;
  white-space: normal;
}
.site-shell .section-index .honors-heading > p:last-child {
  margin: 0;
  color: #53655f;
  text-align: center;
}
.site-shell .section-index .honors-track {
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding-bottom: 0;
}
.site-shell .section-index .honors-item {
  display: flex;
  flex-direction: column;
  padding: 16px;
  background: transparent;
  border-color: var(--section-rule);
}
.site-shell .section-index .three-paper {
  aspect-ratio: 4 / 5;
}
.site-shell .section-index .honors-caption {
  flex: 1;
  min-height: 88px;
  padding: 20px 0 4px;
  border: 0;
  color: var(--carbon);
}
.site-shell .section-index .honors-caption strong {
  font-size: 18px;
  line-height: 1.65;
}
.site-shell .section-index .honors-caption > span {
  color: var(--signal-dark);
}
.site-shell .section-index .honors-caption:hover {
  background: transparent;
  color: var(--signal-dark);
}
.site-shell
  .section-index
  :is(.text-link, .journal-read, .video-detail-link, .model-heading > a) {
  font-size: 15px;
  line-height: 1.75;
}
@media (max-width: 960px) {
  .site-shell .section-index .honors-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .site-shell .section-index .journal-grid,
  .site-shell .section-index .video-catalog .process-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .site-shell .section-page-intro {
    min-height: 0;
  }
}
@media (max-width: 620px) {
  .site-shell .section-index {
    padding: 116px 22px 64px;
  }
  .site-shell .section-page-heading {
    padding-bottom: 24px;
    margin-bottom: 28px;
  }
  .site-shell .section-page-breadcrumb {
    margin-bottom: 20px;
  }
  .site-shell .section-page-intro h1 {
    font-size: 32px;
  }
  .site-shell .section-index .journal-grid,
  .site-shell .section-index .video-catalog .process-track,
  .site-shell .section-index .honors-track,
  .site-shell .section-index .honors-heading {
    grid-template-columns: minmax(0, 1fr);
  }
  .site-shell .section-index .about .section-heading h2 {
    font-size: 26px;
  }
  .site-shell .section-index .model-heading h2 {
    font-size: 24px;
  }
}
