.poster-gallery-title {
  padding: 56px 0 70px;
  background: #fff;
}
.poster-gallery-title .wrap { width: min(calc(100% - 48px), 1140px); }
.poster-gallery-title h1 { margin: 0; font-size: 40px; line-height: 1.4; text-align: center; }
.poster-gallery-grid {
  display: grid;
  width: min(calc(100% - 40px), 1140px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0 auto 21px;
  padding: 10px;
}
.poster-gallery-grid figure { margin: 0; }
.poster-gallery-grid img { display: block; width: 100%; height: auto; }

.graphic-author { background: #e2e8f0; }
.graphic-author-inner {
  display: grid;
  width: min(calc(100% - 48px), 1140px);
  min-height: 353px;
  grid-template-columns: 30% 70%;
  align-items: start;
  margin: 0 auto;
  padding: 35px 0 18px;
}
.graphic-author-photo { display: flex; justify-content: center; }
.graphic-author-photo img { display: block; width: 300px; height: 300px; object-fit: cover; }
.graphic-author-copy { padding: 0 10px; text-align: center; }
.graphic-author-copy h2 { margin: 0 0 20px; font-size: 32px; line-height: 1.3; }
.graphic-author-copy p { margin: 0; font-size: 16px; line-height: 1.65; text-align: center; }
.graphic-author-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  margin-top: 18px;
  padding: 0 20px;
  background: var(--gold);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.graphic-author-link:hover { background: var(--ink); color: #fff; }

@media (max-width: 767px) {
  .poster-gallery-title { padding: 38px 0 34px; }
  .poster-gallery-title h1 { font-size: 30px; }
  .poster-gallery-grid {
    width: min(calc(100% - 24px), 560px);
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 30px;
    padding: 0;
  }
  .graphic-author-inner {
    width: min(calc(100% - 32px), 560px);
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 42px 0;
  }
  .graphic-author-photo img { width: min(300px, 100%); height: auto; aspect-ratio: 1; }
  .graphic-author-copy { padding: 0; }
  .graphic-author-copy h2 { font-size: 28px; }
}
