/* Final portfolio refinements — 2026-08-13 */
:root {
  --muted: #625f58;
}

.case-gallery figcaption {
  color: #625f58;
  font-size: clamp(.72rem, .78vw, .82rem);
  line-height: 1.45;
  gap: 1.5rem;
}

.case-gallery figcaption span:last-child {
  text-align: right;
}

.case-gallery video {
  background: #111;
}

.case-gallery figure.case-gallery-portrait {
  grid-column: 4 / 8;
}

.case-gallery figure.case-gallery-portrait video {
  max-height: 78vh;
  object-fit: contain;
}

.case-intro .case-facts dd {
  font-size: .8rem;
}

.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.contact-form-status {
  min-height: 1.5rem;
  margin: -.35rem 0 0;
  color: #f2eee5a6;
  font-size: .72rem;
  line-height: 1.55;
}

.contact-form-status-success {
  color: #d9f1dd;
}

.contact-form-status-error {
  color: #f5c9c3;
}

.contact-form button:disabled {
  cursor: wait;
  opacity: .72;
}

.contact-form button [data-submit-label] {
  margin-left: 0;
}

.contact-form-action p a {
  color: #f2eee5c7;
  border-bottom: 1px solid #f2eee56b;
  padding-bottom: .12rem;
}

@media (max-width: 720px) {
  .case-gallery figure.case-gallery-portrait,
  .case-gallery figure.case-gallery-portrait:nth-child(2n) {
    width: min(76vw, 24rem);
    margin-left: auto;
    margin-right: auto;
  }
}
