.press-hero h1 {
  font-size: clamp(62px, 7.25vw, 118px);
}
.press-hero .hero-portrait img {
  object-position: 50% 38%;
}

.facts {
  padding: clamp(90px, 11vw, 160px) var(--gutter);
  background: var(--paper);
  color: var(--black);
}
.facts-head,
.library-head {
  display: grid;
  grid-template-columns: 3fr 6fr 3fr;
  gap: 24px;
  align-items: end;
  margin-bottom: clamp(60px, 8vw, 110px);
}
.facts-head h2,
.library-head h2,
.bios-head h2,
.press-contact h2 {
  font-family: var(--display);
  font-size: clamp(52px, 7vw, 108px);
  line-height: 0.86;
  letter-spacing: -0.06em;
}
.fact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-light);
}
.fact-grid article {
  min-height: 260px;
  padding: 26px 28px 32px;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}
.fact-grid article:nth-child(3n) { border-right: 0; }
.fact-grid article > span,
.bio-label,
.image-card figcaption span,
.library-head > p,
.press-contact > div > span {
  color: #676762;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 0.15em;
}
.fact-grid strong {
  grid-row: 3;
  font-family: var(--display);
  font-size: clamp(27px, 2.4vw, 40px);
  line-height: 0.92;
  letter-spacing: -0.045em;
  white-space: nowrap;
}
.fact-grid p {
  grid-row: 4;
  margin-top: 18px;
  max-width: 340px;
  color: #565650;
  white-space: nowrap;
}

.bios {
  padding: clamp(90px, 11vw, 160px) var(--gutter);
}
.bios-head {
  display: grid;
  grid-template-columns: 3fr 6fr 3fr;
  gap: 24px;
  align-items: end;
  margin-bottom: clamp(70px, 10vw, 140px);
}
.bios-head h2 { grid-column: 2; }
.bios-head > p:last-child {
  color: var(--mid);
  max-width: 330px;
}
.bio-card {
  display: grid;
  grid-template-columns: 3fr 7fr 2fr;
  gap: 24px;
  padding: 40px 0 56px;
  border-top: 1px solid var(--line-dark);
}
.bio-label {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.bio-label span:first-child { color: var(--white); font-size: 11px; }
.bio-card > p,
.long-copy {
  color: #d0cfca;
  max-width: 870px;
  font-size: clamp(19px, 1.65vw, 25px);
  line-height: 1.5;
  letter-spacing: -0.018em;
}
.long-copy p + p { margin-top: 1.4em; }
.copy-button,
.text-link {
  align-self: start;
  justify-self: end;
  padding: 0 0 6px;
  border: 0;
  border-bottom: 1px solid var(--line-dark);
  background: transparent;
  color: var(--white);
  cursor: pointer;
  font: inherit;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 0.13em;
}
.bio-card-long {
  grid-template-rows: auto auto;
}
.bio-card-long .text-link {
  grid-column: 2;
  justify-self: start;
  margin-top: 18px;
}

.image-library {
  padding: clamp(90px, 11vw, 160px) var(--gutter);
  background: var(--paper);
  color: var(--black);
}
.library-head > p:last-child {
  max-width: 360px;
  line-height: 1.55;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
}
.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line-light);
  border: 1px solid var(--line-light);
}
.image-card {
  min-width: 0;
  padding: 20px;
  background: var(--paper);
}
.image-card img {
  width: 100%;
  height: min(56vw, 700px);
  object-fit: cover;
  object-position: 50% 36%;
  background: #c9c8c2;
}
.image-card-wide { grid-column: 1 / 3; }
.image-card-wide img {
  height: min(52vw, 760px);
  object-position: 50% 52%;
}
.image-card figcaption {
  padding: 20px 0;
  display: grid;
  grid-template-columns: minmax(max-content, 1fr) max-content max-content;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid var(--line-light);
}
.image-card figcaption strong,
.image-card figcaption span {
  white-space: nowrap;
}
.image-card figcaption strong { font-weight: 500; }
.image-actions {
  padding-top: 17px;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 0.13em;
}
.image-actions a { border-bottom: 1px solid; padding-bottom: 4px; }

.press-projects { padding-top: clamp(90px, 11vw, 160px); }
.press-projects .project-card p { max-width: 380px; }

.reference-list small {
  display: block;
  margin-bottom: 5px;
  color: var(--mid);
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 0.15em;
}

.reference-groups {
  grid-column: 4 / 13;
}
.reference-group + .reference-group { margin-top: 54px; }
.reference-group h3 {
  margin-bottom: 14px;
  color: var(--mid);
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.reference-groups .reference-list { grid-column: auto; }

.press-contact {
  min-height: 75svh;
  padding: clamp(90px, 11vw, 160px) var(--gutter);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--white);
  color: var(--black);
}
.press-contact > div {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.press-contact h2 {
  max-width: 1200px;
  margin: 80px 0;
}
.press-contact > a {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  font-size: clamp(24px, 3vw, 46px);
  letter-spacing: -0.035em;
}

@media (max-width: 900px) {
  .facts-head,
  .library-head,
  .bios-head { display: block; }
  .facts-head h2,
  .library-head h2,
  .bios-head h2 { margin-top: 25px; }
  .facts-head > p:last-child,
  .library-head > p:last-child,
  .bios-head > p:last-child { margin-top: 30px; }
  .fact-grid { grid-template-columns: repeat(2, 1fr); }
  .fact-grid article:nth-child(3n) { border-right: 1px solid var(--line-light); }
  .fact-grid article:nth-child(2n) { border-right: 0; }
  .bio-card { grid-template-columns: 1fr; }
  .copy-button,
  .text-link { justify-self: start; }
  .bio-card-long .text-link { grid-column: 1; }
  .image-card figcaption { grid-template-columns: 1fr; gap: 5px; }
  .image-card figcaption strong,
  .image-card figcaption span { white-space: normal; }
}

@media (max-width: 620px) {
  .press-hero h1 { font-size: clamp(49px, 14.7vw, 66px); }
  .fact-grid { grid-template-columns: 1fr; }
  .fact-grid article,
  .fact-grid article:nth-child(3n) { min-height: 230px; border-right: 0; }
  .fact-grid strong,
  .fact-grid p { white-space: normal; }
  .bio-card > p,
  .long-copy { font-size: 18px; }
  .image-grid { grid-template-columns: 1fr; }
  .image-card-wide { grid-column: 1; }
  .image-card img,
  .image-card-wide img { height: 112vw; max-height: 660px; }
  .image-card-wide img { height: 64vw; }
  .image-actions { flex-direction: column; align-items: flex-start; gap: 14px; }
  .press-contact > div { flex-direction: column; }
  .press-contact h2 { font-size: clamp(44px, 13.5vw, 64px); }
  .press-contact > a { font-size: clamp(20px, 6vw, 28px); }
}

@media (max-width: 900px) {
  .reference-groups { grid-column: auto; }
}
