/* Made to order — lead + HTML body + works grid */

.made-to-order-works {
  max-width: 920px;
  margin: 48px auto 0;
  padding: 0 1rem;
}

.made-to-order-works h2 {
  margin-bottom: 20px;
}

.made-to-order-body {
  max-width: 560px;
  margin: 0 auto 48px;
}

.made-to-order-body .prose {
  text-align: left;
}

.made-to-order-body .prose h2 {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.2vw, 1.35rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--heading);
  margin: 1.75rem 0 0.75rem;
  line-height: 1.3;
}

.made-to-order-body .prose h2:first-child {
  margin-top: 0;
}

.made-to-order-body .prose ul {
  margin: 0.5rem 0 1rem;
  padding-inline-start: 1.25rem;
}

.made-to-order-body .prose li {
  margin-bottom: 0.35rem;
}

.made-to-order-body .prose p:last-child {
  margin-bottom: 0;
}

.made-to-order-contact-cta {
  max-width: 560px;
  margin: 0 auto 2.5rem;
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--text);
  text-align: center;
}

.made-to-order-contact-link {
  color: var(--link);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.made-to-order-contact-link:hover {
  color: var(--link-hover);
}

@media (max-width: 760px) {
  .made-to-order-body {
    max-width: 100%;
  }

  .made-to-order-contact-cta {
    max-width: 100%;
    padding: 0 1rem;
  }
}
