.commentary-hero {
  padding: 7.5rem 0 3.5rem;
}

.commentary-hero h1 {
  max-width: 1100px;
  margin: .4rem 0 .8rem;
  color: var(--navy);
  font-size: clamp(64px, 9vw, 112px);
  font-weight: 900;
  line-height: .88;
  letter-spacing: -.06em;
}

.commentary-dek {
  max-width: 760px;
  margin: 0;
  color: var(--muted, #52625f);
  font-size: clamp(1.1rem, 2.2vw, 1.45rem);
  line-height: 1.55;
}

.commentary-shell {
  padding-bottom: 6rem;
}

.commentary-tools {
  margin: 0 0 1rem;
}

.commentary-search-row {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.4rem;
}

.commentary-search-field {
  display: block;
  width: min(100%, 340px);
}

.commentary-search-field span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.commentary-search-field input {
  width: 100%;
  min-height: 44px;
  padding: .68rem 1rem;
  border: 1px solid rgba(25, 78, 70, .18);
  border-radius: 13px;
  background: rgba(255, 255, 255, .88);
  color: var(--navy, #10254a);
  font: inherit;
  box-shadow: 0 8px 24px rgba(25, 78, 70, .05);
}

.commentary-search-field input:focus,
.commentary-filter-controls select:focus {
  border-color: var(--teal, #158d93);
  outline: 3px solid rgba(21, 141, 147, .12);
  outline-offset: 1px;
}

.commentary-filter-bar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1rem 0 .85rem;
  border-top: 1px solid rgba(16, 37, 74, .11);
  border-bottom: 1px solid rgba(16, 37, 74, .11);
}

.commentary-filter-bar[hidden] {
  display: none !important;
}

.commentary-result-count {
  margin: 0 0 .2rem;
  color: var(--muted, #657188);
  font-size: .84rem;
  font-weight: 750;
}

.commentary-filter-controls {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  gap: .65rem;
}

.commentary-filter-controls label {
  display: grid;
  gap: .28rem;
  min-width: 118px;
  color: var(--muted, #657188);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.commentary-filter-controls select {
  width: 100%;
  min-height: 39px;
  padding: .52rem 2rem .52rem .72rem;
  border: 1px solid rgba(25, 78, 70, .16);
  border-radius: 11px;
  background: rgba(255, 255, 255, .86);
  color: var(--navy, #10254a);
  font: inherit;
  font-size: .84rem;
  font-weight: 720;
  letter-spacing: 0;
  text-transform: none;
}

.commentary-grid {
  display: grid;
}

.commentary-result {
  border-bottom: 1px solid rgba(16, 37, 74, .11);
}

.commentary-result-link {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: start;
  padding: 1.55rem .75rem 1.6rem;
  border-radius: 18px;
  color: inherit;
  text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}

.commentary-result-link:hover {
  background: rgba(255, 255, 255, .55);
  transform: translateY(-1px);
}

.commentary-result-number {
  color: var(--teal-deep, #0b6871);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.3;
}

.commentary-result-copy {
  display: grid;
  gap: .45rem;
  min-width: 0;
}

.commentary-result-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem .8rem;
  color: var(--muted, #657188);
  font-size: .74rem;
  font-weight: 750;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.commentary-result-title {
  color: var(--navy, #10254a);
  font-size: clamp(1.28rem, 2.5vw, 1.75rem);
  font-weight: 880;
  line-height: 1.12;
  letter-spacing: -.025em;
}

.commentary-result-description {
  max-width: 820px;
  color: #46546c;
  font-size: .98rem;
  line-height: 1.58;
}

.commentary-result-side {
  display: grid;
  justify-items: end;
  align-self: center;
  gap: .6rem;
}

.commentary-result-visual {
  display: block;
  width: 180px;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(16, 37, 74, .06);
}

.commentary-result-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.commentary-result-link.has-featured-image {
  grid-template-columns: 64px minmax(0, 1fr) 180px;
}

.commentary-result-action {
  align-self: center;
  color: var(--teal-deep, #0b6871);
  font-size: .82rem;
  font-weight: 850;
  white-space: nowrap;
}

.commentary-empty {
  margin: 1.5rem 0 0;
  padding: 2rem;
  border: 1px solid rgba(16, 37, 74, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .5);
  text-align: center;
}

@media (max-width: 760px) {
  .commentary-filter-bar {
    align-items: stretch;
    flex-direction: column;
  }

  .commentary-filter-controls {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .commentary-filter-controls label {
    min-width: 0;
  }

  .commentary-result-link {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: .85rem;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .commentary-result-link.has-featured-image {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .commentary-result-link.has-featured-image .commentary-result-number {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .commentary-result-link.has-featured-image .commentary-result-side {
    grid-column: 2;
    grid-row: 1;
    justify-items: stretch;
  }

  .commentary-result-link.has-featured-image .commentary-result-copy {
    grid-column: 2;
    grid-row: 2;
  }

  .commentary-result-visual {
    width: min(100%, 360px);
    aspect-ratio: 16 / 9;
  }

  .commentary-result-action {
    display: none;
  }
}

@media (max-width: 640px) {
  .commentary-hero {
    padding: 5.75rem 0 2.6rem;
  }

  .commentary-hero h1 {
    font-size: 52px;
  }

  .commentary-search-field {
    width: 100%;
  }

  .commentary-filter-controls {
    grid-template-columns: 1fr;
  }

  .commentary-result-link {
    padding-top: 1.3rem;
    padding-bottom: 1.35rem;
  }

  .commentary-result-description {
    font-size: .93rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .commentary-result-link {
    transition: none;
  }
}
