.athletics-exhibit ol {
  list-style: none;
}

.ath-hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(25rem, 1.1fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 8rem);
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.ath-back {
  margin-bottom: clamp(3rem, 8vh, 6rem);
}

.ath-hero h1 {
  display: flex;
  flex-direction: column;
  color: var(--ath-text);
  font-size: clamp(4.5rem, 9.5vw, 10rem);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.78;
  text-transform: uppercase;
}

.ath-hero h1 span:last-child {
  color: var(--ath-accent);
}

.ath-hero__intro {
  max-width: 34rem;
  margin-top: 2rem;
  color: var(--ath-muted);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
}

.ath-hero__meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--ath-line);
}

.ath-hero__meta div {
  padding-right: 1rem;
}

.ath-hero__meta dt,
.ath-hero__meta dd {
  font-family: var(--ath-mono);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ath-hero__meta dt {
  margin-bottom: 0.35rem;
  color: var(--ath-faint);
}

.ath-hero__meta dd {
  color: var(--ath-text);
}

.ath-hero__visual {
  width: 100%;
}

.ath-hero__image {
  position: relative;
  aspect-ratio: 1.08;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #e6e2d8;
  border: 1px solid var(--ath-line-strong);
}

.ath-hero__image::before,
.ath-hero__image::after {
  content: '';
  position: absolute;
  z-index: 1;
  background: rgba(8, 8, 8, 0.18);
}

.ath-hero__image::before {
  inset: 7% auto 7% 9%;
  width: 1px;
}

.ath-hero__image::after {
  inset: auto 7% 10% 7%;
  height: 1px;
}

.ath-hero__image img {
  width: 88%;
  height: 88%;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: saturate(0.82) contrast(1.08);
  transform: rotate(-3deg) scale(1.04);
}

.ath-hero figcaption,
.ath-gallery figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.75rem;
  color: var(--ath-faint);
  font: 600 0.62rem/1.4 var(--ath-mono);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ath-section {
  display: grid;
  grid-template-columns: minmax(15rem, 0.72fr) minmax(0, 1.55fr);
  gap: clamp(3rem, 8vw, 9rem);
  padding-top: clamp(6rem, 11vw, 10rem);
  padding-bottom: clamp(6rem, 11vw, 10rem);
  border-top: 1px solid var(--ath-line);
}

.ath-section__heading h2 {
  max-width: 10ch;
  color: var(--ath-text);
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 750;
  letter-spacing: -0.055em;
  line-height: 0.96;
  text-transform: uppercase;
  scroll-margin-top: 7rem;
}

.ath-section__heading > p:last-child:not(.ath-label) {
  max-width: 27rem;
  margin-top: 1.4rem;
  color: var(--ath-muted);
}

.ath-section--performances .ath-section__heading h2 {
  font-size: clamp(2.8rem, 3.5vw, 4.25rem);
}

.ath-overview__body > p:first-child {
  max-width: 20ch;
  color: var(--ath-text);
  font-size: clamp(2rem, 3.8vw, 4rem);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.ath-overview__body > p:last-child {
  max-width: 38rem;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--ath-line);
  color: var(--ath-muted);
  font-size: 1.05rem;
}

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

.ath-events > div {
  padding: 1.5rem 2rem 0 0;
}

.ath-events > div + div {
  padding-left: 2rem;
  border-left: 1px solid var(--ath-line);
}

.ath-events__label,
.ath-records__additional h3 {
  margin-bottom: 2rem;
  color: var(--ath-accent);
  font: 600 0.68rem/1.4 var(--ath-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ath-events__label--muted {
  color: var(--ath-muted);
}

.ath-events li {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  align-items: baseline;
  gap: 1rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--ath-line);
}

.ath-events li span {
  color: var(--ath-faint);
  font: 600 0.62rem/1 var(--ath-mono);
}

.ath-events li strong {
  color: var(--ath-text);
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  font-weight: 600;
}

.ath-records__featured {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ath-line);
  border-bottom: 1px solid var(--ath-line);
}

.ath-records__featured > div {
  min-width: 0;
  padding: clamp(2rem, 4vw, 3.5rem) clamp(1.25rem, 2.5vw, 2.5rem);
  border-left: 1px solid var(--ath-line);
}

.ath-records__featured > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.ath-records__featured dd {
  color: var(--ath-text);
  font-size: clamp(2.5rem, 4.6vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.9;
  white-space: nowrap;
}

.ath-records__featured dt {
  margin-top: 1.2rem;
  color: var(--ath-accent);
  font: 600 0.66rem/1.4 var(--ath-mono);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ath-records__additional {
  margin-top: 4rem;
}

.ath-records__additional dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 4rem;
}

.ath-records__additional dl > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--ath-line);
}

