:root {
  --paper: #ffffff;
  --ink: #050505;
  --muted: #4d4d4d;
  --soft: #efefef;
  --focus: #ffbf47;
  --measure: 1220px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--paper);
  color: var(--ink);
  scrollbar-gutter: stable;
  text-size-adjust: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body,
p,
li {
  text-wrap: pretty;
}

h1,
h2,
.wordmark,
.statement-title,
.page-title {
  text-wrap: balance;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .18em;
}

a:hover {
  text-decoration-thickness: 2px;
}

a:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 5px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 16px;
  left: 16px;
  transform: translateY(-160%);
  padding: 10px 12px;
  background: var(--ink);
  color: var(--paper);
  text-decoration: none;
}

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

.site-shell {
  width: min(100% - 32px, var(--measure));
  margin-inline: auto;
}

.site-header {
  padding: 28px 0 42px;
}

.identity {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: end;
}

.wordmark {
  display: inline-grid;
  color: var(--ink);
  font-family: "Arial Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.3rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: .78;
  text-decoration: none;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  padding: 0 0 .35rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.primary-nav a {
  display: inline-flex;
  min-width: 24px;
  min-height: 24px;
  align-items: center;
  text-decoration: none;
}

.primary-nav .nav-static {
  display: inline-flex;
  min-width: 24px;
  min-height: 24px;
  align-items: center;
  color: var(--ink);
  cursor: default;
}

.primary-nav a:hover {
  text-decoration: underline;
  text-underline-offset: .22em;
}

.primary-nav [aria-current="page"],
.primary-nav .nav-static {
  font-weight: 800;
}

.language-switch {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  gap: .35rem;
  padding-left: .2rem;
}

.language-switch .current {
  font-weight: 800;
}

.page-main {
  min-height: 58svh;
}

.home-intro {
  max-width: 32rem;
  margin-top: -8px;
}

.home-quote {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: .96rem;
  font-style: italic;
  line-height: 1.35;
}

.overview-stack {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: 74px;
  margin: 48px 0 118px;
}

.overview-item {
  margin: 0;
}

.overview-item picture,
.overview-item a {
  display: block;
  text-decoration: none;
}

.overview-item--top {
  grid-column: 1 / span 5;
  max-width: 490px;
}

.overview-item--center {
  grid-column: 5 / span 5;
  justify-self: center;
  max-width: 610px;
}

.overview-item--wide {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 960px;
}

.overview-item--left {
  grid-column: 2 / span 5;
  max-width: 560px;
}

.overview-item--right {
  grid-column: 7 / span 5;
  justify-self: end;
  max-width: 590px;
}

.overview-item--narrow-right {
  grid-column: 8 / span 4;
  justify-self: center;
  max-width: 440px;
}

.overview-item--narrow-left {
  grid-column: 2 / span 4;
  max-width: 440px;
}

.page-intro {
  max-width: 44rem;
  margin: 0 0 48px;
}

.page-title {
  margin: 0 0 18px;
  font-size: 1.7rem;
  line-height: 1.15;
}

.page-intro p,
.statement-body p,
.privacy-content p {
  margin: 0 0 1.15rem;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 54px 34px;
  margin-bottom: 118px;
}

.work-card {
  margin: 0;
}

.work-card-link {
  display: block;
  text-decoration: none;
}

.work-card-link img {
  transition: opacity .16s ease;
}

.work-card-link:hover img {
  opacity: .9;
}

.work-card:nth-child(6n + 1),
.work-card:nth-child(6n + 4) {
  grid-column: span 5;
}

.work-card:nth-child(6n + 2),
.work-card:nth-child(6n + 5) {
  grid-column: span 4;
}

.work-card:nth-child(6n + 3),
.work-card:nth-child(6n + 6) {
  grid-column: span 3;
}

.work-card img {
  width: 100%;
}

.work-card figcaption {
  margin-top: 10px;
  font-size: .74rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.work-card figcaption a {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  text-decoration: none;
}

.work-card figcaption a:hover {
  text-decoration: underline;
  text-underline-offset: .22em;
}

.detail-shell {
  width: min(100% - 32px, 1480px);
  margin-inline: auto;
}

.work-detail-page .site-header {
  padding-top: 24px;
  padding-bottom: 26px;
}

.work-detail-page .wordmark {
  font-size: 2.9rem;
}

.work-detail-heading {
  display: flex;
  width: min(100%, 1400px);
  margin: 0 auto 22px;
  gap: 18px;
  align-items: end;
  justify-content: space-between;
}

.detail-kicker {
  margin: 0;
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.detail-kicker a {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  text-decoration: none;
}

.detail-kicker a:hover {
  text-decoration: underline;
  text-underline-offset: .22em;
}

.work-detail-heading .page-title {
  margin: 0;
  font-size: 1.18rem;
  text-align: right;
  text-transform: uppercase;
}

.work-detail-figure {
  margin: 0 0 48px;
}

.work-detail-figure picture {
  display: block;
  width: min(100%, 1400px);
  margin-inline: auto;
}

.work-detail-figure img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(100svh - 230px);
  object-fit: contain;
}

.work-detail-figure img {
  margin-inline: auto;
}

.work-detail-figure figcaption {
  width: min(100%, 1400px);
  margin: 12px auto 0;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.work-detail-nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin: 0 0 98px;
  padding-top: 22px;
  border-top: 1px solid var(--soft);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.work-detail-nav a {
  display: inline-grid;
  min-height: 32px;
  align-content: start;
  text-decoration: none;
}

.work-detail-nav a:hover {
  text-decoration: underline;
  text-underline-offset: .22em;
}

.work-detail-nav a:nth-child(2) {
  justify-self: center;
}

.work-detail-nav a:nth-child(3) {
  justify-self: end;
  text-align: right;
}

.work-detail-nav span {
  margin-top: 2px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 500;
  text-transform: none;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 44%);
  gap: 52px;
  align-items: start;
  margin-bottom: 96px;
}

.statement-title {
  margin: 0 0 34px;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.14;
}

.statement-body {
  max-width: 42rem;
}

.about-portrait {
  margin: 0;
}

.about-portrait img {
  width: 100%;
}

.contact-section {
  max-width: 48rem;
  margin: 180px 0 88px;
}

.section-title {
  margin: 0 0 12px;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.privacy-content {
  max-width: 48rem;
  margin-bottom: 94px;
}

.contact-section a,
.privacy-content a {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
}

.site-footer {
  width: min(100% - 32px, var(--measure));
  margin: 0 auto;
  padding: 28px 0 42px;
  border-top: 1px solid var(--soft);
  color: var(--muted);
  font-size: .82rem;
}

.footer-line {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.4rem;
  align-items: baseline;
  justify-content: space-between;
}

.footer-line p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-links a {
  display: inline-flex;
  min-width: 24px;
  min-height: 24px;
  align-items: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

@media (min-width: 680px) {
  .site-header {
    padding-top: 40px;
    padding-bottom: 52px;
  }

  .wordmark {
    font-size: 5.6rem;
  }

  .primary-nav {
    gap: 1.15rem;
    font-size: .82rem;
  }

  .page-title {
    font-size: 2rem;
  }

  .statement-title {
    font-size: 1.7rem;
  }

  .work-detail-page .wordmark {
    font-size: 3.7rem;
  }
}

@media (min-width: 1040px) {
  .site-header {
    padding-top: 54px;
    padding-bottom: 64px;
  }

  .wordmark {
    font-size: 7.8rem;
  }

  .primary-nav {
    gap: 1.45rem;
    font-size: .9rem;
  }

  .overview-stack {
    row-gap: 116px;
    margin-top: 64px;
  }

  .page-title {
    font-size: 2.3rem;
  }

  .statement-title {
    font-size: 2rem;
  }

  .work-detail-page .wordmark {
    font-size: 4.75rem;
  }
}

@media (max-width: 760px) {
  .identity {
    display: block;
  }

  .primary-nav {
    justify-content: flex-start;
    margin-top: 16px;
  }

  .primary-nav a,
  .primary-nav .nav-static,
  .language-switch {
    min-height: 32px;
  }

  .overview-stack {
    display: block;
    margin-top: 42px;
    margin-bottom: 72px;
  }

  .overview-item,
  .overview-item--top,
  .overview-item--center,
  .overview-item--wide,
  .overview-item--left,
  .overview-item--right,
  .overview-item--narrow-right,
  .overview-item--narrow-left {
    max-width: none;
    margin-bottom: 52px;
  }

  .overview-item--narrow-left,
  .overview-item--narrow-right {
    width: min(100%, 440px);
  }

  .work-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 42px;
    margin-bottom: 78px;
  }

  .work-card,
  .work-card:nth-child(n) {
    grid-column: auto;
  }

  .detail-shell {
    width: min(100% - 26px, 1480px);
  }

  .work-detail-heading {
    display: block;
    margin-bottom: 26px;
  }

  .work-detail-heading .page-title {
    margin-top: 8px;
    text-align: left;
  }

  .work-detail-figure img {
    max-height: none;
    width: 100%;
  }

  .work-detail-figure {
    margin-bottom: 48px;
  }

  .work-detail-nav {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 72px;
  }

  .work-detail-nav a:nth-child(2),
  .work-detail-nav a:nth-child(3) {
    justify-self: start;
    text-align: left;
  }

  .about-layout {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-bottom: 48px;
  }

  .about-portrait {
    max-width: 420px;
  }

  .contact-section {
    margin-top: 72px;
  }
}

@media (max-width: 420px) {
  .site-shell,
  .site-footer {
    width: min(100% - 26px, var(--measure));
  }

  .wordmark {
    font-size: 2.8rem;
  }

  .primary-nav {
    gap: .68rem;
    font-size: .72rem;
  }
}

@media (forced-colors: active) {
  a:focus-visible,
  .skip-link:focus {
    outline: 3px solid CanvasText;
  }

  .skip-link {
    border: 1px solid CanvasText;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
