@font-face {
  font-family: "Plex Sans";
  src: url("fonts/ibm-plex-sans-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Plex Sans";
  src: url("fonts/ibm-plex-sans-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Plex Serif";
  src: url("fonts/ibm-plex-serif-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

.finalist {
  --body: "Plex Sans", sans-serif;
  --display: "Plex Serif", serif;
  font-family: var(--body);
  text-rendering: optimizeLegibility;
}

.finalist ::selection {
  color: var(--paper);
  background: var(--accent);
}

.finalist :focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 5px;
}

.finalist::-webkit-scrollbar {
  width: 11px;
}

.finalist::-webkit-scrollbar-track {
  background: var(--paper);
}

.finalist::-webkit-scrollbar-thumb {
  background: var(--muted);
  border: 3px solid var(--paper);
}

.finalist .topbar {
  position: relative;
  width: auto;
  color: var(--ink);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  font-family: var(--body);
}

.finalist .topbar a {
  text-underline-offset: .35em;
}

.finalist .topbar a:hover,
.finalist .footer-links a:hover,
.finalist .concept-switcher a:hover {
  text-decoration: underline;
}

.finalist .concept-no {
  color: inherit;
  opacity: .72;
}

.finalist-nav {
  position: relative;
  z-index: 12;
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 3vw, 3.25rem);
  min-height: 44px;
  padding: .75rem var(--pad);
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  white-space: nowrap;
  scrollbar-width: none;
}

.finalist-nav::-webkit-scrollbar {
  display: none;
}

.finalist-nav a {
  color: var(--muted);
  font-size: .75rem;
  text-underline-offset: .45em;
}

.finalist-nav a:hover {
  color: var(--ink);
}

.finalist-nav a[aria-current="page"] {
  color: var(--ink);
  text-decoration: underline;
}

.finalist .profession {
  max-width: 46rem;
  margin: 1.4rem 0 0;
  font-size: .83rem;
  font-weight: 500;
}

.finalist .hero h1,
.finalist .statement h2,
.finalist .section-head h2,
.finalist .cap-grid h2,
.finalist .field h2,
.finalist footer h2 {
  max-width: 19ch;
  font-family: var(--display);
  letter-spacing: -.035em;
}

.finalist .hero h1 {
  font-size: clamp(3rem, 6vw, 6rem);
}

.finalist .lede,
.finalist .statement-copy,
.finalist .project-body > p:not(.eyebrow, .caveat) {
  max-width: 68ch;
}

.finalist .section-kicker,
.finalist .eyebrow {
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.finalist .project h3 {
  max-width: 18ch;
  letter-spacing: -.03em;
}

.finalist .project-body > p:not(.eyebrow, .caveat) {
  font-size: 1rem;
}

.finalist .caveat {
  max-width: 68ch;
  line-height: 1.6;
}

.finalist .text-link,
.finalist .hero-link {
  transition: color 150ms ease, border-color 150ms ease;
  text-underline-offset: .35em;
}

.finalist .text-link:hover,
.finalist .hero-link:hover {
  color: var(--accent);
  border-color: var(--accent);
}

.finalist .field-grid img {
  transition: filter 240ms ease;
}

.finalist .field-grid figure:hover img {
  filter: saturate(1.08) contrast(1.02);
}

.finalist .writing a {
  text-decoration-thickness: 1px;
  text-underline-offset: .24em;
}

.finalist .writing a:hover {
  text-decoration-line: underline;
}

.concept-switcher {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.5rem;
  margin-top: 4.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, .25);
  font-size: .78rem;
}

.concept-switcher a:last-child {
  text-align: right;
}

.finalist .footer-note {
  margin-top: 1.5rem;
}

/* 01 — strengthen the photographic split without changing its premise. */
.finalist.split-landscape {
  --paper: #f3efe5;
  --ink: #1b1a17;
  --muted: #69655c;
  --accent: #9c4f2f;
}

.finalist.split-landscape .hero {
  min-height: calc(100svh - 120px);
}

.finalist.split-landscape .hero-image-a img {
  object-position: 50% 56%;
}

.finalist.split-landscape .hero-image-b img {
  object-position: 54% 48%;
  filter: grayscale(1) contrast(1.08);
}

.finalist.split-landscape .hero-copy {
  bottom: 9%;
}

.finalist.split-landscape .hero-caption {
  bottom: 3.25%;
}

.finalist.split-landscape .statement {
  border-bottom: 1px solid var(--line);
}

.finalist.split-landscape .field-grid {
  gap: 1px;
  background: var(--paper);
}

/* 05 — quieter, more personal Scandinavian composition. */
.finalist.nordic-research {
  --paper: #f2f4ef;
  --ink: #19322b;
  --muted: #5f7069;
  --line: rgba(25, 50, 43, .2);
  --accent: #a74f32;
  --display: "Plex Sans", sans-serif;
}

.finalist.nordic-research .topbar {
  height: 82px;
}

.finalist.nordic-research .hero {
  min-height: 760px;
  grid-template-columns: minmax(20rem, .85fr) minmax(32rem, 1.45fr);
  gap: clamp(2.5rem, 6vw, 7rem);
}

.finalist.nordic-research .hero-image-a {
  min-height: 650px;
}

.finalist.nordic-research .hero-image-a img {
  object-position: 50% 58%;
}

.finalist.nordic-research .hero h1 {
  font-weight: 500;
}

.finalist.nordic-research .hero h1 em {
  color: var(--accent);
}

.finalist.nordic-research .project h3 {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -.025em;
}

.finalist.nordic-research .capabilities {
  color: var(--ink);
  background: #dfe7df;
}

.finalist.nordic-research .cap-grid li {
  border-color: var(--line);
}

/* 06 — let images lead while keeping research copy readable. */
.finalist.full-bleed-profile {
  --paper: #f0ece3;
  --ink: #171613;
  --muted: #69645a;
  --accent: #c16b45;
}

.finalist.full-bleed-profile .hero {
  height: calc(100svh - 120px);
}

.finalist.full-bleed-profile .hero-image-a img {
  object-position: center 53%;
}

.finalist.full-bleed-profile .project {
  min-height: 58vh;
}

.finalist.full-bleed-profile .project:nth-child(even) {
  background: #d9d1c3;
}

.finalist.full-bleed-profile .project-2 {
  color: var(--ink);
  background: #c8b9a6;
}

.finalist.full-bleed-profile .project-4 {
  min-height: 42vh;
}

.finalist.full-bleed-profile .field-grid {
  gap: 1px;
}

/* 07 — clearer journal hierarchy and a deliberate figure treatment. */
.finalist.scientific-journal {
  --paper: #f5f1e8;
  --ink: #202a42;
  --muted: #626b7d;
  --line: rgba(32, 42, 66, .24);
  --accent: #b84632;
}

.finalist.scientific-journal .hero {
  padding-top: 4rem;
}

.finalist.scientific-journal .hero-copy {
  align-self: center;
}

.finalist.scientific-journal .hero-image-a {
  min-height: 600px;
}

.finalist.scientific-journal .hero-image-a img {
  object-position: center 58%;
}

.finalist.scientific-journal .hero-image-b {
  min-height: 260px;
  height: 28vh;
}

.finalist.scientific-journal .hero-image-b img {
  filter: none;
  object-position: center 45%;
}

.finalist.scientific-journal .project {
  grid-template-columns: 5rem minmax(0, 1fr) 16rem;
}

.finalist.scientific-journal .project-index {
  font-family: var(--display);
}

.finalist.scientific-journal .caveat {
  padding: 1rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
}

/* 09 — every opening photograph remains in colour. */
.finalist.photo-essay-cv {
  --paper: #f2eee6;
  --ink: #29231d;
  --muted: #72685e;
  --accent: #a64d2c;
}

.finalist.photo-essay-cv .hero-image-a img,
.finalist.photo-essay-cv .hero-image-b img {
  filter: none;
}

.finalist.photo-essay-cv .hero {
  height: calc(100svh - 120px);
}

.finalist.photo-essay-cv .hero-image-a img {
  object-position: center 44%;
}

.finalist.photo-essay-cv .hero-image-b {
  border: 8px solid rgba(255, 255, 255, .92);
}

.finalist.photo-essay-cv .hero-image-b img {
  object-position: center 58%;
}

.finalist.photo-essay-cv .project {
  min-height: 48vh;
}

.finalist.photo-essay-cv .field-grid {
  gap: clamp(1rem, 3vw, 3rem);
}

@media (max-width: 900px) {
  .finalist-nav {
    justify-content: flex-start;
  }

  .finalist .hero h1 {
    max-width: 12ch;
    font-size: clamp(2.6rem, 11vw, 4.6rem);
  }

  .finalist.nordic-research .hero {
    display: block;
    min-height: 760px;
    padding: 0;
  }

  .finalist.nordic-research .hero-image-a {
    height: 760px;
  }
}

@media (max-width: 760px) {
  .finalist .topbar {
    height: 60px;
  }

  .finalist .topbar .name {
    display: block;
  }

  .finalist .topbar .mark {
    display: none;
  }

  .finalist .concept-no {
    display: block;
    margin-left: auto;
    font-size: .68rem;
  }

  .finalist-nav {
    min-height: 42px;
    padding: .68rem 1rem;
  }

  .finalist .hero,
  .finalist.split-landscape .hero,
  .finalist.full-bleed-profile .hero,
  .finalist.photo-essay-cv .hero {
    min-height: 720px;
    height: 720px;
  }

  .finalist.scientific-journal .hero {
    padding: 0;
  }

  .finalist .hero-image-a,
  .finalist.nordic-research .hero-image-a {
    height: 720px;
  }

  .finalist .hero-copy,
  .finalist .field-notes .hero-copy {
    bottom: 2.25rem;
  }

  .finalist .profession {
    margin-top: 1rem;
    line-height: 1.45;
  }

  .finalist .lede {
    font-size: .98rem;
  }

  .finalist .affiliation {
    line-height: 1.5;
  }

  .finalist .statement,
  .finalist .work,
  .finalist .capabilities,
  .finalist .career,
  .finalist .writing {
    padding: 4.5rem 1.25rem;
  }

  .finalist .project,
  .finalist.full-bleed-profile .project,
  .finalist.photo-essay-cv .project {
    min-height: 0;
    padding: 2.75rem 0;
  }

  .finalist.full-bleed-profile .project {
    margin: 0;
  }

  .finalist .career-grid {
    grid-template-columns: 1fr;
  }

  .finalist .field-grid figure,
  .finalist.photo-essay-cv .field-grid figure {
    height: 56vh;
  }

  .concept-switcher {
    grid-template-columns: 1fr 1fr;
  }

  .concept-switcher a:nth-child(2) {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .finalist .field-grid img,
  .finalist .text-link,
  .finalist .hero-link {
    transition: none;
  }
}