.ath-records__additional dt {
  color: var(--ath-muted);
}

.ath-records__additional dd {
  color: var(--ath-text);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.ath-performances {
  counter-reset: performance;
  border-top: 1px solid var(--ath-line);
}

.ath-performances li {
  counter-increment: performance;
  display: grid;
  grid-template-columns: minmax(13rem, 1.3fr) minmax(12rem, 1fr) auto;
  align-items: center;
  gap: 2rem;
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--ath-line);
}

.ath-performances li > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.ath-performances li > div::before {
  content: '0' counter(performance);
  color: var(--ath-faint);
  font: 600 0.62rem/1 var(--ath-mono);
}

.ath-performances span {
  margin-right: auto;
  color: var(--ath-text);
  font-weight: 600;
}

.ath-performances strong {
  color: var(--ath-accent);
  font-size: clamp(1.6rem, 2.6vw, 2.5rem);
  letter-spacing: -0.045em;
}

.ath-performances p,
.ath-performances time {
  color: var(--ath-muted);
  font-size: 0.82rem;
}

.ath-performances time {
  font-family: var(--ath-mono);
  white-space: nowrap;
}

.ath-rankings {
  overflow-x: auto;
}

.ath-rankings table {
  width: 100%;
  min-width: 50rem;
  border-collapse: collapse;
  border-top: 1px solid var(--ath-line);
}

.ath-rankings th,
.ath-rankings td {
  padding: 1rem 0.85rem;
  border-bottom: 1px solid var(--ath-line);
  text-align: right;
  white-space: nowrap;
}

