.dialog-close {
  min-width: 7.5rem;
  min-height: 3.25rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(53, 27, 39, 0.14);
}

.resume-pill {
  padding: 1rem 1.5rem;
  min-width: 7.5rem;
  min-height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
}

.original-video-link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1rem;
  padding: 0.85rem 1.15rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  font: 700 0.82rem/1 monospace;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}

.original-video-link span {
  opacity: 0.7;
  font-weight: 500;
}

.original-video-link:hover {
  background: var(--ink);
  color: white;
  transform: translateY(-2px);
}

.visual-section .original-video-link:hover {
  background: white;
  color: #4b2636;
}

#work-title {
  font-size: clamp(2.7rem, 5.5vw, 6rem);
  white-space: nowrap;
}

@media (max-width: 820px) {
  #work-title {
    font-size: clamp(2.4rem, 9vw, 4.5rem);
  }
}
