:root {
  --awards-paper: #f2f0ea;
  --awards-ink: #111111;
  --awards-muted: #6d6a63;
  --awards-line: rgba(17, 17, 17, 0.18);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body.awards-page {
  background: var(--awards-paper);
  color: var(--awards-ink);
}

.awards-skip-link {
  position: fixed;
  top: 10px;
  left: 12px;
  z-index: 10002;
  padding: 10px 14px;
  color: #fff;
  background: #111;
  transform: translateY(-160%);
}

.awards-skip-link:focus {
  transform: translateY(0);
}

.awards-page main {
  width: 100%;
}

.awards-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: clamp(48px, 8vw, 140px);
  min-height: min(720px, calc(100svh - 64px));
  padding: clamp(72px, 10vw, 150px) clamp(24px, 5vw, 80px) 48px;
  background: #111;
  color: #fff;
}

.awards-hero-heading,
.awards-hero-summary {
  align-self: center;
}

.awards-kicker {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.6);
  font: 600 11px/1.4 'Lexend Giga', sans-serif;
  letter-spacing: 0.08em;
}

.awards-hero h1 {
  max-width: 1050px;
  margin: 0;
  font: 500 clamp(56px, 9.4vw, 150px)/0.87 'SUIT Variable', sans-serif;
  letter-spacing: -0.075em;
}

.awards-hero-summary > p {
  max-width: 460px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(16px, 1.45vw, 21px);
  line-height: 1.65;
  word-break: keep-all;
}

.awards-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: clamp(52px, 8vw, 104px) 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.awards-stats div {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}

.awards-stats dt {
  color: rgba(255, 255, 255, 0.54);
  font: 600 9px/1.4 'Lexend Giga', sans-serif;
  letter-spacing: 0.06em;
}

.awards-stats dd {
  margin: 0;
  font: 300 clamp(38px, 4vw, 66px)/1 'SUIT Variable', sans-serif;
  letter-spacing: -0.055em;
}

.awards-year-nav {
  grid-column: 1 / -1;
  display: flex;
  align-self: end;
  gap: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.awards-year-nav a {
  display: inline-flex;
  gap: 10px;
  align-items: baseline;
  color: #fff;
  font: 600 13px/1 'Lexend Giga', sans-serif;
  text-decoration: none;
}

.awards-year-nav span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
}

.awards-year-group {
  display: grid;
  grid-template-columns: clamp(130px, 15vw, 240px) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 86px);
  padding: clamp(80px, 10vw, 150px) clamp(24px, 5vw, 80px);
  border-top: 1px solid var(--awards-line);
}

.awards-year-header {
  align-self: start;
  position: sticky;
  top: 92px;
}

.awards-year-header h2 {
  margin: 0;
  font: 350 clamp(44px, 6vw, 92px)/1 'SUIT Variable', sans-serif;
  letter-spacing: -0.06em;
}

.awards-year-header p {
  margin: 14px 0 0;
  color: var(--awards-muted);
  font-size: 13px;
}

.awards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(56px, 7vw, 110px) clamp(18px, 3vw, 46px);
}

.award-card,
.award-project-link {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.award-media {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0;
  place-items: center;
  overflow: clip;
  background: #e9e6df;
}

.award-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  transition: transform 200ms cubic-bezier(.2, .7, .2, 1);
}

.award-media--logo {
  background: #fff;
}

.award-media--logo img {
  inset: 14%;
  width: 72%;
  height: 72% !important;
  mix-blend-mode: multiply;
}

.award-media--panorama img,
.award-media--landscape img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.award-media--yida {
  background: #efefed;
}

.award-media--yida img {
  object-fit: contain;
  object-position: center;
}

.award-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 20px;
  padding-top: 19px;
  border-top: 1px solid var(--awards-ink);
}

.award-meta {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
  color: var(--awards-muted);
  font: 650 9px/1.2 'Lexend Giga', sans-serif;
  letter-spacing: 0.055em;
}

.award-copy h3 {
  grid-column: 1 / -1;
  max-width: 620px;
  margin: 0;
  font-size: clamp(22px, 2.15vw, 35px);
  font-weight: 650;
  line-height: 1.23;
  letter-spacing: -0.035em;
  word-break: keep-all;
}

.award-organizer,
.award-description {
  margin: 22px 0 0;
  line-height: 1.6;
  word-break: keep-all;
}

.award-organizer {
  grid-column: 1 / -1;
  color: var(--awards-ink);
  font-size: 13px;
  font-weight: 650;
}

.award-description {
  grid-column: 1 / -1;
  max-width: 580px;
  color: var(--awards-muted);
  font-size: 14px;
}

.award-link-label {
  display: inline-flex;
  grid-column: 1 / -1;
  gap: 6px;
  align-items: center;
  width: fit-content;
  margin-top: 28px;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 700;
}

.award-project-link {
  transition: transform 140ms cubic-bezier(.23, 1, .32, 1);
}

.award-project-link:active {
  transform: scale(.992);
}

.award-project-link:focus-visible {
  outline: 3px solid rgba(17, 17, 17, .25);
  outline-offset: 7px;
}

.awards-outro {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: flex-end;
  padding: clamp(80px, 10vw, 150px) clamp(24px, 5vw, 80px);
  background: #111;
  color: #fff;
}

.awards-outro p {
  max-width: 760px;
  margin: 0;
  font-size: clamp(28px, 4.2vw, 68px);
  font-weight: 450;
  line-height: 1.08;
  letter-spacing: -0.055em;
  word-break: keep-all;
}

.awards-outro a {
  flex: 0 0 auto;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.awards-page .footer {
  background: #111;
  color: rgba(255, 255, 255, 0.5);
}

@media (hover: hover) and (pointer: fine) {
  .award-project-link:hover .award-media img {
    transform: scale(1.015);
  }

  .awards-year-nav a:hover,
  .awards-outro a:hover {
    opacity: 0.64;
  }
}

@media (max-width: 980px) {
  .awards-hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
  }

  .awards-hero-summary {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.6fr);
    gap: 42px;
    align-items: end;
  }

  .awards-stats {
    margin-top: 0;
  }

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

@media (max-width: 768px) {
  .awards-hero {
    gap: 54px;
    padding: 74px 20px 30px;
  }

  .awards-kicker {
    margin-bottom: 18px;
    font-size: 9px;
  }

  .awards-hero h1 {
    font-size: clamp(48px, 17vw, 72px);
    line-height: 0.91;
  }

  .awards-hero-summary {
    display: block;
  }

  .awards-hero-summary > p {
    max-width: 540px;
    font-size: 16px;
  }

  .awards-stats {
    margin-top: 46px;
  }

  .awards-year-nav {
    gap: 22px;
    padding-top: 22px;
  }

  .awards-year-group {
    display: block;
    padding: 74px 20px 92px;
  }

  .awards-year-header {
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 38px;
  }

  .awards-year-header p {
    margin: 0;
  }

  .awards-grid {
    gap: 78px;
  }

  .award-media {
    aspect-ratio: 4 / 3;
  }

  .award-meta {
    margin-bottom: 28px;
  }

  .award-copy h3 {
    font-size: clamp(23px, 7vw, 30px);
  }

  .award-description {
    font-size: 14px;
  }

  .awards-outro {
    display: block;
    padding: 88px 20px;
  }

  .awards-outro p {
    font-size: clamp(32px, 10vw, 48px);
  }

  .awards-outro a {
    display: inline-block;
    margin-top: 50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .award-media img {
    transition: none;
  }
}