.ath-rankings thead th {
  color: var(--ath-faint);
  font: 600 0.58rem/1.4 var(--ath-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ath-rankings th:first-child,
.ath-rankings td:first-child {
  padding-left: 0;
  text-align: left;
}

.ath-rankings tbody th {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  color: var(--ath-text);
}

.ath-rankings tbody th strong {
  font-size: 1rem;
}

.ath-rankings tbody th span,
.ath-rankings tbody td {
  color: var(--ath-muted);
  font-family: var(--ath-mono);
  font-size: 0.78rem;
}

.ath-rankings tbody td.ath-rankings__top {
  color: var(--ath-accent);
}

.ath-progression {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4rem;
}

.ath-progression article {
  border-top: 1px solid var(--ath-line);
}

.ath-progression h3 {
  padding: 1.2rem 0 2rem;
  color: var(--ath-text);
  font-size: 1.2rem;
}

.ath-progression li {
  display: grid;
  grid-template-columns: 3rem 1fr 5rem;
  align-items: center;
  gap: 1rem;
  min-height: 4.1rem;
}

.ath-progression time {
  color: var(--ath-faint);
  font: 600 0.65rem/1 var(--ath-mono);
}

.ath-progression li span {
  height: 1px;
  background: var(--ath-line);
}

.ath-progression strong {
  color: var(--ath-muted);
  text-align: right;
}

.ath-progression .is-current span {
  background: var(--ath-accent);
}

.ath-progression .is-current strong {
  color: var(--ath-accent);
  font-size: 1.3rem;
}

.ath-gallery figure > div {
  min-height: 30rem;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #e6e2d8;
  border: 1px solid var(--ath-line-strong);
}

.ath-gallery img {
  width: min(76%, 42rem);
  mix-blend-mode: multiply;
  filter: saturate(0.72) contrast(1.08);
  transform: rotate(3deg) scale(1.06);
}

@media (max-width: 1100px) {
  .ath-section--performances {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
}

@media (max-width: 980px) {
  .ath-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 9rem;
    padding-bottom: 6rem;
  }

  .ath-hero__copy {
    max-width: 44rem;
  }

  .ath-hero__visual {
    width: min(100%, 42rem);
  }

  .ath-section {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .ath-section__heading h2 {
    max-width: 12ch;
  }

  .ath-performances li {
    grid-template-columns: minmax(13rem, 1fr) auto;
  }

  .ath-performances li p {
    grid-row: 2;
  }

  .ath-performances li time {
    grid-row: 1;
    grid-column: 2;
  }
}

@media (max-width: 680px) {
  .ath-hero {
    gap: 3.5rem;
    padding-top: 7rem;
    padding-bottom: 5rem;
  }

  .ath-back {
    margin-bottom: 3rem;
  }

  .ath-hero h1 {
    font-size: clamp(4rem, 21vw, 6.4rem);
    line-height: 0.82;
  }

  .ath-hero__meta {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .ath-hero__image {
    aspect-ratio: 1;
  }

  .ath-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .ath-section__heading h2 {
    font-size: clamp(2.7rem, 14vw, 4rem);
  }

  .ath-overview__body > p:first-child {
    font-size: clamp(1.8rem, 9vw, 2.6rem);
  }

  .ath-events,
  .ath-records__featured,
  .ath-progression {
    grid-template-columns: 1fr;
  }

  .ath-events > div,
  .ath-events > div + div {
    padding: 1.5rem 0 0;
    border-left: 0;
  }

  .ath-events > div + div {
    margin-top: 3rem;
    border-top: 1px solid var(--ath-line);
  }

  .ath-records__featured > div,
  .ath-records__featured > div:first-child {
    padding: 2rem 0;
    border-bottom: 1px solid var(--ath-line);
    border-left: 0;
  }

  .ath-records__featured > div:last-child {
    border-bottom: 0;
  }

  .ath-records__additional dl {
    grid-template-columns: 1fr;
  }

  .ath-performances li {
    grid-template-columns: 1fr;
    gap: 0.4rem;
    padding: 1.4rem 0;
  }

  .ath-performances li > div {
    display: grid;
    grid-template-columns: 2rem 1fr auto;
  }

  .ath-performances li p,
  .ath-performances li time {
    grid-row: auto;
    grid-column: auto;
  }

  .ath-performances li time {
    margin-top: 0.25rem;
  }

  .ath-rankings {
    overflow: visible;
  }

  .ath-rankings table,
  .ath-rankings tbody,
  .ath-rankings tr,
  .ath-rankings th,
  .ath-rankings td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .ath-rankings thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .ath-rankings tbody tr {
    padding: 1.4rem 0;
    border-bottom: 1px solid var(--ath-line);
  }

  .ath-rankings tbody th,
  .ath-rankings tbody td {
    border: 0;
  }

  .ath-rankings tbody th {
    padding: 0 0 0.9rem;
  }

  .ath-rankings tbody td {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.38rem 0;
  }

  .ath-rankings tbody td::before {
    color: var(--ath-faint);
    font: 600 0.58rem/1.4 var(--ath-mono);
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .ath-rankings tbody td:nth-child(2)::before { content: 'Team'; }
  .ath-rankings tbody td:nth-child(3)::before { content: 'District 2'; }
  .ath-rankings tbody td:nth-child(4)::before { content: '2A Oregon'; }
  .ath-rankings tbody td:nth-child(5)::before { content: 'Oregon'; }
  .ath-rankings tbody td:nth-child(6)::before { content: 'National'; }

  .ath-progression {
    gap: 3rem;
  }

  .ath-gallery figure > div {
    min-height: 21rem;
  }

  .ath-hero figcaption,
  .ath-gallery figcaption {
    flex-direction: column;
  }
}
