.commissioned-works {
  overflow: hidden;
  background: #18211d;
  color: #f7f1e7;
}

.commissioned-intro {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: end;
  gap: 8vw;
  margin-bottom: 76px;
}

.commissioned-intro .kicker {
  color: #c4a36d;
}

.commissioned-intro h2 {
  color: #f7f1e7;
}

.commissioned-intro > p {
  max-width: 470px;
  margin: 0;
  color: #cfc7bb;
  font-size: 15px;
  line-height: 1.8;
}

.commissioned-gallery {
  columns: 3;
  column-gap: 24px;
}

.commissioned-gallery figure {
  break-inside: avoid;
  margin: 0 0 24px;
  padding: 9px;
  background: #eee7dc;
  box-shadow: 0 24px 58px rgb(0 0 0 / 24%);
}

.commissioned-gallery img {
  display: block;
  width: 100%;
  height: auto;
}

.commissioned-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 64px;
  padding-top: 34px;
  border-top: 1px solid rgb(196 163 109 / 45%);
}

.commissioned-cta p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(31px, 3.2vw, 46px);
}

.commissioned-cta .button {
  flex: 0 0 auto;
  border: 1px solid #c4a36d;
  background: #c4a36d;
  color: #18211d;
}

.commissioned-cta .button:hover {
  background: #f7f1e7;
}

@media (max-width: 900px) {
  .commissioned-intro {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 56px;
  }
  .commissioned-gallery { columns: 2; }
}

@media (max-width: 560px) {
  .commissioned-gallery {
    columns: 1;
    column-gap: 0;
  }
  .commissioned-gallery figure { margin-bottom: 20px; }
  .commissioned-cta {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 46px;
  }
}

@media (max-width: 340px) {
  .hero-copy { min-width: 0; }
  .hero-copy h1 { overflow-wrap: anywhere; }
}
