.veil {
  background:
    linear-gradient(90deg, rgba(13, 23, 17, .48), rgba(13, 23, 17, .04) 62%),
    linear-gradient(0deg, rgba(10, 16, 12, .20), transparent 45%);
}

.hero-copy {
  left: clamp(28px, 6vw, 72px);
  bottom: clamp(34px, 6vw, 70px);
  max-width: 580px;
}

.hero h1 {
  font-size: clamp(2.25rem, 5vw, 4.25rem);
}

.hero h1 em { color: #f0d39f; }

.location-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 9px 15px;
  background: rgba(255, 255, 255, .90);
  color: var(--ink);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.field-help {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-weight: 400;
}

.contact-card a {
  white-space: nowrap;
  font-size: clamp(1.18rem, 2.25vw, 2rem);
  letter-spacing: -.02em;
}

.release-button {
  margin-top: 8px;
  padding: 7px 10px;
  background: transparent;
  border: 1px solid #b9beb9;
  color: var(--ink);
  font-size: .68rem;
}
